LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-26-2018, 07:03 PM   #3391
ChuangTzu
Senior Member
 
Registered: May 2015
Location: Where ever needed
Distribution: Slackware/Salix while testing others
Posts: 1,718

Rep: Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857Reputation: 1857

Quote:
Originally Posted by phenixia2003 View Post
Hello,

I have updated my slackware xdm theme (added support for compton, xonclock, cairo-clock) which can be found here (files link) :


Edit: The documentation for this theme is available here

--
SeB
Great job, I usually just startx or use Robby's xdm theme on SlackBuilds, but these are very nice indeed, will have to sample them.
 
Old 10-27-2018, 03:37 AM   #3392
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by SCerovec View Post
you are my hero!

any chance for auto-login too?
AFAIK, xdm does not support auto-login.

--
SeB
 
Old 10-27-2018, 04:11 AM   #3393
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

something which I forgot to mention is that xdm-slackware-theme, and more precisely the script setxdmbg.sh (xdm background setter) allows to modify the background image using one or more image operators (imagemagick) on the fly :



Click image for larger version

Name:	xdm-portal2-blurred.jpg
Views:	200
Size:	168.9 KB
ID:	28852

Click image for larger version

Name:	xdm-portal2-blurred-n-painted.jpg
Views:	146
Size:	222.3 KB
ID:	28853


Both example above use this image as source.

The background images are respectively obtained by settings EXTRAIMGOPS in /etc/X11/xdm/slackware/Xsetup.conf to :

Code:
EXTRAIMGOPS=( "-blur 8x8")
and :

Code:
EXTRAIMGOPS=( "-blur 8x8" "-paint 4")
Note: The use of image operators can be time consuming, and thus, the first time an image is generated, xdm can seem to be frozen, but it is not the case, and, once the image has been generated, it is cached and is reused until changes are done (modification of the source image, uses of different resolution, image operators,...)

For more about Xsetup.conf, read this.


--
SeB
 
4 members found this post helpful.
Old 10-27-2018, 07:07 AM   #3394
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,844

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
My backyard after a summer storm.
Slackware64-current
Attached Thumbnails
Click image for larger version

Name:	SlackwareDskT.jpg
Views:	192
Size:	146.5 KB
ID:	28854  
 
4 members found this post helpful.
Old 10-27-2018, 12:11 PM   #3395
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,470
Blog Entries: 2

Rep: Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979
Unhappy

Hello,
Quote:
Originally Posted by phenixia2003 View Post
Hello,



AFAIK, xdm does not support auto-login.

--
SeB
The only single thing that keeps me short of settling with XDM.

I used it for a while, just couldn't miss the auto login (i enjoy now with ldxm)

Maybe it's time to roll up the sleeves and code a patch for it?

Last edited by SCerovec; 10-27-2018 at 12:13 PM. Reason: unpolitely forgot to Hello back
 
Old 10-27-2018, 07:58 PM   #3396
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
It's creeping up to a year with Slackware on the netbook, the first machine I installed it on. And my desktop hasn't changed at all in that time, the only notable difference recently is wicd instead of Network Manager. It also looks like I'm sticking with LXDE for now, which I'm totally happy with.

Clocks go back here tonight - an extra hour of rest!
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2018-10-28_01-51-23.png
Views:	162
Size:	117.0 KB
ID:	28861   Click image for larger version

Name:	Screenshot_2018-10-28_01-51-42.png
Views:	136
Size:	31.1 KB
ID:	28862   Click image for larger version

Name:	Screenshot_2018-10-28_01-52-42.png
Views:	140
Size:	80.5 KB
ID:	28863  
 
2 members found this post helpful.
Old 10-30-2018, 02:19 AM   #3397
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,470
Blog Entries: 2

Rep: Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979
Post

Remember my conky that shows only the active interfaces?

Remember how it got ugly by having empty lines when those where missing?

The improved code is ugly, but the result is just neat and i added the bluetooth tethering network interface too:
wwan0
wlan0
eth0
bnep0
are supported and tracked now.

Code:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
]]

conky.config = {
    background = no,
    use_xft = yes,
    font = "-*-dejavu sans-medium-r-*-*-10-*-*-*-*-*-*-*",
    xftalpha = 0.5,
    update_interval = 4.0,
    total_run_times = 0,
    own_window = true,
    own_window_type = 'normal',
    own_window_argb_visual = true,
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_pager',
    double_buffer = false,
    minimum_width = 220,
    maximum_width = 220,
    default_shade_color = 'gray',
    default_outline_color = 'gray',
    draw_shades = false,
    draw_outline = false,
    draw_borders = false,
    border_width = 0,
    draw_graph_borders = yes,
    default_color = 'grey',
    color0 = 'darkgray',
    color1 = 'blue',
    color2 = 'violet',
    color3 = 'cyan',
    alignment = 'top_right',
    gap_x = 12,
    gap_y = 20,
    no_buffers = yes,
    uppercase = no,
    pad_percents = 2,
    show_graph_units = yes,
    show_graph_scale= yes,
    short_units = yes,
    cpu_avg_samples = 2,
    if_up_strictness = 'link',
    override_utf8_locale = no,
    custom = test
}

conky.text = [[
${color1}Slackware $color2 14.2 $color0 $kernel on $machine
Hostname $alignr $nodename
Uptime $alignr $uptime
${color2}DATA PROCESSING${color0} ${freq_g 0} GHz $alignr ${cpu cpu0}%
${cpugraph cpu0}
${color3}ACPI:${color0} FAN:${acpifan} $alignr TEMP: ${acpitemp} C
${color3}HwMon: ${color0} package $alignr ${hwmon 0 temp 1} C
 ${color3}CPU0${color0} ${freq_g 1} GHz $alignr ${cpu cpu1}%
 ${cpubar cpu1}
 ${color3}CPU1${color0} ${freq_g 2} GHz $alignr ${cpu cpu2}%
 ${cpubar cpu2}
 ${color3}CPU2${color0} ${freq_g 3} GHz $alignr ${cpu cpu3}%
 ${cpubar cpu3}
 ${color3}CPU3${color0} ${freq_g 4} GHz $alignr ${cpu cpu4}%
 ${cpubar cpu4}
$processes processes ($running_processes running)
System Load $alignr $loadavg
$loadgraph
${color2}DATA ACCESSING $color0$alignc $mem / $memmax $alignr $memperc%
$membar
${color2}DATA STORAGE $color0
${color3}<root>${color0} $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
${color3}/home${color0} $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
${color3}swap${color0} $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
${color2}DATA TRANSMSSION $color0 ${gw_iface}
${color3}inet${color0}  $alignr${color1} ${execi 10800 ~/.config/conky/extip.sh}${color0}${if_up wwan0}
${color3}wwan0${color0} $alignr${color1} ${addr wwan0}
 ${color3}Inbound${color0} $alignr ${downspeed wwan0} kb/s
 ${downspeedgraph wwan0}
 ${color3}Outbound${color0} $alignr ${upspeed wwan0} kb/s
 ${upspeedgraph wwan0}${endif}${if_up wlan0}
${color3}WiFi${color0} ${wireless_link_qual_perc wlan0} % @ ${wireless_bitrate wlan0} $alignr <<${wireless_essid}>>
 ${wireless_link_bar wlan0}
 ${color3}wlan0${color0} $alignr${color1} ${addr wlan0}
 ${color3}Inbound${color0} $alignr ${downspeed wlan0} kb/s
 ${downspeedgraph wlan0}
 ${color3}Outbound${color0} $alignr ${upspeed wlan0} kb/s
 ${upspeedgraph wlan0}${endif}${if_up eth0}
${color3}eth0${color0}  $alignr${color1} ${addr eth0}
 ${color3}Inbound${color0} $alignr ${downspeed eth0} kb/s
 ${downspeedgraph eth0}
 ${color3}Outbound${color0} $alignr ${upspeed eth0} kb/s
 ${upspeedgraph eth0}${endif}${if_up bnep0}
${color3}bnep0${color0}  $alignr${color1} ${addr bnep0}
 ${color3}Inbound${color0} $alignr ${downspeed bnep0} kb/s
 ${downspeedgraph bnep0}
 ${color3}Outbound${color0} $alignr ${upspeed bnep0} kb/s
 ${upspeedgraph bnep0}${endif}
${color2}RUNNING $color0
NAME $alignr PID    CPU
${color3}${top name 1}${color0} $alignr ${top pid 1} ${color1}${top cpu 1}
${color3}${top name 2}${color0} $alignr ${top pid 2} ${color1}${top cpu 2}
${color3}${top name 3}${color0} $alignr ${top pid 3} ${color1}${top cpu 3}
${color3}${top name 4}${color0} $alignr ${top pid 4} ${color1}${top cpu 4}
${color3}${top name 5}${color0} $alignr ${top pid 5} ${color1}${top cpu 5}
]]
 
