conky: second commit

This commit is contained in:
Aminda Suomalainen 2019-02-27 01:11:51 +02:00
parent 55011b6f70
commit 27c4d25dce
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 15 additions and 11 deletions

View File

@ -38,9 +38,9 @@ conky.config = {
draw_outline = false,
draw_shades = false,
use_xft = true,
font = 'DejaVu Sans Mono Book:size=12',
gap_x = 5,
gap_y = 60,
font = 'DejaVu Sans Mono:size=12',
gap_x = 6,
gap_y = 6,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
@ -49,13 +49,13 @@ conky.config = {
out_to_stderr = false,
extra_newline = false,
own_window = true,
own_wndow_transparent = false,
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 95,
own_window_class = 'Conky',
own_window_type = 'override',
stippled_borders = 0,
update_interval = 1.0,
update_interval = 1,
uppercase = false,
use_spacer = 'none',
show_graph_scale = false,
@ -77,12 +77,16 @@ $hr
${color grey}File systems:
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey} /home $color${fs_used /home}/${fs_size /home} ${fs_bar 6 /}
${color grey}HDD Temperature:${color} $hddtemp °C
${color grey}Networking:
enp4s0f1 Up:$color ${upspeed enp4s0f1} ${color grey} - Down:$color ${downspeed enp4s0f1}
${color grey}wlp3s0 Up:$color ${upspeed wlp3s0} ${color grey} - Down:$color ${downspeed wlp3s0}
${color grey}yggdrasil Up:$color ${upspeed yggdrasil} ${color grey} - Down:$color ${downspeed yggdrasil}
${color grey}cjdns Up:$color ${upspeed cjdns} ${color grey} - Down:$color ${downspeed cjdns}
enp4s0f1 Up:$color ${upspeed enp4s0f1} ${color grey} - Down:$color ${downspeed enp4s0f1}
${color grey}wlp3s0 Up:$color ${upspeed wlp3s0} ${color grey} - Down:$color ${downspeed wlp3s0}
${color grey}yggdrasil Up:$color ${upspeed yggdrasil} ${color grey} - Down:$color ${downspeed yggdrasil}
${color grey}cjdns Up:$color ${upspeed cjdns} ${color grey} - Down:$color ${downspeed cjdns}
$hr
TODO: S.M.A.R.T.
${color grey}Sensors${color}
${execpi 60 sensors}
$hr
]]
TODO: Get S.M.A.R.T. data here somehow!
$hr
]]