feat(hypr): dunst, swaylock

This commit is contained in:
js0ny 2025-04-09 01:23:32 +01:00
parent 5c526106ee
commit 4270bc9e5d
13 changed files with 846 additions and 232 deletions

View file

@ -34,7 +34,7 @@ window#waybar {
/* background-color: rgba(43, 48, 59, 0.5); */
/* border-bottom: 3px solid rgba(100, 114, 125, 0.5); */
background-color: @base;
color: #ffffff;
color: @text;
transition-property: background-color;
transition-duration: .5s;
}
@ -196,7 +196,7 @@ label:focus {
}
#cpu {
background-color: #2ecc71;
background-color: @green;
color: #000000;
}
@ -213,7 +213,7 @@ label:focus {
}
#network {
background-color: #2980b9;
background-color: @blue;
}
#network.disconnected {