Salix 13.37 Screenshots
Re: Salix 13.37 Screenshots
@pevsner: awesome! Could you post your conky config?
Re: Salix 13.37 Screenshots
there are three kinds of people in the world. those that can count, and those that can't.
iMac 2.8Ghz i7
iMac 2.8Ghz i7
- Duncan_Idaho
- Posts: 216
- Joined: 19. Sep 2009, 01:43
- Location: Sietch Tabr, Planet Arrakis
Re: Salix 13.37 Screenshots
wow, green on black, that's classy! ;D
good work, as always

what theme/icons are you using there?
Re: Salix 13.37 Screenshots
danke... the theme is bora black, the icons are ACYL, the GTK theme is either Dasha or a modified version of xfce-dusk I did. I have to look the next time I'm, in Salix.Duncan_Idaho wrote: wow, green on black, that's classy! ;D
good work, as always![]()
what theme/icons are you using there?

there are three kinds of people in the world. those that can count, and those that can't.
iMac 2.8Ghz i7
iMac 2.8Ghz i7
Re: Salix 13.37 Screenshots
Ty Akuna & thenktor.
Conky config below:
poky font for icons
Conky config below:
poky font for icons
Code: Select all
########### - Conky - #########
update_interval 1
total_run_times 0
net_avg_samples 1
cpu_avg_samples 1
imlib_cache_size 0
#double_buffer yes
no_buffers yes
double_buffer no
########## - Text - ##########
use_xft yes
xftfont Droid sans sans:size=9
override_utf8_locale yes
text_buffer_size 2048
############# - Window spec - ############
own_window_class Conky
own_window yes
own_window_type desktop
#own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#own_window_type norm
draw_graph_borders no
alignment top_right
gap_x 8
gap_y 2
minimum_size 100 0
maximum_width 200
default_bar_size 200 5
########## - clours text - ##########
draw_shades no
default_color cccccc
color0 white
color1 C76028
color2 white
color3 C3C3C3
TEXT
${font Sans:style=Bold:size=8}
############## - SYSTEM - ###########
${color0}${font Poky:size=15}S${font}${color}${goto 32}${voffset -8}Kernel: ${alignr}${color2}${kernel}${color}
${goto 32}Uptime: ${alignr}${color2}${uptime}${color}
############## -CPU -###############
${offset 1}${color0}${font Poky:size=16}P${color0}${font}${voffset -4}${goto 32}CPU: ${font Droid Sans:style=Bold:size=8}${color1}${cpu cpu1}%${color}${font} ${alignr}${color1}${cpubar cpu1 6,100 CE5C00 E07A1F}${color}
############### -MEM - #############
${color0}${font Poky:size=16}M${font}${color0}${goto 32}${voffset -7}RAM: ${font Droid Sans:style=Bold:size=8}${color1}$memperc%${color}${font}${alignr}${color0}${membar 5,100}
${color}F:${font}${color2}${memeasyfree}${color}${font} U:${font}${color2}${mem}${color}${font} C:${color2}${cached}
############### - temps - #######
${color1} ${font Poky:size=16}P${font}${color}${goto 32}${voffset -7}${color0}Core Temp:${alignr}${font Droid Sans:style=Bold:size=8}${color1}${execi 2 cat /sys/bus/pci/drivers/k8temp/000*/temp1_input | cut -c1,2}°C
#${color grey} ${font Poky:size=16}P${font}${color}${goto 32}${voffset -7}${color0}Therm temp:${alignr}${font Droid Sans:style=Bold:size=8}${color1}${acpitemp}°C
${color lightgreen}${font Poky:size=16}N${font}${color}${goto 32}${voffset -7}${color0}Gpu temp:${alignr}${font Droid Sans:style=Bold:size=8}${color1}${execi 60 nvidia-settings -t -q GPUCoreTemp}°C
########### - network - ########
######wlan0######
${color0}${font Poky:size=16}Y${font}${color}${goto 32}${voffset -7}${color0}Wlan:${alignr}Up:$color ${color orange}${upspeed wlan0} ${color0} Down:$color ${color lightgreen}${downspeed wlan0}
WiFi Strength:${wireless_link_qual_perc wlan0}%
${wireless_link_bar 4 wlan0}
#####eth0######
#${color0}${font Poky:size=16}Y${font}${color}${goto 32}${voffset -7}${color0}Eth0:${alignr}Up:$color ${color orange}${upspeed eth0} ${color0} Down:$color ${color lightgreen}${downspeed eth0}
#${font}${color}IP address: $alignr ${addr eth0}
#Wifi Network: $alignr ${wireless_essid eth0}
##########################
########## - filesystem - ###############
${color0}${font Poky:size=16}H${font}${color}${goto 32}${voffset -7}${color0}Filesystem:
${color0}root $color${alignr}${fs_used /}/${fs_size /}
${color}${fs_bar 4 /}
${color0}home $color${alignr}${fs_used /home}/${fs_size /home}
${color1}${fs_bar 4 //home}
#${color}music_sda8 $color${alignr}${fs_used /media/music_sda8}/${fs_size /media/music_sda8}
#${color0}${fs_bar 4 /media/music_sda8}
#${color0}home_sda7 $color${alignr}${fs_used /media/home_sda7}/${fs_size /media/home_sda7}
#${fs_bar 4 /media/home_sda7}
########### - processes - ###############
#${color0}${font Poky:size=16}a${font}${color}${goto 32}${voffset -7}${color0}Processes:$color $processes ${color0}Running:$color $running_processes
#${alignr}${color grey}PID CPU% MEM%
#${color0}${top name 1}${alignr} ${top pid 1} ${top cpu 1} ${top mem 1}
#${color0}${top name 2}${alignr} ${top pid 2} ${top cpu 2} ${top mem 2}
#${color0}${top name 3}${alignr} ${top pid 3} ${top cpu 3} ${top mem 3}
#${color lightgrey}${top name 4}${alignr} ${top pid 4} ${top cpu 4} ${top mem 4}
#${color lightgrey}${top name 5}${alignr} ${top pid 5} ${top cpu 5} ${top mem 5}
############################
############ - Hot keys - ############
${color white}${font Sans:size=9}
W-Left Right$alignr Tile Effect Split
Alt-F1$alignr Terminal
Alt-F2$alignr Gmrun
A-F4$alignr CLOSE app
W-l$alignr Leafpad
W-g$alignr Gimp
A-t$alignr Tasks
W-t$alignr Thunar
W-p$alignr Pcmanfm
W-c$alignr google-chrome
W-x & W-A-x$alignr Xcomp off / on
PrtSc$alignr Screenshot
########### - Active workspace - ################
${font Droid Sans:size=36} $alignc${if_match ${desktop}==1}${color1}1${else}${color3}1${endif} ${if_match ${desktop}==2}${color1}2${else}${color3}2${endif} ${if_match ${desktop}==3}${color1}3${else}${color3}3${endif} ${if_match ${desktop}==4}${color1}4${else}${color3}4${endif}${font Droid Sans:style=Bold:size=10}
${font Sans:size=9} ${alignc} w o r k s p a c e s
########### - CLOCK - ###############
${voffset 4}${font Sans:style=Bold:size=8}
${color0}${font :size=25}$alignc${time %H:%M}${font Sans:size=10}
${alignc}${color}${time %A %d %B %Y}
#${execpi 60 DJS=`date +%_d`; cal | sed s/"$DJS"'\b'/'${color1}'"$DJS"'$color'/}
##### - volume - ###########
${color lightgreen}${font Poky:size=16}l${font}${goto 32}${voffset -7}${font Droid Sans:style=Bold:size=10}Volume master:${alignr}${mixer}%
#${color lightgreen}${font Poky:size=16}l${font}${goto 32}${voffset -7}Volume pcm:${alignr}${mixer PCM}%
#${mixerbar}
${color lightgreen}${font}${goto 32}${voffset -7}Mic input:${alignr}${mixer MIC}%
Re: Salix 13.37 Screenshots
my first fluxbox and first conky config


You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown
My Linux screenshots:
-Unknown
My Linux screenshots:
Re: Salix 13.37 Screenshots
Ok here is my new configuration.

Here are my screenshots prior to the final current config:
https://lh6.googleusercontent.com/-u5Vf ... _scrot.png
https://lh4.googleusercontent.com/-4QEN ... _scrot.png
And here is my current dirty screenshot
https://lh5.googleusercontent.com/-aApY ... _scrot.png
Having fun learning how to configure fluxbox and conky. Next step configure FluxKeys and have conky display the shortcuts.

Here are my screenshots prior to the final current config:
https://lh6.googleusercontent.com/-u5Vf ... _scrot.png
https://lh4.googleusercontent.com/-4QEN ... _scrot.png
And here is my current dirty screenshot
https://lh5.googleusercontent.com/-aApY ... _scrot.png
Having fun learning how to configure fluxbox and conky. Next step configure FluxKeys and have conky display the shortcuts.
You can easily judge the character of a man by how he treats those who can do nothing for him.
-Unknown
My Linux screenshots:
-Unknown
My Linux screenshots:
Re: Salix 13.37 Screenshots
@pevsner
Wonderful! May you, please, link to the Fluxbox theme?
Wonderful! May you, please, link to the Fluxbox theme?