7 lines
205 B
Bash
Executable File
7 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. "/home/kevin/.cache/wal/colors.sh"
|
|
printf "$(date '+%H:%M.%a-%m-%d')\n\n%s\n" "$color7"
|
|
# echo "<span foreground=\"%s\">$(date '+%H:%M.%a-%m-%d')%s</span>" "$color2"
|
|
# printf "%s" "$color2"
|