updated something
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user