summaryrefslogtreecommitdiff
path: root/.local/bin/chkb
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-04 23:01:55 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-04 23:01:55 +0100
commit7b68345ead9a3f5030a5aeb7eeb2d54b9a367191 (patch)
tree4baa41612157e017ba49c1314100e1bf04d57d6c /.local/bin/chkb
parent54a957bf5b27d0d8bc73365b5f3509bff9963bda (diff)
notify: Add the notify script
Diffstat (limited to '.local/bin/chkb')
-rwxr-xr-x.local/bin/chkb4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/chkb b/.local/bin/chkb
index 2edc0d6..1dcf729 100755
--- a/.local/bin/chkb
+++ b/.local/bin/chkb
@@ -16,6 +16,6 @@ if choice="`
`"
then
hyprctl switchxkblayout $KEYBOARD ${choice% *} >/dev/null
- notify-send -a "${0##*/}" 'Keyboard Layout Changed' \
- "The keyboard layout was changed to ‘${choice##* }’."
+ notify "${0##*/}" keyboard 'Keyboard Layout Changed' \
+ "The keyboard layout was changed to ‘${choice##* }’"
fi