Update dunst click actions to use dunst script

This commit is contained in:
Sravan Balaji
2024-05-04 09:17:55 -04:00
parent 0089c14d6e
commit f925b6c896
2 changed files with 6 additions and 6 deletions

View File

@@ -7203,7 +7203,7 @@ label-background = ${colors.dunst-background}
label-underline = ${colors.dunst-underline}
label-overline = ${colors.dunst-overline}
label-padding = ${sizes.module-padding}
click-left = "dunstctl set-paused toggle"
click-left = "~/.scripts/dunst.sh --dnd"
click-right = "~/.scripts/dunst.sh --rofi"
#+END_SRC
@@ -7216,7 +7216,7 @@ content-background = ${colors.dunst-background}
content-underline = ${colors.dunst-underline}
content-overline = ${colors.dunst-overline}
content-padding = 1
click-left = "dunstctl close-all"
click-left = "~/.scripts/dunst.sh --close-all"
#+END_SRC
#+BEGIN_SRC conf :tangle polybar/config.ini
@@ -7240,7 +7240,7 @@ content-background = ${colors.dunst-background}
content-underline = ${colors.dunst-underline}
content-overline = ${colors.dunst-overline}
content-padding = 1
click-left = "dunstctl history-clear"
click-left = "~/.scripts/dunst.sh --history-clear"
#+END_SRC
#+BEGIN_SRC conf :tangle polybar/config.ini

View File

@@ -1137,7 +1137,7 @@ label-background = ${colors.dunst-background}
label-underline = ${colors.dunst-underline}
label-overline = ${colors.dunst-overline}
label-padding = ${sizes.module-padding}
click-left = "dunstctl set-paused toggle"
click-left = "~/.scripts/dunst.sh --dnd"
click-right = "~/.scripts/dunst.sh --rofi"
[module/dunst-clear]
@@ -1148,7 +1148,7 @@ content-background = ${colors.dunst-background}
content-underline = ${colors.dunst-underline}
content-overline = ${colors.dunst-overline}
content-padding = 1
click-left = "dunstctl close-all"
click-left = "~/.scripts/dunst.sh --close-all"
[module/dunst-history-view]
type = custom/text
@@ -1168,7 +1168,7 @@ content-background = ${colors.dunst-background}
content-underline = ${colors.dunst-underline}
content-overline = ${colors.dunst-overline}
content-padding = 1
click-left = "dunstctl history-clear"
click-left = "~/.scripts/dunst.sh --history-clear"
[module/dunst-history-length]
type = custom/script