Created
April 11, 2022 21:54
-
-
Save kvnxiao/7bb9400866c4cd9c70fe39ec81a2cfe1 to your computer and use it in GitHub Desktop.
spacebarrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
spacebar -m config position top | |
spacebar -m config height 22 | |
spacebar -m config text_font "SF Pro:Medium:12.0" | |
spacebar -m config icon_font "SF Pro:Medium:12.0" | |
spacebar -m config background_color 0xff1f2430 | |
spacebar -m config foreground_color 0xffffffff | |
spacebar -m config space_icon_color 0xffffcc66 | |
spacebar -m config power_icon_color 0xffffa759 | |
spacebar -m config battery_icon_color 0xfff28779 | |
spacebar -m config dnd_icon_color 0xffcbccc6 | |
spacebar -m config clock_icon_color 0xffffffff | |
spacebar -m config space_icon_strip 一 二 三 四 五 六 七 八 九 十 | |
spacebar -m config power_icon_strip | |
spacebar -m config space_icon | |
spacebar -m config clock_icon | |
spacebar -m config dnd_icon | |
spacebar -m config clock_format "%a %b %d %l:%M %p" | |
echo "spacebar configuration loaded.." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment