initial commit
This commit is contained in:
8
files/configs/i3/myi3blocks/myi3date
Executable file
8
files/configs/i3/myi3blocks/myi3date
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $(date '+%a, %b %d %I:%M %p')
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) gsimplecal ;;
|
||||
*) ;;
|
||||
esac
|
||||
Reference in New Issue
Block a user