7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#!/usr/bin/bash
|
|
source ~/.cache/wal/colors.sh
|
|
|
|
printf '🕛 '
|
|
date '+%Y-%m-%d %H:%M:%S'
|
|
date '+%H:%M:%S'
|
|
echo $foreground
|