5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
|
|
icon=""
|
|
printf "$icon ^c#f7ca88^$(date '+%I:%M %p')^d^"
|