diff options
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; |
