1
0
Fork 0

polybar: Rename prymary/secondary to default/with_tray

This commit is contained in:
Jeremy Kaplan 2021-05-30 14:07:58 -07:00
commit 9a7ef4874c

View file

@ -10,7 +10,11 @@ primary = #ffb52a
secondary = #e60053 secondary = #e60053
alert = #bd2c40 alert = #bd2c40
[bar/primary] [bar/default]
inherit = mixins/bar
monitor = ${env:MONITOR}
[bar/with_tray]
inherit = mixins/bar inherit = mixins/bar
monitor = ${env:MONITOR} monitor = ${env:MONITOR}
@ -24,10 +28,6 @@ tray-position = right
tray-detached = true tray-detached = true
tray-offset-x = -400 tray-offset-x = -400
[bar/secondary]
inherit = mixins/bar
monitor = ${env:MONITOR}
[mixins/bar] [mixins/bar]
bottom = true bottom = true
fixed-center = false fixed-center = false