Skip to content

Instantly share code, notes, and snippets.

@reatlat
Created January 1, 2016 10:51
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 reatlat/405d2f592f113b9622ba to your computer and use it in GitHub Desktop.
Save reatlat/405d2f592f113b9622ba to your computer and use it in GitHub Desktop.
######################
# - Conky settings - #
######################
update_interval 1
total_run_times 0
net_avg_samples 1
cpu_avg_samples 1
imlib_cache_size 0
double_buffer yes
no_buffers yes
#####################
# - Text settings - #
#####################
use_xft yes
xftfont Ubuntu:size=8
override_utf8_locale yes
text_buffer_size 2048
#############################
# - Window specifications - #
#############################
own_window_class Conky
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment top_right
gap_x 25
gap_y 40
minimum_size 182 0
maximum_width 182
default_bar_size 60 5
#########################
# - Graphics settings - #
#########################
draw_shades no
default_color cccccc
color0 white
color1 E07A1F
color2 white
TEXT
Time & Date ${hr 2}
${font Arial Black:size=26}${alignc}${time %H:%M}${font}
${alignc}${time %A, %B %d, %Y}
${voffset 6}${font Arial Black:size=16}WST ${alignr}EST${font}
${font Arial Black:size=12}${tztime America/Los_Angeles %H:%M:%S} $alignr${tztime America/New_York %H:%M:%S}${font}
CPU Freq ${hr 2}
${voffset 4}Frequency: ${alignr}${freq_g (1)} GHz
CPU Usage ${hr 2}
${voffset 4}CPU: ${cpu cpu0}% ${alignr}${cpubar cpu0 8,60}
${voffset 4}Core1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
${voffset 4}Core2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
CPU Temperatures ${hr 2}
${voffset 4}CPU: ${color #FCAF3E} ${hwmon 0 temp 2}°C$color${alignr}NB: ${color #FCAF3E} ${hwmon 0 temp 3}°C$color
Misc Info ${hr 2}
${voffset 4}Memory: ${mem} ${alignr}${membar 8,60}
${voffset 4}Disk: ${diskio}${alignr}${diskiograph 8,60 F57900 FCAF3E}
${voffset 4}Swap: $swapperc% ${alignr}${swapbar 8,60}
${voffset 4}Uptime: ${alignr}${uptime}
${voffset 4}Processes: ${alignr}$processes ($running_processes running)
Highest: ${alignr 13}CPU${alignr}RAM
${voffset -4}${hr 1}
${top name 1} ${goto 124}${top cpu 1}${alignr }${top mem 1}
${top name 2} ${goto 124}${top cpu 2}${alignr }${top mem 2}
${top name 3} ${goto 124}${top cpu 3}${alignr }${top mem 3}
${top name 4} ${goto 124}${top cpu 4}${alignr }${top mem 4}
${top name 5} ${goto 124}${top cpu 4}${alignr }${top mem 5}
${top name 6} ${goto 124}${top cpu 4}${alignr }${top mem 6}
#${top name 7} ${goto 124}${top cpu 4}${alignr }${top mem 7}
#${top name 8} ${goto 124}${top cpu 4}${alignr }${top mem 8}
#${top name 9} ${goto 124}${top cpu 4}${alignr }${top mem 9}
HDD ${hr 2}
${voffset 4}File System
${fs_free /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
${voffset 4}Storage
${fs_free /media/hdd}/${fs_size /media/hdd} ${alignr}${fs_bar 8,60 /media/hdd}
Network ${hr 2}
${voffset 4}SSID: ${wireless_essid wls1}
Signal: ${wireless_link_qual wls1}% ${alignr}${wireless_link_bar 8,60 wls1}
${voffset 4}Up: ${upspeed wls1}${font} ${alignr}${upspeedgraph wls1 8,60 F57900 FCAF3E}
Total: ${totalup wls1}
${voffset 4}Down: ${downspeed wls1}${font} ${alignr}${downspeedgraph wls1 8,60 F57900 FCAF3E}
Total: ${totaldown wls1}
${voffset 4}Local IP: ${alignr}${addr wls1}
${hr 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment