summaryrefslogtreecommitdiff
path: root/common/programs/dunst.nix
diff options
context:
space:
mode:
authorbeeb5k (Vivek Tiwari) <beebeeb5k@gmail.com>2026-06-04 23:45:29 +0530
committerbeeb5k (Vivek Tiwari) <beebeeb5k@gmail.com>2026-06-04 23:45:29 +0530
commit2c2669697fdeaf7316feed3449d2082d255de5af (patch)
tree4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/programs/dunst.nix
parentb6e25e72d30d9810abc0eb48058334e2495350f8 (diff)
Debloat
Diffstat (limited to 'common/programs/dunst.nix')
-rw-r--r--common/programs/dunst.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/common/programs/dunst.nix b/common/programs/dunst.nix
index e24bedc..c5b5eb0 100644
--- a/common/programs/dunst.nix
+++ b/common/programs/dunst.nix
@@ -11,26 +11,24 @@ let
in
{
services.dunst = {
- enable = false;
+ enable = true;
settings = {
global = {
- font = "monospace 11";
+ font = "IosevkaInput 11";
corner_radius = 0;
frame_width = 2;
markup = "yes";
- browser = "zen --new-tab";
+ browser = "librewolf";
- origin = "top-right";
- offset = "(10, 25)";
+ origin = "top-center";
+ offset = "(0, 4)";
};
urgency_low = {
timeout = 3;
};
-
urgency_normal = {
timeout = 5;
};
-
urgency_critical = {
timeout = 0;
};