Old 10-31-2018, 05:34 PM   #3398
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by SCerovec View Post
Remember my conky that shows only the active interfaces?

Remember how it got ugly by having empty lines when those where missing?

The improved code is ugly, but the result is just neat and i added the bluetooth tethering network interface too:
Very nice, I tried this out with some amendments, but I keep getting an open tab for conky as you can see on the taskbar there. Is there any way to launch conky with that tab not showing up? It comes up every time. I think this config is worth keeping, it's very nicely done, if I can just get rid of that tab.

I also get this message if launched from the terminal

Code:
lysander@psychopig-xxxiv:~$ conky
conky: desktop window (1600003) is subwindow of root window (4a6)
conky: window type - normal
conky: drawing to created window (0x4800002)
sh: /home/lysander/.config/conky/extip.sh: No such file or directory
.conkyrc

Code:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
]]

conky.config = {
    background = no,
    use_xft = yes,
    font = "-*-dejavu sans-medium-r-*-*-10-*-*-*-*-*-*-*",
    xftalpha = 0.5,
    update_interval = 2.0,
    total_run_times = 0,
    own_window = true,
    own_window_type = 'normal',
    own_window_argb_visual = true,
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_pager',
    double_buffer = false,
    minimum_width = 220,
    maximum_width = 220,
    default_shade_color = 'gray',
    default_outline_color = 'gray',
    draw_shades = false,
    draw_outline = false,
    draw_borders = false,
    border_width = 0,
    draw_graph_borders = yes,
    default_color = 'grey',
    color0 = 'darkgray',
    color1 = 'darkgray',
    color2 = 'darkgray',
    color3 = 'darkgray',
    alignment = 'bottom_right',
    gap_x = 12,
    gap_y = 20,
    no_buffers = yes,
    uppercase = no,
    pad_percents = 2,
    show_graph_units = yes,
    show_graph_scale= yes,
    short_units = yes,
    cpu_avg_samples = 2,

}

conky.text = [[
${color1}Slackware $color2 14.2 $color0 $alignr $kernel on $machine
Hostname $alignr $nodename
Uptime $alignr $uptime
${color2}DATA PROCESSING${color0} ${freq_g 0} GHz $alignr ${cpu cpu0}%
${cpugraph cpu0}
#${color3}ACPI:${color0} FAN:${acpifan} $alignr TEMP: ${acpitemp} C
 ${color3}CPU temp: ${color white}${hwmon temp 1}C$color  $alignr ${color grey}MB temp: ${color white}${hwmon temp 2}C$color
 ${color3}CPU0${color0} ${freq_g 1} GHz $alignr ${cpu cpu1}%
 ${cpubar cpu1}
 ${color3}CPU1${color0} ${freq_g 2} GHz $alignr ${cpu cpu2}%
 ${cpubar cpu2}
 ${color3}CPU2${color0} ${freq_g 3} GHz $alignr ${cpu cpu3}%
 ${cpubar cpu3}
 ${color3}CPU3${color0} ${freq_g 4} GHz $alignr ${cpu cpu4}%
 ${cpubar cpu4}
$processes processes ($running_processes running)
System Load $alignr $loadavg
$loadgraph
${color2}DATA ACCESSING $color0$alignc $mem / $memmax $alignr $memperc%
$membar
${color2}DATA STORAGE $color0
${color3}<root>${color0} $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
${color3}/home${color0} $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
${color3}swap${color0} $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
${color3}Media sda5: ${color3}${fs_free /media/Media} / ${fs_size /media/Media}
${fs_bar 3 /media/Media}
${color3}Backup sdb5: ${color3}${fs_free /media/Backup} / ${fs_size /media/Backup}
${fs_bar 3 /media/Backup}
${color2}DATA TRANSMSSION $color0 ${gw_iface}
${color3}inet${color0}  $alignr${color1} ${execi 10800 ~/.config/conky/extip.sh}${color0}${if_up wwan0}
${color3}wwan0${color0} $alignr${color1} ${addr wwan0}
 ${color3}Inbound${color0} $alignr ${downspeed wwan0} kb/s
 ${downspeedgraph wwan0}
 ${color3}Outbound${color0} $alignr ${upspeed wwan0} kb/s
 ${upspeedgraph wwan0}${endif}${if_up wlan0}
${color3}WiFi${color0} ${wireless_link_qual_perc wlan0} % @ ${wireless_bitrate wlan0} $alignr <<${wireless_essid}>>
 ${wireless_link_bar wlan0}
 ${color3}wlan0${color0} $alignr${color1} ${addr wlan0}
 ${color3}Inbound${color0} $alignr ${downspeed wlan0} kb/s
 ${downspeedgraph wlan0}
 ${color3}Outbound${color0} $alignr ${upspeed wlan0} kb/s
 ${upspeedgraph wlan0}${endif}${if_up eth0}
${color3}eth0${color0}  $alignr${color1} ${addr eth0}
 ${color3}Inbound${color0} $alignr ${downspeed eth0} kb/s
 ${downspeedgraph eth0}
 ${color3}Outbound${color0} $alignr ${upspeed eth0} kb/s
 ${upspeedgraph eth0}${endif}${if_up bnep0}
${color3}bnep0${color0}  $alignr${color1} ${addr bnep0}
 ${color3}Inbound${color0} $alignr ${downspeed bnep0} kb/s
 ${downspeedgraph bnep0}
 ${color3}Outbound${color0} $alignr ${upspeed bnep0} kb/s
 ${upspeedgraph bnep0}${endif}
${color2}RUNNING $color0
NAME $alignr PID    CPU
${color3}${top name 1}${color0} $alignr ${top pid 1} ${color1}${top cpu 1}
${color3}${top name 2}${color0} $alignr ${top pid 2} ${color1}${top cpu 2}
${color3}${top name 3}${color0} $alignr ${top pid 3} ${color1}${top cpu 3}
${color3}${top name 4}${color0} $alignr ${top pid 4} ${color1}${top cpu 4}
${color3}${top name 5}${color0} $alignr ${top pid 5} ${color1}${top cpu 5}
]]
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2018-10-31_22-34-26.jpg
Views:	139
Size:	118.8 KB
ID:	28891  
 
