derice
This commit is contained in:
parent
9af69c47d9
commit
f659b8ec0c
8 changed files with 28 additions and 18 deletions
|
@ -90,6 +90,8 @@ in {
|
|||
"#BORDER"
|
||||
"#THICK"
|
||||
"#ROUND"
|
||||
"#GAPSIN"
|
||||
"#GAPSOUT"
|
||||
]
|
||||
[
|
||||
"${bg.image}"
|
||||
|
@ -100,6 +102,9 @@ in {
|
|||
palette-shex.normal.black
|
||||
(builtins.toString borders.thickness)
|
||||
(builtins.toString borders.rounding)
|
||||
(builtins.toString borders.gaps_in)
|
||||
(builtins.toString borders.gaps_out)
|
||||
|
||||
]
|
||||
(builtins.readFile dots/hyprland/hyprland.conf));
|
||||
};
|
||||
|
@ -371,6 +376,7 @@ in {
|
|||
color13 = bright.magenta;
|
||||
color14 = bright.cyan;
|
||||
color15 = bright.white;
|
||||
sync_to_monitor = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue