feat: bells and whistles

This commit is contained in:
Nick 2025-01-11 05:03:58 -06:00
parent 66f5917693
commit 569d969ecc
12 changed files with 111 additions and 14 deletions

View file

@ -6,7 +6,7 @@
;
custom = {
font = font;
font_size = "14px";
font_size = "12px";
font_weight = "bold";
text_color = colors.mauve;
secondary_accent = colors.lavender;
@ -50,12 +50,15 @@ in ''
color: #${colors.mauve};
}
#tray, #pulseaudio, #cpu, #memory, #disk, #clock {
#tray, #pulseaudio, #privacy, #cpu, #memory, #disk, #clock {
font-size: ${custom.font_size};
color: #${colors.mauve};
padding-right: 10px;
}
#privacy {
}
#cpu {
}
@ -80,4 +83,10 @@ in ''
font-weight: ${custom.font_weight};
padding-left: 10px;
}
#custom-weather {
font-size: 14px;
color: #${colors.mauve};
font-weight: ${custom.font_weight};
}
''