mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
6 lines
101 B
Bash
Executable file
6 lines
101 B
Bash
Executable file
#!/bin/sh
|
|
echo "Hello"
|
|
|
|
if [ ! -z "${BLOCK_BUTTON}" ]; then
|
|
notify-send clicked $BLOCK_BUTTON
|
|
fi
|