summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-15 01:31:05 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-09-15 01:31:05 +0300
commit3cf95e8ea2baa48babc2253386bc09f60e0ae322 (patch)
tree3bf8454f831e7933cc42a85bca7f29dc023ffab5 /.local/bin
parent275d6de472ffe0e295f9478020e9d3a618b54fd1 (diff)
meta: Don’t pass ‘-u normal’ to ‘notify-send’
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/chkb2
-rwxr-xr-x.local/bin/vlt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/chkb b/.local/bin/chkb
index a61e7d9..2edc0d6 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##*/}" -u normal 'Keyboard Layout Changed' \
+ notify-send -a "${0##*/}" 'Keyboard Layout Changed' \
"The keyboard layout was changed to ‘${choice##* }’."
fi
diff --git a/.local/bin/vlt b/.local/bin/vlt
index 92c2fda..7e48c8d 100755
--- a/.local/bin/vlt
+++ b/.local/bin/vlt
@@ -35,7 +35,7 @@ notify()
then
printf "%s: %s\n" "${0##*/}" "$2" >&2
else
- notify-send -a "${0##*/}" -u normal "$1" "$2."
+ notify-send -a "${0##*/}" "$1" "$2."
fi
}