Dotfiles/home/herbstluftwm/.config/herbstluftwm/nospanish.sh

10 lines
230 B
Bash
Raw Normal View History

2022-10-12 15:48:27 +00:00
#! /bin/sh
if [ -f /tmp/nospanish ]; then
rm /tmp/nospanish
2022-12-17 18:54:25 +00:00
notify-send "🇪🇸 ✅SPANISH ENABLED✅🇪🇸 "
2022-10-12 15:48:27 +00:00
else
echo yes > /tmp/nospanish
2022-12-17 18:54:25 +00:00
notify-send "🇪🇸 ❌SPANISH DISABLED❌ 🇪🇸 "
2022-10-12 15:48:27 +00:00
fi