diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-24 03:23:12 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-24 03:23:12 +0200 |
commit | 39aab9772081b486f9bb3ea1305629ff01fb1675 (patch) | |
tree | 4d04c2e9c1a2d1b75990ceb9bebf2be96771ce46 /modules | |
parent | theming: change theme to ayu-dark (diff) | |
download | nix-config-39aab9772081b486f9bb3ea1305629ff01fb1675.zip |
hyprland: beautify
Diffstat (limited to 'modules')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 4de6524..f54f4ba 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -58,9 +58,9 @@ in { general = { # See https://wiki.hyprland.org/Configuring/Variables/ for more - gaps_in = "1"; - gaps_out = "2"; - border_size = "1"; + gaps_in = "5"; + gaps_out = "10"; + border_size = "3"; #"col.active_border" = "rgba(000000cc)"; #"col.inactive_border" = "rgba(595959aa)"; @@ -70,24 +70,25 @@ in { decoration = { # See https://wiki.hyprland.org/Configuring/Variables/ for more - inactive_opacity = "1"; + inactive_opacity = "0.8"; active_opacity = "1"; - rounding = "1"; + rounding = "5"; blur = { - enabled = false; - #size = "3"; - #passes = "1"; - #new_optimizations = "on"; + enabled = true; + size = "3"; + passes = "1"; + new_optimizations = "on"; }; - # drop_shadow = "yes"; - # shadow_range = "4"; - # shadow_render_power = "3"; + #drop_shadow = "yes"; + + #shadow_range = "4"; + #shadow_render_power = "3"; #"col.shadow" = "rgba(1a1a1aee)"; }; animations = { - enabled = "no"; + enabled = "yes"; # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more @@ -116,7 +117,7 @@ in { gestures = { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = "off"; + workspace_swipe = "on"; }; # Example windowrule v1 |