Skip to content

Instantly share code, notes, and snippets.

@hengstchon
Created June 9, 2021 12:42
Show Gist options
  • Save hengstchon/d6d29d1b010fe89992f712d91c4e646e to your computer and use it in GitHub Desktop.
Save hengstchon/d6d29d1b010fe89992f712d91c4e646e to your computer and use it in GitHub Desktop.
~/.config/spacebar/spacebarrc
#!/usr/bin/env sh
spacebar -m config position top
spacebar -m config display main
spacebar -m config height 26
spacebar -m config title on
spacebar -m config spaces on
spacebar -m config clock on
spacebar -m config power on
spacebar -m config padding_left 20
spacebar -m config padding_right 20
spacebar -m config spacing_left 25
spacebar -m config spacing_right 15
spacebar -m config text_font "Helvetica Neue:Bold:12.0"
spacebar -m config icon_font "Font Awesome 5 Free:Solid:12.0"
spacebar -m config background_color 0xff202020
spacebar -m config foreground_color 0xffa8a8a8
spacebar -m config power_icon_color 0xffcd950c
spacebar -m config battery_icon_color 0xffd75f5f
spacebar -m config power_icon_strip  
spacebar -m config space_icon •
spacebar -m config space_icon_color 0xffffab91
spacebar -m config space_icon_color_secondary 0xff78c4d4
spacebar -m config space_icon_color_tertiary 0xfffff9b0
spacebar -m config space_icon_strip 1 2 3 4 5 6 7 8 9 10
spacebar -m config spaces_for_all_displays on
spacebar -m config dnd_icon 
spacebar -m config clock_icon 
spacebar -m config clock_format "%d/%m/%y %a %R"
echo "spacebar configuration loaded.."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment