sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit cf14f37ee2e33ef8cec76fb68244a6b36e26fde0
parent 5060c72a546c5a145fc95624d1e3f46e38ba74f1
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 28 Dec 2015 21:39:16 -0500

Add bar to default config

Using somewhat saner colors than the i3 default

Diffstat:
Mconfig | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git 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 + } +}