Skip to content

Commit

Permalink
tweak(hyprland): window border and rounding sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 11, 2023
1 parent 657816a commit 55756cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/stylix/stylesheets/main/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ with lib.elementary;
gaps_out = 10
gaps_in = 5
border_size = 1
border_size = 2
col.active_border = rgb(f5bde6) rgb(c6a0f6) rgb(8bd5ca) rgb(91d7e3) rgb(7dc4e4) rgb(8aadf4) rgb(b7bdf8)
col.inactive_border = rgb(494d64)
}
decoration {
rounding = 1
rounding = 0
blur {
enabled = true
size = 8
Expand Down

0 comments on commit 55756cd

Please sign in to comment.