-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.spacebarrc
executable file
·23 lines (21 loc) · 986 Bytes
/
.spacebarrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/env sh
spacebar -m config dnd off
spacebar -m config position top
spacebar -m config height 26
spacebar -m config spacing_left 25
spacebar -m config spacing_right 25
spacebar -m config text_font "PragmataPro:Regular:14.0"
spacebar -m config icon_font "feather:Regular:15.0"
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 0xff81B3CD
spacebar -m config space_icon_strip 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 "%d/%m/%y %R"
echo "spacebar configuration loaded.."