diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-24 04:52:58 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-24 04:52:58 +0200 |
commit | 2ef4492f2a1df8820f8763df91a56ee835827694 (patch) | |
tree | 6c59a0e057174fc7cd3e5cc6ce4221b8804847a2 /modules | |
parent | waybar: add swaync widget (diff) | |
download | nix-config-2ef4492f2a1df8820f8763df91a56ee835827694.zip |
hyprland: change rounding to 10
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 51f5aeb..46177b5 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -72,7 +72,7 @@ in { inactive_opacity = "0.8"; active_opacity = "1"; - rounding = "5"; + rounding = "10"; blur = { enabled = true; size = "3"; |