mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add update-checker [WIP]
This commit is contained in:
parent
bbaee7acd8
commit
2da6d3182d
8 changed files with 141 additions and 24 deletions
|
|
@ -65,6 +65,11 @@ window#waybar.hidden {
|
|||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#custom-nix-updates {
|
||||
color: white;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#custom-outer-right-arrow-dark,
|
||||
#custom-outer-left-arrow-dark {
|
||||
color: @background;
|
||||
|
|
@ -95,16 +100,17 @@ window#waybar.hidden {
|
|||
#power-profiles-daemon,
|
||||
#mpris,
|
||||
#tray {
|
||||
background: @background;
|
||||
background: @background;
|
||||
}
|
||||
|
||||
#network,
|
||||
#custom-vpn,
|
||||
#clock.2,
|
||||
#battery,
|
||||
#cpu,
|
||||
#custom-pseudobat,
|
||||
#disk {
|
||||
background: @background-alt;
|
||||
background: @background-alt;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -130,6 +136,7 @@ window#waybar.hidden {
|
|||
background: @foreground-critical;
|
||||
}
|
||||
|
||||
#custom-vpn,
|
||||
#network {
|
||||
color: #cc99c9;
|
||||
}
|
||||
|
|
@ -220,6 +227,7 @@ window#waybar.hidden {
|
|||
#temperature,
|
||||
#power-profiles-daemon,
|
||||
#network,
|
||||
#custom-vpn,
|
||||
#mpris,
|
||||
#battery,
|
||||
#custom-pseudobat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue