From 023da8d063989339d7a49fe83e40311fd3efb336 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sat, 2 Nov 2024 13:18:53 -0700 Subject: [PATCH] Slight changes to time format --- dotfiles/.config/sketchybar/plugins/clock.sh | 2 +- dotfiles/.config/sketchybar/sketchybarrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/sketchybar/plugins/clock.sh b/dotfiles/.config/sketchybar/plugins/clock.sh index ea41b2d..dcb3d16 100755 --- a/dotfiles/.config/sketchybar/plugins/clock.sh +++ b/dotfiles/.config/sketchybar/plugins/clock.sh @@ -4,5 +4,5 @@ # the item invoking this script: # 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')" diff --git a/dotfiles/.config/sketchybar/sketchybarrc b/dotfiles/.config/sketchybar/sketchybarrc index 4eb6d7e..65cc1c3 100755 --- a/dotfiles/.config/sketchybar/sketchybarrc +++ b/dotfiles/.config/sketchybar/sketchybarrc @@ -80,7 +80,7 @@ sketchybar --add item chevron left \ # https://felixkratz.github.io/SketchyBar/config/events 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 \ --set volume script="$PLUGIN_DIR/volume.sh" \ --subscribe volume volume_change \