aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-12-28 21:39:16 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-12-28 21:39:16 -0500
commitc29c2c7eaa33b60ab847d326cdb027172686a719 (patch)
tree971723af5094eac6aa94ef79b5b5ec224f4ac1e1 /config
parentabf56513cd5ac297485131c12a359b3ce6d5210e (diff)
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
# 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
+ }
+}