diff options
Diffstat (limited to 'mac/.config/sketchybar.mon/sketchybar/restart.sh')
| -rwxr-xr-x | mac/.config/sketchybar.mon/sketchybar/restart.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mac/.config/sketchybar.mon/sketchybar/restart.sh b/mac/.config/sketchybar.mon/sketchybar/restart.sh new file mode 100755 index 0000000..3cfcbaa --- /dev/null +++ b/mac/.config/sketchybar.mon/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 |
