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