-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: Remove 'status_bar_' config prefixes
As this project is now simply a status bar on its own, the 'status_bar_' prefix on all config options seemed superfluous :)
- Loading branch information
cmacrae
committed
Apr 16, 2020
1 parent
9dc81e4
commit c982829
Showing
5 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#!/usr/bin/env sh | ||
|
||
spacebar -m config status_bar_text_font "Helvetica Neue:Bold:12.0" | ||
spacebar -m config status_bar_icon_font "Font Awesome 5 Free:Regular:12.0" | ||
spacebar -m config status_bar_background_color 0xff202020 | ||
spacebar -m config status_bar_foreground_color 0xffa8a8a8 | ||
spacebar -m config status_bar_space_icon_strip I II III IV V VI VII VIII IX X | ||
spacebar -m config status_bar_power_icon_strip | ||
spacebar -m config status_bar_space_icon | ||
spacebar -m config status_bar_clock_icon | ||
spacebar -m config status_bar_clock_format "%d/%m/%y %R" | ||
spacebar -m config text_font "Helvetica Neue:Bold:12.0" | ||
spacebar -m config icon_font "Font Awesome 5 Free:Regular:12.0" | ||
spacebar -m config background_color 0xff202020 | ||
spacebar -m config foreground_color 0xffa8a8a8 | ||
spacebar -m config space_icon_strip I II III IV V VI VII VIII IX X | ||
spacebar -m config power_icon_strip | ||
spacebar -m config space_icon | ||
spacebar -m config clock_icon | ||
spacebar -m config clock_format "%d/%m/%y %R" | ||
|
||
echo "spacebar configuration loaded.." |
This file contains 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