mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: expanded all lists
This commit is contained in:
parent
59cc199722
commit
bb0b55b011
144 changed files with 1798 additions and 507 deletions
|
@ -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 {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue