Skip to content

Instantly share code, notes, and snippets.

@discomplex
Last active December 17, 2020 14:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save discomplex/8400256 to your computer and use it in GitHub Desktop.
Save discomplex/8400256 to your computer and use it in GitHub Desktop.
CONKY CONFIG FILE [Horizontal / Bottom 2]
# Conky CONFIG FILE [Horizontal / Bottom 2]
# Used alongside panel with systray (tint2, xfce4-panel, lxpanel...)
background no
use_xft yes
xftfont Liberation Sans:size=8
update_interval 3.0
total_run_times 0
own_window_argb_visual
own_window_argb_value 255
own_window yes
own_window_type panel
own_window_transparent no
own_window_colour 000000
default_colour 000000
double_buffer yes
border_inner_margin 0
border_outer_margin 0
margins_colour 000000
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
own_window_hints sticky,skip_taskbar,skip_pager
TEXT
${color FFFFFF} ${uptime} | ${if_existing /sys/class/net/eth0/operstate up}${totaldown eth0} ▼ ${totalup eth0} ▲ ${endif} ${if_existing /sys/class/net/wlan0/operstate up}${totaldown wlan0} ▼ ${totalup wlan0} ▲${endif} | RAM ${memperc}% ${membar 6,40} $mem | CPU ${cpu cpu0}% ${cpubar 6,40} ${freq_g} Ghz | ${acpitemp}C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment