From 2b830fd3e70343fa80d6aaffcd2886d09203e241 Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 20 May 2023 08:27:56 +0200 Subject: [PATCH] feat(greeter): ctp-gtk 0.5.0 & scaling --- machines/common/linux/greeter.nix | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/machines/common/linux/greeter.nix b/machines/common/linux/greeter.nix index e1c354f..174300e 100644 --- a/machines/common/linux/greeter.nix +++ b/machines/common/linux/greeter.nix @@ -5,6 +5,9 @@ ... }: let greetdConfig = pkgs.writeText "greetd-config" '' + output "*" { + scale 2 + } exec "dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP" seat seat0 xcursor_theme "Numix-Cursor" 24 xwayland disable @@ -21,7 +24,7 @@ in { GTK = { font_name = "IBM Plex Mono 16"; cursor_theme_name = "Numix-Cursor"; - icon_theme_name = "Papirus-Dark"; + icon_theme_name = "Papirus"; theme_name = "Catppuccin-Mocha-Compact-Pink-Dark"; }; }; @@ -74,6 +77,20 @@ in { variant = "mocha"; size = "compact"; }) + ((pkgs.catppuccin-gtk.overrideAttrs (final: rec { + version = "0.5.0"; + src = fetchFromGitHub { + owner = "catppuccin"; + repo = "gtk"; + rev = "v${version}"; + sha256 = "sha256-tVkB9R3Z4lApCIveWPweTnB/JlwbiVAHREGq+xRINkM="; + }; + })) + .override { + accents = ["pink"]; + variant = "latte"; + size = "compact"; + }) (pkgs.nur.repos.nekowinston.papirus-folders-catppuccin.override { flavour = "mocha"; accent = "pink";