diff --git a/flake.nix b/flake.nix index beee4ac..0e2b6cf 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ { home.username = "ant"; } ./home.nix { home.packages = [ inputs.st-flexipatch.packages.${system}.st ]; } + { wayland.windowManager.hyprland.package = pkgs-unstable.hyprland; } ]; }; }; diff --git a/hyprland.nix b/hyprland.nix index d900bb2..b273dda 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -89,8 +89,8 @@ }; general = { - gaps_in = 0; - gaps_out = 0; + gaps_in = 2; + gaps_out = 2; border_size = 0; "col.active_border" = "rgb(000000)"; "col.inactive_border" = "rgba(00000000)"; @@ -99,8 +99,9 @@ decoration = { blur = { - enabled = false; + enabled = true; }; + rounding = 5; }; animations = { @@ -131,7 +132,6 @@ }; - windowrule = "float, floating"; layerrule = "blur, waybar"; "$mod" = "SUPER"; @@ -393,7 +393,8 @@ env = HYPRCURSOR_THEME,Hackneyed env = HYPRCURSOR_SIZE,24 - windowrule=tile,Nsxiv + windowrule = float, class:floating + windowrule = tile, class:Nsxiv exec = pkill swaybg; ${swaybgScript} exec = pkill waybar; ${pkgs.waybar}/bin/waybar diff --git a/waybar.css b/waybar.css index 0fe80cf..da565fc 100644 --- a/waybar.css +++ b/waybar.css @@ -10,7 +10,7 @@ label.module { } window#waybar { - background: rgba(255, 255, 255, .3); + background: rgba(255, 255, 255, .0); } #controls,