From 27c4d25dce4535cc35d9d6aac0594cca39f83317 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 27 Feb 2019 01:11:51 +0200 Subject: [PATCH] conky: second commit --- conf/{config => conky}/conky.conf | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) rename conf/{config => conky}/conky.conf (79%) diff --git a/conf/config/conky.conf b/conf/conky/conky.conf similarity index 79% rename from conf/config/conky.conf rename to conf/conky/conky.conf index 7601ab60..8dedf275 100644 --- a/conf/config/conky.conf +++ b/conf/conky/conky.conf @@ -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 -]] \ No newline at end of file +TODO: Get S.M.A.R.T. data here somehow! +$hr +]]