diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 17:43:00 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-29 17:43:00 +0100 |
commit | 70ac73bc332facb6b55044a8a6145ea805592d18 (patch) | |
tree | 48a0b7a5e246d1900395407f9ed1e41c99d98703 /bin/extra | |
parent | d79faa9e1b36e99dcf8925fc3271f32950f00309 (diff) |
checkpoint
Diffstat (limited to 'bin/extra')
-rwxr-xr-x | bin/extra/cycleKB | 2 | ||||
-rwxr-xr-x | bin/extra/mtr | 2 | ||||
-rwxr-xr-x | bin/extra/p.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/extra/cycleKB b/bin/extra/cycleKB index 25f018d..597f26f 100755 --- a/bin/extra/cycleKB +++ b/bin/extra/cycleKB @@ -18,4 +18,4 @@ IndexLayout="$(list_layouts | awk "/^$(current_keymap)/ {print NR}")" [ "$IndexLayout" -eq "$NumLayouts" ] && IndexLayout=1 || IndexLayout=$((IndexLayout + 1)) Layout="$(list_layouts | sed -n "${IndexLayout}p" )" setxkbmap $Layout & -notify-send -t 1000 "cycleKB" "${Layout%% *}" +herbe "_cycleKB" "*${Layout%% *}" diff --git a/bin/extra/mtr b/bin/extra/mtr index 486a9b8..68aac60 100755 --- a/bin/extra/mtr +++ b/bin/extra/mtr @@ -20,4 +20,4 @@ category="$(list_categories | commander -cl)" transmission-remote debuc.com -a "$(clipo)" -w "/downloads/$category" -notify-send "mtr" "added to <b>$category</b>" +herbe "_mtr" "*added to $category" diff --git a/bin/extra/p.sh b/bin/extra/p.sh index 98f8ede..ff36e71 100755 --- a/bin/extra/p.sh +++ b/bin/extra/p.sh @@ -668,7 +668,7 @@ case "$1" in curl -Ls "$url" > "$html" level1="$(pup -p 'span.infocard:nth-child(2) > small:nth-child(2) text{}' < "$html")" level2="$(pup -p 'span.infocard:nth-child(4) > small:nth-child(2) text{}' < "$html")" - notify-send "p.sh" "$level1\n$level2" + herbe "_p.sh" "$level1\n$level2" ;; # moves |