From f5c7879447334363a0d0f56582725c14b18051ac Mon Sep 17 00:00:00 2001 From: "zastian@mrthoddata.com" Date: Mon, 15 Sep 2025 16:48:19 +0100 Subject: [PATCH] hyper cuck --- dots/hyprland.nix | 3 ++- home/work.nix | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dots/hyprland.nix b/dots/hyprland.nix index f234c80..7b4681d 100755 --- a/dots/hyprland.nix +++ b/dots/hyprland.nix @@ -56,7 +56,7 @@ in ++ lib.optional (systemName == "pc") { output = "DP-1"; mode = "2560x1440@239.97"; - position = "2560x0"; # Corrected from 2569x0 for seamless alignment + position = "2560x0";#"1440x750"; # Corrected from 2569x0 for seamless alignment scale = 1; #supports_wide_color = 1; bitdepth = 10; @@ -76,6 +76,7 @@ in mode = "2560x1440@144"; scale = 1; position = "0x0"; + transform = 0; }; ########################################################################## diff --git a/home/work.nix b/home/work.nix index 0f44614..1f15b28 100755 --- a/home/work.nix +++ b/home/work.nix @@ -36,8 +36,8 @@ in ]; # You can find color schemes at: https://github.com/tinted-theming/schemes - colorScheme = inputs.nix-colors.colorSchemes.hardcore; - stylix.base16Scheme.base00 = "141414"; + colorScheme = inputs.nix-colors.colorSchemes.blueish; + stylix.base16Scheme.base00 = "0F1417"; # Home Manager user information home.username = "work";