Fix polybar tray placement
This commit is contained in:
parent
5b444c8b23
commit
09cd53381a
1 changed files with 4 additions and 1 deletions
|
@ -51,7 +51,6 @@ bottom=false
|
||||||
|
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 25
|
height = 25
|
||||||
offset-y = 5%
|
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 0
|
padding-right = 0
|
||||||
module-margin-left = 2
|
module-margin-left = 2
|
||||||
|
@ -59,6 +58,8 @@ module-margin-left = 2
|
||||||
modules-left = workspaces
|
modules-left = workspaces
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = networkspeed archupdates cpu temp date
|
modules-right = networkspeed archupdates cpu temp date
|
||||||
|
; do not use offsets for the bar, would only work with override-redirect
|
||||||
|
; and will mess up tray https://github.com/polybar/polybar/issues/1355
|
||||||
tray-position = right
|
tray-position = right
|
||||||
|
|
||||||
; Basic Colors, defined further up
|
; Basic Colors, defined further up
|
||||||
|
@ -85,6 +86,8 @@ fixed-center = true
|
||||||
font-0 = NotoSans
|
font-0 = NotoSans
|
||||||
font-1 = Iosevka:size=18
|
font-1 = Iosevka:size=18
|
||||||
|
|
||||||
|
cursor-click = pointer
|
||||||
|
|
||||||
[module/workspaces]
|
[module/workspaces]
|
||||||
; module type
|
; module type
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
|
|
Loading…
Reference in a new issue