add gitignore and update files
This commit is contained in:
10
polybar/date.sh
Executable file
10
polybar/date.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
CET=$(date +"%H:%M")
|
||||
UTC=$(TZ=UTC date +"%H:%M")
|
||||
EASTERN=$(TZ=America/New_York date +"%H:%M")
|
||||
PACIFIC=$(TZ=America/Los_Angeles date +"%H:%M")
|
||||
AWST=$(TZ=Australia/Perth date +"%H:%M")
|
||||
DATE=$(date +"%Y-%m-%d")
|
||||
|
||||
echo "PST: $PACIFIC EST: $EASTERN UTC: $UTC CET: $CET AWST: $AWST $DATE"
|
||||
Reference in New Issue
Block a user