parent
fe7763914e
commit
36544f8606
@ -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 '+%d/%m %H:%M')"
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# The $SELECTED variable is available for space components and indicates if
|
|
||||||
# the space invoking this script (with name: $NAME) is currently selected:
|
|
||||||
# https://felixkratz.github.io/SketchyBar/config/components#space----associate-mission-control-spaces-with-an-item
|
|
||||||
|
|
||||||
sketchybar --set "$NAME" background.drawing="$SELECTED"
|
|
Loading…
Reference in new issue