mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Small corrections
parent
64a6872949
commit
eeae82227b
13
Tricks.md
13
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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user