Updated statusbar date and time scripts

This commit is contained in:
Luke Else 2023-03-08 20:34:04 +00:00
parent 633fe10827
commit 00ff52243b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
icon="" icon=""
printf "$icon ^c#f7ca88^$(date '+%I:%M %p')^d^" printf "$icon ^c#f7ca88^$(date '+%H:%M')^d^"

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
icon="" icon=""
printf "$icon ^c#f7ca88^$(date '+%a, %B %d')^d^" printf "$icon ^c#f7ca88^$(date '+%d/%m/%Y')^d^"