dotfiles/.local/scripts/status/0210_1_time

9 lines
137 B
Plaintext
Raw Normal View History

2022-08-16 18:50:49 +08:00
#!/bin/bash
COLOR1="#00E9FF"
COLOR2="#008592"
time=$(date +"%H:%M:%S")
echo "^b$COLOR1^^c$COLOR2^  ^c$COLOR1^^b$COLOR2^ $time ^d^"