about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-24 04:52:58 +0200
committerSilas Schöffel <sils@sils.li>2025-08-24 04:52:58 +0200
commit2ef4492f2a1df8820f8763df91a56ee835827694 (patch)
tree6c59a0e057174fc7cd3e5cc6ce4221b8804847a2 /modules
parentwaybar: add swaync widget (diff)
downloadnix-config-2ef4492f2a1df8820f8763df91a56ee835827694.zip
hyprland: change rounding to 10
Diffstat (limited to 'modules')
-rw-r--r--modules/hm/sils/hyprland.nix2
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";