1 members found this post helpful.
Old 11-01-2018, 02:25 AM   #3399
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,470
Blog Entries: 2

Rep: Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979Reputation: 979
Thumbs up

Quote:
Originally Posted by Lysander666 View Post
Very nice, I tried this out with some amendments, but I keep getting an open tab for conky as you can see on the taskbar there. Is there any way to launch conky with that tab not showing up? It comes up every time. I think this config is worth keeping, it's very nicely done, if I can just get rid of that tab.
1. The screenshot you posted is horrible (ie. horror themed ) I like it!
2. the application tab is intentional (to me at least) and the color scheme i picked is such, that i can raise it on top and see it...
Of course one could easy have it removed, read on ...
3. Kind thanks, i tweak it every now and then a bit further , stay tuned.
Quote:
I also get this message if launched from the terminal
That is the little helper script i posted here earlier - it gets the outside IP for one line.
Want me to repost it?
Quote:
Code:
lysander@psychopig-xxxiv:~$ conky
conky: desktop window (1600003) is subwindow of root window (4a6)
conky: window type - normal
conky: drawing to created window (0x4800002)
sh: /home/lysander/.config/conky/extip.sh: No such file or directory
.conkyrc
[hint: find the red line!]
Code:
-- vim: ts=4 sw=4 noet ai cindent syntax=lua
--[[
Conky, a system monitor, based on torsmo

Any original torsmo code is licensed under the BSD license

All code written since the fork of torsmo is licensed under the GPL

Please see COPYING for details

Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
Copyright (c) 2005-2012 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
]]

conky.config = {
    background = no,
    use_xft = yes,
    font = "-*-dejavu sans-medium-r-*-*-10-*-*-*-*-*-*-*",
    xftalpha = 0.5,
    update_interval = 2.0,
    total_run_times = 0,
    own_window = true,
    own_window_type = 'normal',
    own_window_argb_visual = true,
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_pager',
    double_buffer = false,
    minimum_width = 220,
    maximum_width = 220,
    default_shade_color = 'gray',
    default_outline_color = 'gray',
    draw_shades = false,
    draw_outline = false,
    draw_borders = false,
    border_width = 0,
    draw_graph_borders = yes,
    default_color = 'grey',
    color0 = 'darkgray',
    color1 = 'darkgray',
    color2 = 'darkgray',
    color3 = 'darkgray',
    alignment = 'bottom_right',
    gap_x = 12,
    gap_y = 20,
    no_buffers = yes,
    uppercase = no,
    pad_percents = 2,
    show_graph_units = yes,
    show_graph_scale= yes,
    short_units = yes,
    cpu_avg_samples = 2,

}

