6 lines
115 B
Bash
Executable file
6 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
case $BLOCK_BUTTON in
|
|
1) /home/swebb/Scripts/dwm/cal.sh;;
|
|
esac
|
|
|
|
echo "^c#2BE4D0^ $(date +%A", "%D)"
|