tweak swaync
This commit is contained in:
parent
a110de432c
commit
f606e7f378
4 changed files with 29 additions and 42 deletions
|
@ -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));
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue