Small corrections

nontntnt 2021-08-12 16:08:43 +00:00
parent 64a6872949
commit eeae82227b

@ -229,7 +229,12 @@ sudo systemctl restart udevmon
For those of us who want every pixel of real state! For those of us who want every pixel of real state!
I have marked the main changes with **bold**. The changes are:
* mode overlay
* workspace_buttons no
* background #ffffff10
``` ```
# #
# Status Bar: # Status Bar:
@ -239,17 +244,17 @@ bar {
position top position top
# This makes the tabs come at the same height as the bar. We then make the bar transparent # This makes the tabs come at the same height as the bar. We then make the bar transparent
and we have them both "fused" and we have them both "fused"
**mode overlay** mode overlay
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.
status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
# Workspace buttons don't look good when the bar is transparent # Workspace buttons don't look good when the bar is transparent
**workspace_buttons no** workspace_buttons no
colors { colors {
statusline #ffffff statusline #ffffff
#background #323232 #background #323232
# Transparent bar # Transparent bar
**background #ffffff10** background #ffffff10
inactive_workspace #32323200 #32323200 #5c5c5c inactive_workspace #32323200 #32323200 #5c5c5c
} }
} }