From fbb4832bb9e8301aca2daeb96bb0834c53292d73 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 28 May 2020 21:32:46 -0500 Subject: [PATCH] Polybar: Fix weirdness with i3 and offsets --- .config/i3/config | 4 +++- .config/polybar/config | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 6c84472e..32bded7a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -30,7 +30,9 @@ workspace $w7 output $monsec font pango:Roboto 10 new_window pixel 4 focus_on_window_activation none -gaps inner 4 +gaps top 36 +gaps inner 6 +gaps bottom 36 set $red #ed1515 set $green #11d116 diff --git a/.config/polybar/config b/.config/polybar/config index 737ab2ef..e200e4d0 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -44,6 +44,7 @@ format-background = ${res/colors.bg} [template/bar] bottom = true wm-restack = ${env:PB_WM_RESTACK:i3} +override-redirect = true tray-maxsize = 16 background = ${res/colors.bg} foreground = ${res/colors.fg}