diff --git a/modules/home/schulze.nix b/modules/home/schulze.nix index a04d732..73e62af 100644 --- a/modules/home/schulze.nix +++ b/modules/home/schulze.nix @@ -19,13 +19,13 @@ general = { gaps_in = 4; gaps_out = 4; - border_size = 2; - "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg"; - "col.inactive_border" = "rgba(595959aa)"; + border_size = 1; + "col.active_border" = "rgba(fe8019ee) rgba(ebdbb2ee) 45deg"; + "col.inactive_border" = "rgba(7c6f64aa)"; }; decoration = { rounding = "8"; - rounding_power = "4"; + rounding_power = "3"; blur = { enabled = "true"; xray = "true"; @@ -57,4 +57,8 @@ 9) ); }; + wayland.windowManager.hyprland.extraConfig = '' + monitor = DP-3, 2560x1440@143.97301, 1920x0, 1; + monitor = HDMI-A-1, 1920x1080@60, 0x0, 1; + ''; }