dotfiles/.local/bin/statusbar/sb-help-icon

13 lines
253 B
Plaintext
Raw Normal View History

2024-04-23 04:34:15 +02:00
#!/bin/sh
case $BLOCK_BUTTON in
1) keybinds ;;
3) notify-send "󰌌 Help module" "\- Left click to open keybinds guide." ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac;
if [ ! -e ~/.cache/bar_color ]; then
echo "󰌌 "
else
echo "^C3^󰌌 ^d^"
fi