conky: display temperature

This commit is contained in:
2023-08-23 13:38:11 +00:00
parent 91c02aec9a
commit a43ccaac64
2 changed files with 4 additions and 0 deletions

View File

@@ -47,4 +47,7 @@ ${color1}${shadecolor}${font Sxmo:size=22:style=Bold}${alignc}${exec @bat@ }${fo
${color2}${shadecolor a4d7d0}${font Sxmo:size=16}${alignc}⇅ ${downspeedf wlan0}K/s${font}
${font Sxmo:size=16}${alignc}☵ $memperc%  $cpu%${font}
${color1}${shadecolor}${font Sxmo:size=22:style=Bold}${alignc}${exec @weather@ }${font}
]]

View File

@@ -279,6 +279,7 @@ in
in pkgs.substituteAll {
src = ./conky-config;
bat = "${battery_estimate}/bin/battery_estimate";
weather = "${pkgs.sane-weather}/bin/sane-weather";
};
}