tweak swaync

This commit is contained in:
atagen 2023-08-14 13:04:03 +10:00
parent a110de432c
commit f606e7f378
4 changed files with 29 additions and 42 deletions

View file

@ -426,7 +426,7 @@ in {
text = with palette-hex; (builtins.replaceStrings
[
"#PANELBG"
"#BORDER"
"#COLBORDER"
"#NOTIBGNORM"
"#NOTIBGHOVER"
"#NOTIBGFOCUS"
@ -434,6 +434,8 @@ in {
"#NOTIBGHVERCLOSE"
"#BGSELECTED"
"#FONT"
"#BORDER"
"#ROUNDING"
]
[
util.bg
@ -445,6 +447,8 @@ in {
bright.black
bright.black
pkgs.rice.fonts.sans.name
pkgs.rice.borders.thickness
pkgs.rice.borders.rounding
]
(builtins.readFile dots/swaync/style.css));
};