This commit is contained in:
atagen 2023-06-08 16:03:07 +10:00
parent 9af69c47d9
commit f659b8ec0c
8 changed files with 28 additions and 18 deletions

View file

@ -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";
};
};