feat: Adds sketchybar configuration.

This commit is contained in:
2025-03-26 09:21:33 -04:00
parent 98804b3aa5
commit 7f98d4046f
7 changed files with 168 additions and 0 deletions

8
sketchybar/plugins/clock.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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 '+%d/%m %H:%M')"