edit windows borders
This commit is contained in:
parent
b25a4d19d2
commit
bc5a78e155
1 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{...}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 10;
|
||||
gaps_in = 3;
|
||||
gaps_out = 8;
|
||||
border_size = 1;
|
||||
"col.active_border" = "rgb(cdd6f4)";
|
||||
"col.inactive_border" = "rgb(7f849c)";
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
};
|
||||
|
||||
decoration = {
|
||||
rounding = 5;
|
||||
rounding_power = 5;
|
||||
rounding = 13;
|
||||
rounding_power = 10;
|
||||
active_opacity = 1;
|
||||
inactive_opacity = 1;
|
||||
|
||||
|
|
|
|||
Reference in a new issue