mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
Add bar to default config
Using somewhat saner colors than the i3 default
This commit is contained in:
parent
5060c72a54
commit
cf14f37ee2
12
config
12
config
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue