scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
10
dwm/time.sh
Executable file
10
dwm/time.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) /home/swebb/Scripts/dwm/timeMenu.sh;;
|
||||
esac
|
||||
|
||||
if [ $(date +%R) == "00:00" ]; then
|
||||
kill -10 $(pidof dwmblocks)
|
||||
fi
|
||||
echo "^c#BAA67F^ $(date +%R) ^c#bbbbbb^|"
|
||||
Loading…
Add table
Add a link
Reference in a new issue