commit 0d332f9bf9274b144e797efa0e0e45530851cb7b
parent 6d01fa0ce5fc8444daf9d6a16a613fb368efaf2c
Author: awy <awy@awy.one>
Date: Tue, 6 Jan 2026 20:58:18 +0300
dunst instead of fnott for now
since fnott doesn't support action on click
https://codeberg.org/dnkl/fnott/issues/91
Diffstat:
3 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
@@ -0,0 +1,28 @@
+[global]
+ monitor = 0
+ dmenu = "mew -c -l 3 -p dunst"
+ follow = keyboard
+ mouse_left_click="do_action, remove_current"
+ mouse_middle_click="context, remove_current"
+ width = 370
+ height = (0,350)
+ offset = (0,0)
+ padding = 2
+ horizontal_padding = 2
+ transparency = 25
+ font = Monospace 12
+ format = "<b>%s</b>\n%b"
+ background = "#504945"
+ foreground = "#EBDBB2"
+ frame_color = "#665c54"
+ frame_width 2
+
+[urgency_low]
+ timeout = 3
+
+[urgency_normal]
+ timeout = 5
+
+[urgency_critical]
+ frame_color = "#FB4934"
+ timeout = 10
diff --git a/.config/fnott/fnott.ini b/.config/fnott/fnott.ini
@@ -1,26 +0,0 @@
-layer=overlay
-
-max-width=300
-min-width=300
-max-icon-size=32
-
-background=504945FF
-border-color=665c54FF
-border-size=2
-
-title-font=monospace:size=14
-title-color=EBDBB2FF
-title-format=
-summary-font=monospace:size=14
-summary-color=EBDBB2FF
-body-font=monospace:size=14
-body-color=EBDBB2FF
-
-progress-bar-color=d3869bFF
-
-default-timeout=5
-idle-timeout=120
-
-[critical]
-border-color=FB4934FF
-default-timeout=15
diff --git a/dependencies.txt b/dependencies.txt
@@ -8,7 +8,7 @@ sway-git
wlroots-git
swayidle
swaylock
-fnott
+dunst
foot
xdg-desktop-portal-wlr
i3blocks