Skip to content

Instantly share code, notes, and snippets.

@pry0cc
Created April 19, 2015 18:34
Show Gist options
  • Save pry0cc/29dd6fa78d975c06d222 to your computer and use it in GitHub Desktop.
Save pry0cc/29dd6fa78d975c06d222 to your computer and use it in GitHub Desktop.
My conkyrc file that works with my i3 desktop
own_window yes
own_window_type override
own_window_class conky
own_window_argb_visual
own_window_transparent yes
draw_shades no
alignment bottom_middle
background yes
gap_y 28
use_xft yes
xftfont Terminus
TEXT
${alignc}${color #fff} CPU TEMP: ${acpitemp} | enp2s0f0: ${addr enp2s0f0} | wlp3s0: ${addr wlp3s0} | KERNEL: ${execi 500 /home/pry/Bin/kernelchk}
${alignc}${color #fff} BATTERY: ${battery_percent battery} | BRIGHTNESS: ${execi 5 xbacklight -get} | HOME USED: ${fs_used_perc /home}%
${alignc}${color #fff} ${mpd_elapsed}/${mpd_length}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment