diff options
| author | brustybee <bee@4d2.org> | 2026-03-14 02:05:44 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-14 02:05:44 +0530 |
| commit | 8ae1bc8bc07b938a7fa44106ce699ad0dc17b510 (patch) | |
| tree | 6a9123c88291c021c9d676a39630e97a38b6a88c /common/programs | |
| parent | 03b95036d3feeede02691280641657daa5a2be56 (diff) | |
system24 matugen template
Diffstat (limited to 'common/programs')
| -rw-r--r-- | common/programs/dunst.nix | 2 | ||||
| -rw-r--r-- | common/programs/vesktop.nix | 2 |
2 files changed, 2 insertions, 2 deletions
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; |
