polybar: Add systray to primary bar
This commit is contained in:
parent
2224b19d0b
commit
e648bb980d
1 changed files with 10 additions and 0 deletions
|
|
@ -14,6 +14,16 @@ alert = #bd2c40
|
||||||
inherit = mixins/bar
|
inherit = mixins/bar
|
||||||
monitor = ${env:MONITOR}
|
monitor = ${env:MONITOR}
|
||||||
|
|
||||||
|
# Set a fixed position that's far enough away to fit the other content. This
|
||||||
|
# leaves a weird gap, but both the tray and the network module are
|
||||||
|
# variable-sized, so there's no resolving that until the tray can be positioned
|
||||||
|
# like any other module.
|
||||||
|
#
|
||||||
|
# TODO: https://github.com/polybar/polybar/issues/314
|
||||||
|
tray-position = right
|
||||||
|
tray-detached = true
|
||||||
|
tray-offset-x = -400
|
||||||
|
|
||||||
[bar/secondary]
|
[bar/secondary]
|
||||||
inherit = mixins/bar
|
inherit = mixins/bar
|
||||||
monitor = ${env:MONITOR}
|
monitor = ${env:MONITOR}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue