summaryrefslogtreecommitdiff
path: root/dot-config/sketchybar/plugins/clock.sh
diff options
context:
space:
mode:
authorJosé Juan Loeza Sierra <jj@xz6ze.com>2025-07-07 21:45:52 -0700
committerJosé Juan Loeza Sierra <jj@xz6ze.com>2025-07-07 21:45:52 -0700
commita7dd1fd423b1317e96eaa926654166a5670d5385 (patch)
treef613bd5db11db79cedb6ed77dcfb89a50dc91510 /dot-config/sketchybar/plugins/clock.sh
parent737094ff0fb0e39f39867a5a7353ae4ebc81e92c (diff)
remove aerospace and sketchybar
Diffstat (limited to 'dot-config/sketchybar/plugins/clock.sh')
-rwxr-xr-xdot-config/sketchybar/plugins/clock.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/dot-config/sketchybar/plugins/clock.sh b/dot-config/sketchybar/plugins/clock.sh
deleted file mode 100755
index edb27d5..0000000
--- a/dot-config/sketchybar/plugins/clock.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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 '+%a %b %d %I:%M %p')"
-