# --- Window Layout & Options --- #
own_window yes
own_window_colour white
own_window_transparent yes
own_window_type override
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
use_spacer right
use_xft yes
alignment bottom_right
gap_x 1012
gap_y 80
# --- Colours, Sizes, Fonts & Margins --- #
update_interval 2.0
maximum_width 250
stippled_borders 3
border_margin 9
border_width 10
default_color white
# --- Text --- #
draw_outline no
draw_borders no
font Calibri:size=10:weight=regular
uppercase no
draw_shades yes
TEXT
${color lightblue}SYSTEM INFORMATION ${hr 2}$color
${color white}${time %A},${time %e} ${time %B} ${time %G}${alignr}${time %H:%M:%S}
${color white}Machine$color $nodename ${alignr}${color white}Uptime$color $uptime
${color white}Kernel$color $kernel ${alignr}${color white}Arch$color $machine
${color lightblue}CPU ${hr 2}$color
${font Arial:bold:size=8}${color #ff9999}${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's#Processor ##'}$font$color
${color white}Processes:$color $running_processes/ $processes
${cpugraph cpu1 25,250 000000 lightblue}
${color lightblue}${cpubar cpu1 3,250} ${color white}$color
${color lightblue}MEMORY & SWAP ${hr 2}$color
${color white}RAM$color $memperc% ${membar 6}$color
${color white}Swap$color $swapperc% ${swapbar 6}$color
${color lightblue}DRIVES - FREE SPACE ${hr 2}$color
${color white}Linux$color ${fs_free_perc /}%$alignr${fs_free /}/ ${fs_size /}
${fs_bar 3 /}$color
${color lightblue}CURRENT SONG INFO ${hr 2}$color
${if_running rhythmbox}${color lightblue}Artist: ${color lightblue}${goto 50}${exec rhythmbox-client --no-start --print-playing-format %ta}
${color lightblue}Title: ${color lightblue}${goto 50}${exec rhythmbox-client --print-playing-format %tt}
${color lightblue}Album: ${color lightblue}${goto 50}${exec rhythmbox-client --no-start --print-playing-format %at}
${color lightblue}Genre: ${color lightblue}${goto 50}${exec rhythmbox-client --no-start --print-playing-format %ag}${goto 130}${color lightblue}Year: ${color lightblue}${exec rhythmbox-client --no-start --print-playing-format %ay}
${color lightblue}Position: ${color lightblue}${exec rhythmbox-client --no-start --print-playing-format %te}${goto 130}${color lightblue}Length: ${color lightblue}${exec rhythmbox-client --no-start --print-playing-format %td}${color lightblue}$else${color lightblue}${alignc}${font sans:size=6:bold}No Activity${font}$endif