From ec2905ee338b8c79092b5bd6f1c8b104619aa8a5 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 17 Dec 2025 01:36:28 +1100 Subject: [PATCH] matugen: set dark/light mode theme --- modules/desktop/de/hyprland.nix | 1 + stow/.config/matugen/config.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/desktop/de/hyprland.nix b/modules/desktop/de/hyprland.nix index ccff2d5..40bdc78 100644 --- a/modules/desktop/de/hyprland.nix +++ b/modules/desktop/de/hyprland.nix @@ -24,6 +24,7 @@ swaynotificationcenter hyprshot matugen + glib pywalfox-native hyprshade hyprpolkitagent diff --git a/stow/.config/matugen/config.toml b/stow/.config/matugen/config.toml index 62a46f6..0260ab9 100644 --- a/stow/.config/matugen/config.toml +++ b/stow/.config/matugen/config.toml @@ -24,6 +24,7 @@ output_path = '~/.config/gtk-3.0/gtk.css' [templates.gtk4] input_path = './templates/gtk-colors.css' output_path = '~/.config/gtk-4.0/gtk.css' +post_hook = "gsettings set org.gnome.desktop.interface color-scheme 'prefer-{{mode}}'" [templates.matugen] input_path = './templates/walker.css'