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