dotfiles/bin/i3blocks/test_block

6 lines
101 B
Bash
Executable file

#!/bin/sh
echo "Hello"
if [ ! -z "${BLOCK_BUTTON}" ]; then
notify-send clicked $BLOCK_BUTTON
fi