Small corrections

nontntnt 2021-08-12 16:08:43 +00:00
parent 64a6872949
commit eeae82227b
1 changed files with 9 additions and 4 deletions

@ -229,7 +229,12 @@ sudo systemctl restart udevmon
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:
@ -239,17 +244,17 @@ bar {
position top
# This makes the tabs come at the same height as the bar. We then make the bar transparent
and we have them both "fused"
**mode overlay**
mode overlay
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
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 no**
workspace_buttons no
colors {
statusline #ffffff
#background #323232
# Transparent bar
**background #ffffff10**
background #ffffff10
inactive_workspace #32323200 #32323200 #5c5c5c
}
}