mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: bells and whistles
This commit is contained in:
parent
66f5917693
commit
569d969ecc
12 changed files with 111 additions and 14 deletions
|
@ -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};
|
||||
}
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue