Skip to content

Commit 9196c9d

Browse files
committed
Dunst: set per-app icons in dunst.conf
1 parent a4a8b7c commit 9196c9d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Configs/.config/dunst/dunst.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,15 @@
450450
frame_color = "#f38ba8"
451451
icon = "$HOME/.config/dunst/icons/critical.svg"
452452
timeout = 0
453+
454+
[slack]
455+
desktop_entry = "^Slack$"
456+
new_icon = slack
457+
458+
[telegram]
459+
desktop_entry = "^Telegram Desktop$"
460+
new_icon = telegram-desktop
461+
462+
[skype]
463+
desktop_entry = "^Skype$"
464+
new_icon = skype

Configs/.config/hyde/wallbash/Wall-Ways/notification/dunst.dcol

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,3 @@ $HOME/.config/dunst/wallbash.conf|${scrDir}/wallbashdunst.sh
1313
frame_color = "#<wallbash_2xa2>03"
1414
icon = "$HOME/.config/dunst/icons/hyprdots.svg"
1515
timeout = 5
16-
17-
[slack]
18-
desktop_entry = "^Slack$"
19-
new_icon = slack
20-
21-
[telegram]
22-
desktop_entry = "^Telegram Desktop$"
23-
new_icon = telegram-desktop
24-
25-
[skype]
26-
desktop_entry = "^Skype$"
27-
new_icon = skype

0 commit comments

Comments
 (0)