From 7aa40eca5a077c519cc5bc7baa8c2667729611ce Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 10 Jun 2024 01:12:26 +0300 Subject: [PATCH] dekstop: set polybar placement via env --- .config/polybar/config | 2 +- Desktop.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index eab7009..a94e6b3 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -154,7 +154,7 @@ monitor = ${env:MONITOR:} width = 100% height = ${env:HEIGHT:27} fixed-center = false -bottom=true +bottom = ${env:POLYBAR_BOTTOM:true} background = ${colors.background} foreground = ${colors.black} diff --git a/Desktop.org b/Desktop.org index 30be422..11138fa 100644 --- a/Desktop.org +++ b/Desktop.org @@ -2125,7 +2125,7 @@ monitor = ${env:MONITOR:} width = 100% height = ${env:HEIGHT:27} fixed-center = false -bottom=true +bottom = ${env:POLYBAR_BOTTOM:true} background = ${colors.background} foreground = ${colors.black}