polybar: Rename prymary/secondary to default/with_tray
This commit is contained in:
parent
33260b2e11
commit
9a7ef4874c
1 changed files with 5 additions and 5 deletions
|
|
@ -10,7 +10,11 @@ primary = #ffb52a
|
|||
secondary = #e60053
|
||||
alert = #bd2c40
|
||||
|
||||
[bar/primary]
|
||||
[bar/default]
|
||||
inherit = mixins/bar
|
||||
monitor = ${env:MONITOR}
|
||||
|
||||
[bar/with_tray]
|
||||
inherit = mixins/bar
|
||||
monitor = ${env:MONITOR}
|
||||
|
||||
|
|
@ -24,10 +28,6 @@ tray-position = right
|
|||
tray-detached = true
|
||||
tray-offset-x = -400
|
||||
|
||||
[bar/secondary]
|
||||
inherit = mixins/bar
|
||||
monitor = ${env:MONITOR}
|
||||
|
||||
[mixins/bar]
|
||||
bottom = true
|
||||
fixed-center = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue