From 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:42:37 +0900 Subject: updates --- mac/.config/sketchybar.allapp/plugins/clock.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 mac/.config/sketchybar.allapp/plugins/clock.sh (limited to 'mac/.config/sketchybar.allapp/plugins/clock.sh') diff --git a/mac/.config/sketchybar.allapp/plugins/clock.sh b/mac/.config/sketchybar.allapp/plugins/clock.sh new file mode 100755 index 0000000..d24d6af --- /dev/null +++ b/mac/.config/sketchybar.allapp/plugins/clock.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# The $NAME variable is passed from sketchybar and holds the name of +# the item invoking this script: +# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting + +# sketchybar --set "$NAME" label="$(date '+%m/%d %H:%M')" +sketchybar --set "$NAME" label="$(date '+%m/%d %H:%M')" + -- cgit v1.2.3