switch back to catppuccin

This commit is contained in:
2025-01-04 22:16:35 +00:00
parent cf6d4c58b0
commit e9931ea771
3 changed files with 10 additions and 11 deletions

View File

@@ -3,10 +3,10 @@
query=$(defaults read -g AppleInterfaceStyle | xargs)
if [ "$query" = "Dark" ]; then
sketchybar --bar color=0xff232136 \
--set '/.*/' icon.color=0xffe0def4 label.color=0xffe0def4
sketchybar --bar color=0xff313244 \
--set '/.*/' icon.color=0xffcdd6f4 label.color=0xffcdd6f4
else
sketchybar --bar color=0xfffaf4ed \
--set '/.*/' icon.color=0xff575279 label.color=0xff575279
sketchybar --bar color=0xffeff1f5 \
--set '/.*/' icon.color=0xff4c4f69 label.color=0xff4c4f69
fi