Add bar to default config

Using somewhat saner colors than the i3 default
This commit is contained in:
Drew DeVault 2015-12-28 21:39:16 -05:00
parent 5060c72a54
commit cf14f37ee2
1 changed files with 12 additions and 0 deletions

12
config
View File

@ -139,3 +139,15 @@ output * bg /usr/share/sway/wallpaper.jpg fill
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
#
# Status Bar:
#
bar {
position top
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}