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%
|
||||
height = 25
|
||||
offset-y = 5%
|
||||
padding-left = 0
|
||||
padding-right = 0
|
||||
module-margin-left = 2
|
||||
|
@ -59,6 +58,8 @@ module-margin-left = 2
|
|||
modules-left = workspaces
|
||||
modules-center =
|
||||
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
|
||||
|
||||
; Basic Colors, defined further up
|
||||
|
@ -85,6 +86,8 @@ fixed-center = true
|
|||
font-0 = NotoSans
|
||||
font-1 = Iosevka:size=18
|
||||
|
||||
cursor-click = pointer
|
||||
|
||||
[module/workspaces]
|
||||
; module type
|
||||
type = internal/i3
|
||||
|
|
Loading…
Reference in a new issue