conky.text = [[
${color1}Slackware $color2 14.2 $color0 $alignr $kernel on $machine
Hostname $alignr $nodename
Uptime $alignr $uptime
${color2}DATA PROCESSING${color0} ${freq_g 0} GHz $alignr ${cpu cpu0}%
${cpugraph cpu0}
#${color3}ACPI:${color0} FAN:${acpifan} $alignr TEMP: ${acpitemp} C
 ${color3}CPU temp: ${color white}${hwmon temp 1}C$color  $alignr ${color grey}MB temp: ${color white}${hwmon temp 2}C$color
 ${color3}CPU0${color0} ${freq_g 1} GHz $alignr ${cpu cpu1}%
 ${cpubar cpu1}
 ${color3}CPU1${color0} ${freq_g 2} GHz $alignr ${cpu cpu2}%
 ${cpubar cpu2}
 ${color3}CPU2${color0} ${freq_g 3} GHz $alignr ${cpu cpu3}%
 ${cpubar cpu3}
 ${color3}CPU3${color0} ${freq_g 4} GHz $alignr ${cpu cpu4}%
 ${cpubar cpu4}
$processes processes ($running_processes running)
System Load $alignr $loadavg
$loadgraph
${color2}DATA ACCESSING $color0$alignc $mem / $memmax $alignr $memperc%
$membar
${color2}DATA STORAGE $color0
${color3}<root>${color0} $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
${color3}/home${color0} $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
${fs_bar /home}
${color3}swap${color0} $alignc $swap / $swapmax $alignr $swapperc%
${swapbar}
${color3}Media sda5: ${color3}${fs_free /media/Media} / ${fs_size /media/Media}
${fs_bar 3 /media/Media}
${color3}Backup sdb5: ${color3}${fs_free /media/Backup} / ${fs_size /media/Backup}
${fs_bar 3 /media/Backup}
${color2}DATA TRANSMSSION $color0 ${gw_iface}
${color3}inet${color0}  $alignr${color1} ${execi 10800 ~/.config/conky/extip.sh}${color0}${if_up wwan0}
${color3}wwan0${color0} $alignr${color1} ${addr wwan0}
 ${color3}Inbound${color0} $alignr ${downspeed wwan0} kb/s
 ${downspeedgraph wwan0}
 ${color3}Outbound${color0} $alignr ${upspeed wwan0} kb/s
 ${upspeedgraph wwan0}${endif}${if_up wlan0}
${color3}WiFi${color0} ${wireless_link_qual_perc wlan0} % @ ${wireless_bitrate wlan0} $alignr <<${wireless_essid}>>
 ${wireless_link_bar wlan0}
 ${color3}wlan0${color0} $alignr${color1} ${addr wlan0}
 ${color3}Inbound${color0} $alignr ${downspeed wlan0} kb/s
 ${downspeedgraph wlan0}
 ${color3}Outbound${color0} $alignr ${upspeed wlan0} kb/s
 ${upspeedgraph wlan0}${endif}${if_up eth0}
${color3}eth0${color0}  $alignr${color1} ${addr eth0}
 ${color3}Inbound${color0} $alignr ${downspeed eth0} kb/s
 ${downspeedgraph eth0}
 ${color3}Outbound${color0} $alignr ${upspeed eth0} kb/s
 ${upspeedgraph eth0}${endif}${if_up bnep0}
${color3}bnep0${color0}  $alignr${color1} ${addr bnep0}
 ${color3}Inbound${color0} $alignr ${downspeed bnep0} kb/s
 ${downspeedgraph bnep0}
 ${color3}Outbound${color0} $alignr ${upspeed bnep0} kb/s
 ${upspeedgraph bnep0}${endif}
${color2}RUNNING $color0
NAME $alignr PID    CPU
${color3}${top name 1}${color0} $alignr ${top pid 1} ${color1}${top cpu 1}
${color3}${top name 2}${color0} $alignr ${top pid 2} ${color1}${top cpu 2}
${color3}${top name 3}${color0} $alignr ${top pid 3} ${color1}${top cpu 3}
${color3}${top name 4}${color0} $alignr ${top pid 4} ${color1}${top cpu 4}
${color3}${top name 5}${color0} $alignr ${top pid 5} ${color1}${top cpu 5}
]]
re pager and taskbar show or not show:
Code:
$ man conky
>[/]
>own_window_hints
(type slash, type "own_window_hints" press enter)
the man page explains it better than I would, and we're slackers, so no slackin' when hackin' right?

