conky: display temperature
This commit is contained in:
@@ -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}
|
||||
]]
|
||||
|
@@ -279,6 +279,7 @@ in
|
||||
in pkgs.substituteAll {
|
||||
src = ./conky-config;
|
||||
bat = "${battery_estimate}/bin/battery_estimate";
|
||||
weather = "${pkgs.sane-weather}/bin/sane-weather";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user