From 5216ea1f2980c35db93cd6d93c1d1c06d5e31e7a Mon Sep 17 00:00:00 2001 From: Kenneth Date: Sat, 19 Apr 2025 14:13:37 +0100 Subject: [PATCH] updated something --- aerospace.toml | 2 +- sketchybar/plugins/theme.sh | 6 +++--- sketchybar/sketchybarrc | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aerospace.toml b/aerospace.toml index 3545faf..48e0076 100644 --- a/aerospace.toml +++ b/aerospace.toml @@ -56,7 +56,7 @@ inner.horizontal = 8 inner.vertical = 8 outer.left = 8 outer.bottom = 8 -outer.top = 48 +outer.top = 44 outer.right = 8 # 'main' binding mode declaration diff --git a/sketchybar/plugins/theme.sh b/sketchybar/plugins/theme.sh index ff34206..23384da 100755 --- a/sketchybar/plugins/theme.sh +++ b/sketchybar/plugins/theme.sh @@ -4,9 +4,9 @@ query=$(defaults read -g AppleInterfaceStyle | xargs) if [ "$query" = "Dark" ]; then sketchybar --bar color=0xff313244 \ - --set '/.*/' icon.color=0xffcdd6f4 label.color=0xffcdd6f4 + --set '/.*/' icon.color=0xffffffff label.color=0xffffffff else - sketchybar --bar color=0xffeff1f5 \ - --set '/.*/' icon.color=0xff4c4f69 label.color=0xff4c4f69 + sketchybar --bar color=0x00eff1f5 \ + --set '/.*/' icon.color=0x80000000 label.color=0x80000000 fi diff --git a/sketchybar/sketchybarrc b/sketchybar/sketchybarrc index aa03639..75b12c0 100755 --- a/sketchybar/sketchybarrc +++ b/sketchybar/sketchybarrc @@ -22,8 +22,8 @@ sketchybar --bar position=top height=40 blur_radius=30 color=0xfffaf4ed default=( padding_left=5 padding_right=5 - icon.font="FiraCode Nerd Font:Bold:17.0" - label.font="FiraCode Nerd Font:Bold:12.0" + icon.font="CommitMono Nerd Font:Bold:17.0" + label.font="CommitMono Nerd Font:Bold:12.0" icon.color=0xff575279 label.color=0xff575279 icon.padding_left=4