Skip to content

Instantly share code, notes, and snippets.

@bsag
Created May 15, 2010 18:18
Show Gist options
  • Save bsag/402326 to your computer and use it in GitHub Desktop.
Save bsag/402326 to your computer and use it in GitHub Desktop.
conkyrc for bottom status bar on Xmonad
#On background
background no
cpu_avg_samples 2
use_xft
out_to_x no
out_to_console yes
# Update interval in seconds
update_interval 3
# Subtract file system buffers from used memory?
no_buffers yes
text_buffer_size 512
TEXT
^fg(white)${wireless_essid wlan0} - ${wireless_link_qual_perc wlan0}% | ^fg(darkgray)CPU: ^fg(white)${cpu}% | ^fg(darkgray)Mem: ^fg(white)$memperc% | ^fg(darkgray)Home: ^fg(white)${fs_used /home}/${fs_size /home} used - ${fs_free_perc /home}% free | ^fg(darkgray)Batt: ^fg(white) $battery_short $battery_time | ^fg(lightblue)${time %a %d %b} - ^fg(yellow)${time %H:%M}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment