ports/x11/dunst/patches/patch-dunstrc

26 lines
790 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: dunstrc
--- dunstrc.orig
+++ dunstrc
@@ -217,7 +217,7 @@
max_icon_size = 128
# Paths to default icons (only neccesary when not using recursive icon lookup)
- icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
+ icon_path = ${LOCALBASE}/share/icons/gnome/16x16/status/:${LOCALBASE}/share/icons/gnome/16x16/devices/
### History ###
@@ -231,10 +231,10 @@
### Misc/Advanced ###
# dmenu path.
- dmenu = /usr/bin/dmenu -p dunst:
+ dmenu = ${LOCALBASE}/bin/dmenu -p dunst:
# Browser for opening urls in context menu.
- browser = /usr/bin/xdg-open
+ browser = ${LOCALBASE}/bin/xdg-open
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true