From cf14f37ee2e33ef8cec76fb68244a6b36e26fde0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 28 Dec 2015 21:39:16 -0500 Subject: Add bar to default config Using somewhat saner colors than the i3 default --- config | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'config') diff --git a/config b/config index fe681565..f7e9e751 100644 --- a/config +++ b/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 + } +} -- cgit v1.2.3-54-g00ecf