2024-12-29 01:59 : id 41

This commit is contained in:
deadvey 2024-12-29 01:59:19 +00:00
parent b5a4c2d3e9
commit d0948f5e86

View File

@ -486,7 +486,7 @@ in
position = "top";
height = 20;
width = SCREEN_WIDTH;
modules-left = [ "cpu" "memory" "disk" ];
modules-left = [ "cpu" "memory" "disk" "temperature"];
modules-center = ["custom/clock"];
modules-right = ["custom/metar"];
"custom/clock" = {
@ -703,7 +703,8 @@ in
#custom-mocha,
#custom-macchiato,
#custom-metar,
#custom-uptime {
#custom-uptime,
#temperature {
color: #${FG};
background: #${BG};
border: ${BORDER_WIDTH}px solid #${ACCENT};