diff --git a/Tricks.md b/Tricks.md index a20f9ab..61817fd 100644 --- a/Tricks.md +++ b/Tricks.md @@ -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 } }