aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-12-28 21:39:16 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-12-28 21:39:16 -0500
commitcf14f37ee2e33ef8cec76fb68244a6b36e26fde0 (patch)
tree971723af5094eac6aa94ef79b5b5ec224f4ac1e1 /config
parentAdd default wallpaper (diff)
downloadsway-cf14f37ee2e33ef8cec76fb68244a6b36e26fde0.tar.gz
sway-cf14f37ee2e33ef8cec76fb68244a6b36e26fde0.tar.zst
sway-cf14f37ee2e33ef8cec76fb68244a6b36e26fde0.zip
Add bar to default config
Using somewhat saner colors than the i3 default
Diffstat (limited to 'config')
-rw-r--r--config12
1 files changed, 12 insertions, 0 deletions
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
139 # Show the next scratchpad window or hide the focused scratchpad window. 139 # Show the next scratchpad window or hide the focused scratchpad window.
140 # If there are multiple scratchpad windows, this command cycles through them. 140 # If there are multiple scratchpad windows, this command cycles through them.
141 bindsym $mod+minus scratchpad show 141 bindsym $mod+minus scratchpad show
142
143#
144# Status Bar:
145#
146bar {
147 position top
148 colors {
149 statusline #ffffff
150 background #323232
151 inactive_workspace #32323200 #32323200 #5c5c5c
152 }
153}