feat: expanded all lists

This commit is contained in:
Nick 2025-01-08 19:06:14 -06:00
parent 59cc199722
commit bb0b55b011
144 changed files with 1798 additions and 507 deletions

View file

@ -1,5 +1,9 @@
{flake, ...}: let
inherit (flake.config.aesthetics.themes.theme) font colors;
inherit
(flake.config.aesthetics.themes.theme)
font
colors
;
custom = {
font = font;
font_size = "14px";
@ -46,7 +50,7 @@ in ''
color: #${colors.mauve};
}
#tray, #pulseaudio, #network, #cpu, #memory, #disk, #clock {
#tray, #pulseaudio, #cpu, #memory, #disk, #clock {
font-size: ${custom.font_size};
color: #${colors.mauve};
padding-right: 10px;
@ -54,8 +58,10 @@ in ''
#cpu {
}
#memory {
}
#disk {
}
@ -64,8 +70,6 @@ in ''
#pulseaudio {
}
#network {
}
#clock {
}