Skip to content

Instantly share code, notes, and snippets.

@discomplex
Last active November 9, 2019 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save discomplex/5024dcc34b7bf68e6d74 to your computer and use it in GitHub Desktop.
Save discomplex/5024dcc34b7bf68e6d74 to your computer and use it in GitHub Desktop.
CONKY CONFIG FILE [Horizontal / Bottom 1]
# Conky CONFIG FILE [Horizontal / Bottom]
# Used alongside panel with systray (tint2, xfce4-panel, lxpanel...)
background yes
use_xft yes
xftfont PT Sans:size=10
xftalpha 1
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,skip_taskbar,skip_pager,sticky
own_window_class Conky
double_buffer yes
draw_shades no
default_shade_color ffffff
draw_borders no
default_color ffffff
draw_graph_borders no
draw_outline no
default_outline_color ffffff
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
short_units yes
pad_percents 2
##################
update_interval 1.5
minimum_size 1400 10 ### width | height
maximum_width 1320
gap_x 6 ### left | right
gap_y 3 ### up | down
alignment bottom_left
TEXT
${font FontAwesome:size=9}${font} ${uptime_short} ${goto 85}| ${font FontAwesome:size=11}${font} ${downspeed wlp2s0}${goto 155}${downspeedgraph wlp2s0 12,20} ${goto 185}${font FontAwesome:size=11}${font} ${upspeed wlp2s0}${goto 243}${upspeedgraph wlp2s0 12,20}${goto 270}| ${font FontAwesome:size=11}${font} ${diskiograph sda 12,20}${goto 333}${diskio_write sda}${goto 372}/ ${diskio_read sda}${goto 425}| ${font FontAwesome:size=11}${font} ${cpu cpu0}% ${goto 495}_ ${freq_g cpu0}GHz ${goto 560}_ ${hwmon 1 temp 1}° ${goto 595}| ${font FontAwesome:size=11}${font} ${memperc}% ${goto 665}${membar 5,50}${goto 725}${mem}${goto 837}${font FontAwesome:size=11}${font} ${time %a}, ${time %d %b} | ${font FontAwesome:size=11}${font} ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EBBR temperature}° ${font FontAwesome:size=11}${font} ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EBBR humidity}% | ${weather http://weather.noaa.gov/pub/data/observsations/metar/stations/ EBBR wind_speed}km/h ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EBBR wind_dir} ${font FontAwesome:size=11}${font} | ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EBBR weather} ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EBBR cloud_cover}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment