From 8ae1bc8bc07b938a7fa44106ce699ad0dc17b510 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 14 Mar 2026 02:05:44 +0530 Subject: system24 matugen template --- common/programs/dunst.nix | 2 +- common/programs/vesktop.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/programs') diff --git a/common/programs/dunst.nix b/common/programs/dunst.nix index d7d9348..f6d4cbd 100644 --- a/common/programs/dunst.nix +++ b/common/programs/dunst.nix @@ -21,7 +21,7 @@ in browser = "zen --new-tab"; origin = "top-right"; - offset = "(10, 10)"; + offset = "(10, 25)"; }; urgency_low = { timeout = 3; diff --git a/common/programs/vesktop.nix b/common/programs/vesktop.nix index d3b7aff..cf2da1d 100644 --- a/common/programs/vesktop.nix +++ b/common/programs/vesktop.nix @@ -4,7 +4,7 @@ enable = true; vencord = { settings = { - enabledThemes = lib.optionals config.beeMods.matugen.enable [ "midnight.css" ]; + enabledThemes = lib.optionals config.beeMods.matugen.enable [ "system24.theme.css" ]; autoUpdate = false; autoUpdateNotification = false; notifyAboutUpdates = false; -- cgit v1.3.1