4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sketchybar --set $NAME icon="$(date '+%a %d. %b')" label="$(date '+%H:%M')"
|