From 9a7ef4874c4e9ddc363f267d6292d57317ea95a3 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 30 May 2021 14:07:58 -0700 Subject: [PATCH] polybar: Rename prymary/secondary to default/with_tray --- polybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/polybar/config b/polybar/config index cc23934..072296e 100644 --- a/polybar/config +++ b/polybar/config @@ -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