Created
November 20, 2020 16:29
-
-
Save booherbg/f820fdacb5a94df65cd373e2914aeb75 to your computer and use it in GitHub Desktop.
dot files
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
~/.config/spacebar/spacebarrc | |
``` | |
spacebar -m config status_bar off | |
spacebar -m config text_font "Helvetica Neue:Bold:11.0" | |
spacebar -m config icon_font "FontAwesome:Regular:11.0" | |
spacebar -m config background_color 0xff202020 | |
spacebar -m config foreground_color 0xffa8a8a8 | |
spacebar -m config space_icon_strip 1 2 3 4 5 6 7 8 9 10 | |
spacebar -m config power_icon_strip | |
spacebar -m config space_icon | |
spacebar -m config clock_icon | |
spacebar -m config clock_format "%m/%d/%y %I:%M %p" | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment