mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
set offset shadows
This commit is contained in:
parent
be61817345
commit
a87fe8b7b8
1 changed files with 3 additions and 3 deletions
|
@ -56,8 +56,8 @@ in
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
gaps_in = 5;
|
gaps_in = 5;
|
||||||
gaps_out = 10;
|
gaps_out = 8;
|
||||||
border_size = 1.7;
|
border_size = 2.0;
|
||||||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ in
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
decoration = {
|
decoration = {
|
||||||
shadow_offset = "0 5";
|
shadow_offset = "5 5";
|
||||||
rounding = 5;
|
rounding = 5;
|
||||||
"col.shadow" = "rgba(00000099)";
|
"col.shadow" = "rgba(00000099)";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue