diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-05 19:49:12 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-05 19:49:12 +0100 |
commit | a7309ce61c093caeb554c20497f4e4b765073203 (patch) | |
tree | 6e7c9e559253f0f0584175c582624eec29a0d5cb /bin/guiscripts | |
parent | 58bf86c706c5a442da4fb01ea26e06f1ed291d45 (diff) | |
parent | 112449dd19eaae6769ef95a70b3e52234256400c (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/dmtofi | 4 | ||||
-rwxr-xr-x | bin/guiscripts/lh | 2 | ||||
-rwxr-xr-x | bin/guiscripts/wintitle | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/bin/guiscripts/dmtofi b/bin/guiscripts/dmtofi index 5cdc3cf..ed9f673 100755 --- a/bin/guiscripts/dmtofi +++ b/bin/guiscripts/dmtofi @@ -2,7 +2,7 @@ if ! mv ~/bin/.dmenu ~/bin/dmenu 2>/dev/null then mv ~/bin/dmenu ~/bin/.dmenu - notify-send "dmtofi" "dmenu <b>enabled</b>!" + herbe "_dmtofi" "*enabled!" else - notify-send "dmtofi" "dmenu <b>disabled</b>!" + herbe "_dmtofi" "*disabled!" fi diff --git a/bin/guiscripts/lh b/bin/guiscripts/lh index ba39ec0..fd7f573 100755 --- a/bin/guiscripts/lh +++ b/bin/guiscripts/lh @@ -7,7 +7,7 @@ # otherwise it opens link in browser. [ "${url:=$1}" ] || url="$(clipo)" -notify-send "linkhandler" "$url" +herbe "_linkhandler" "$url" case "$url" in file://*) diff --git a/bin/guiscripts/wintitle b/bin/guiscripts/wintitle deleted file mode 100755 index 64938a5..0000000 --- a/bin/guiscripts/wintitle +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -notify-send "wintitle" "<b>$(hyprctl activewindow -j | jq -r '.title')</b>" |