Last active
December 17, 2020 14:24
-
-
Save discomplex/8400256 to your computer and use it in GitHub Desktop.
CONKY CONFIG FILE [Horizontal / Bottom 2]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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