-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
476 additions
and
24 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#!/usr/bin/env sh | ||
|
||
spacebar -m config position top | ||
spacebar -m config height 26 | ||
spacebar -m config background_color 0xff202020 | ||
spacebar -m config foreground_color 0xffa8a8a8 | ||
spacebar -m config space_icon_color 0xff458588 | ||
spacebar -m config power_icon_color 0xffcd950c | ||
spacebar -m config battery_icon_color 0xffd75f5f | ||
spacebar -m config dnd_icon_color 0xffa8a8a8 | ||
spacebar -m config clock_icon_color 0xffa8a8a8 | ||
spacebar -m config power_icon_strip " " | ||
spacebar -m config space_icon "" | ||
spacebar -m config clock_icon " " | ||
spacebar -m config dnd_icon | ||
spacebar -m config text_font "Hasklug Nerd Font:Bold:12.0" | ||
spacebar -m config icon_font "Hasklug Nerd Font:Bold:12.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 |
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
Oops, something went wrong.