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