datetime (111B)
#!/bin/bash
case "$BLOCK_BUTTON" in
1) $TERMINAL -e calcurse ;;
esac
echo $(date '+%Y-%m-%d %H:%M:%S');
Back (Current repo: dotfiles)my dotfiles to make it easy to transfer my settingsTo clone this repository: git clone https://git.viktor1993.net/dotfiles.git |
| Log | Download | Files | Refs |
datetime (111B)
#!/bin/bash
case "$BLOCK_BUTTON" in
1) $TERMINAL -e calcurse ;;
esac
echo $(date '+%Y-%m-%d %H:%M:%S');