diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 09f762e..7b294c6 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -107,6 +107,8 @@ in inner_color = rgba(00000000) font_color = rgb(ffffff) font_family = Berkeley Mono + check_color = rgb(98c379) + fail_color = rgb(ff6b6b) rounding = 0 placeholder_text = position = 0, 0 diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 3d7fa30..070121c 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -24,7 +24,7 @@ in device = "nodev"; useOSProber = true; configurationLimit = 2; - gfxmodeEfi = "3840x2400,auto"; + gfxmodeEfi = "1920x1200,auto"; fontSize = 36; }; boot.loader.efi.canTouchEfiVariables = true;