5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
LABEL=$(date '+%H:%M')
|
|
sketchybar --set "$NAME" label="$LABEL"
|