dotfiles/home/dot_config/sketchybar/plugins/executable_clock.sh
2025-09-27 16:00:34 +01:00

4 lines
87 B
Bash

#!/usr/bin/env bash
LABEL=$(date '+%H:%M:%S')
sketchybar --set "$NAME" label="$LABEL"