From 130e628ab35de45226fb5b88f103c1938dacfc63 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 24 Aug 2025 14:02:11 +0900 Subject: modified .gnupg/gpg-agent.conf, created sketchybar/ --- mac/.config/sketchybar/restart.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 mac/.config/sketchybar/restart.sh (limited to 'mac/.config/sketchybar/restart.sh') diff --git a/mac/.config/sketchybar/restart.sh b/mac/.config/sketchybar/restart.sh new file mode 100755 index 0000000..3cfcbaa --- /dev/null +++ b/mac/.config/sketchybar/restart.sh @@ -0,0 +1,19 @@ +#!/usr/bin/env bash + +# Kill existing sketchybar instances +killall sketchybar + +# Wait a moment for processes to terminate +sleep 1 + +# Start sketchybar with new configuration +sketchybar --config "$HOME/.config/sketchybar/sketchybarrc" + +echo "SketchyBar restarted with new aesthetic configuration!" +echo "✨ Features included:" +echo " • Modern Catppuccin color scheme" +echo " • Beautiful aerospace workspace tiles" +echo " • Active workspace highlighting" +echo " • Enhanced battery, volume, and weather widgets" +echo " • Smooth animations and transitions" +echo " • Clean, minimal design" \ No newline at end of file -- cgit v1.2.3