mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-03 16:52:37 +01:00
conky.conf: decrease font size & add grepping for sensors
This commit is contained in:
parent
d53db680fd
commit
aa76181164
@ -38,7 +38,7 @@ conky.config = {
|
||||
draw_outline = false,
|
||||
draw_shades = false,
|
||||
use_xft = true,
|
||||
font = 'DejaVu Sans Mono:size=12',
|
||||
font = 'DejaVu Sans Mono:size=10',
|
||||
gap_x = 6,
|
||||
gap_y = 6,
|
||||
minimum_height = 5,
|
||||
@ -84,7 +84,8 @@ ${color grey}Networking:
|
||||
${color grey}yggdrasil Up:$color ${upspeed yggdrasil} ${color grey} - Down:$color ${downspeed yggdrasil}
|
||||
$hr
|
||||
${color grey}Sensors${color}
|
||||
${execpi 60 sensors}
|
||||
${execpi 60 sensors|grep °}
|
||||
${execpi 60 sensors|grep fan}
|
||||
$hr
|
||||
${color grey}YLE${color} ${rss https://feeds.yle.fi/uutiset/v1/recent.rss?publisherIds=YLE_UUTISET 15 item_titles 2}
|
||||
$hr
|
||||
|
Loading…
Reference in New Issue
Block a user