Polybar: Fix weirdness with i3 and offsets
This commit is contained in:
parent
a88b9ff0ae
commit
fbb4832bb9
@ -30,7 +30,9 @@ workspace $w7 output $monsec
|
|||||||
font pango:Roboto 10
|
font pango:Roboto 10
|
||||||
new_window pixel 4
|
new_window pixel 4
|
||||||
focus_on_window_activation none
|
focus_on_window_activation none
|
||||||
gaps inner 4
|
gaps top 36
|
||||||
|
gaps inner 6
|
||||||
|
gaps bottom 36
|
||||||
|
|
||||||
set $red #ed1515
|
set $red #ed1515
|
||||||
set $green #11d116
|
set $green #11d116
|
||||||
|
@ -44,6 +44,7 @@ format-background = ${res/colors.bg}
|
|||||||
[template/bar]
|
[template/bar]
|
||||||
bottom = true
|
bottom = true
|
||||||
wm-restack = ${env:PB_WM_RESTACK:i3}
|
wm-restack = ${env:PB_WM_RESTACK:i3}
|
||||||
|
override-redirect = true
|
||||||
tray-maxsize = 16
|
tray-maxsize = 16
|
||||||
background = ${res/colors.bg}
|
background = ${res/colors.bg}
|
||||||
foreground = ${res/colors.fg}
|
foreground = ${res/colors.fg}
|
||||||
|
Loading…
Reference in New Issue
Block a user