P.S.
maybe you find even further tweaks there, I know i did

P.P.S.
kind thanks again for the feedback!

Last edited by SCerovec; 11-01-2018 at 02:27 AM.
 
2 members found this post helpful.
Old 11-02-2018, 06:59 AM   #3400
kevison
Member
 
Registered: Dec 2007
Location: Grand Rapids, Michigan USA
Distribution: Slackware/Bodhi/Manjaro
Posts: 149

Rep: Reputation: Disabled
Quote:
Originally Posted by TheTKS View Post
Desktop of another user. KDE4, even less customized than the user in my previous post, a wallpaper that still pops yet soothes, display setting default 1920x1080

TKS
I like the background/wallpaper... could you share?

Thanks!
 
Old 11-03-2018, 06:10 AM   #3401
anon231
Member
 
Registered: May 2010
Posts: 47

Rep: Reputation: 76
XFCE

Slackware64-14.2 Thinkpad T430
Attached Thumbnails
Click image for larger version

Name:	Image14.jpg
Views:	152
Size:	128.4 KB
ID:	28912   Click image for larger version

Name:	Image17.jpg
Views:	87
Size:	134.5 KB
ID:	28913   Click image for larger version

Name:	Image18.jpg
Views:	87
Size:	161.1 KB
ID:	28915   Click image for larger version

Name:	Image19.jpg
Views:	104
Size:	108.3 KB
ID:	28916  

Last edited by anon231; 11-03-2018 at 06:17 AM.
 
5 members found this post helpful.
Old 11-07-2018, 07:08 AM   #3402
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
Keeping it simple, clean, and lightweight with fvwm...
Attached Thumbnails
Click image for larger version

Name:	2018-11-07-050507_1280x800_scrot.png
Views:	143
Size:	85.7 KB
ID:	28926  
 
3 members found this post helpful.
Old 11-07-2018, 08:00 AM   #3403
TheTKS
Member
 
Registered: Sep 2017
Location: Ontario, Canada
Distribution: Slackware, X/ubuntu, OpenBSD, OpenWRT
Posts: 359

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by kevison View Post
I like the background/wallpaper... could you share?

Thanks!
It's one of the stock wallpapers.

Right click on your desktop
Click Default Desktop Settings
View
Wallpaper: both users' wallpapers are from the "Image" catalogue

TKS
 
1 members found this post helpful.
Old 11-12-2018, 09:18 AM   #3404
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 819

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Trying out Cinnamon 4.0 thanks to willysr. Nothing fancy really, just showing of Cinnamon 4! running on Slackware.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2018-11-12_16-23-59.png
Views:	96
Size:	222.9 KB
ID:	28954  

Last edited by Bindestreck; 11-12-2018 at 09:24 AM.
 
4 members found this post helpful.
Old 11-12-2018, 10:09 AM   #3405
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by Bindestreck View Post
Trying out Cinnamon 4.0 thanks to willysr. Nothing fancy really, just showing of Cinnamon 4! running on Slackware.
Nice! I will have to give that a whirl when I get the chance. Cinnamon has always been one of my favorites going back to my Linux Mint days.
 
  


Reply

Tags
background, cwm, dwm, framebuffer, gnome, gui, i3, ion3, kde, monitor, musca, screenshot, tmux, wallpaper, xfce4, xterm


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
3D Desktop on Slackware? darkhatter Slackware 3 10-10-2006 12:26 PM
Slackware 10.0 with NO Desktop NiPP Linux - Newbie 2 01-02-2006 10:43 AM
3d desktop on Slackware k1ll3r_x Linux - Software 1 09-20-2005 10:47 PM
Desktop Slackware s0no Slackware 5 12-04-2004 11:20 AM
I can't get my desktop in Slackware 10 DraGoNsLaYeR Linux - Newbie 1 06-27-2004 02:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration