From e7424588866daf9341249c8753b1127d92dcede5 Mon Sep 17 00:00:00 2001 From: ahwx Date: Thu, 26 Feb 2026 00:28:24 +0100 Subject: [PATCH] feat: import uptime to sketchybar --- modules/home/sketchybar/sketchybarrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/sketchybar/sketchybarrc b/modules/home/sketchybar/sketchybarrc index 87f929a..f18a2d4 100755 --- a/modules/home/sketchybar/sketchybarrc +++ b/modules/home/sketchybar/sketchybarrc @@ -91,6 +91,9 @@ sketchybar --add item clock right \ --add item memory right \ --set memory script="$PLUGIN_DIR/memory.sh" \ --set memory update_freq=120 \ + --add item uptime right \ + --set uptime script="$PLUGIN_DIR/uptime.sh" \ + --set uptime update_freq=60 ##### Force all scripts to run the first time (never do this in a script) ##### sketchybar --update