Slight changes to time format
This commit is contained in:
parent
7cbfb3fd76
commit
023da8d063
@ -4,5 +4,5 @@
|
|||||||
# the item invoking this script:
|
# the item invoking this script:
|
||||||
# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting
|
# https://felixkratz.github.io/SketchyBar/config/events#events-and-scripting
|
||||||
|
|
||||||
sketchybar --set "$NAME" label="$(date '+%m/%d/%Y %H:%M')"
|
sketchybar --set "$NAME" label="$(date '+%m/%d/%Y %I:%M:%S %p')"
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ sketchybar --add item chevron left \
|
|||||||
# https://felixkratz.github.io/SketchyBar/config/events
|
# https://felixkratz.github.io/SketchyBar/config/events
|
||||||
|
|
||||||
sketchybar --add item clock right \
|
sketchybar --add item clock right \
|
||||||
--set clock update_freq=10 icon= script="$PLUGIN_DIR/clock.sh" \
|
--set clock update_freq=1 icon= script="$PLUGIN_DIR/clock.sh" \
|
||||||
--add item volume right \
|
--add item volume right \
|
||||||
--set volume script="$PLUGIN_DIR/volume.sh" \
|
--set volume script="$PLUGIN_DIR/volume.sh" \
|
||||||
--subscribe volume volume_change \
|
--subscribe volume volume_change \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user