mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
polybar: Adjust padding to improve element distribution
This looks more aestetically pleasing to me, and is not so off-centre between the bottom of the window and the bottom of the screen. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
7e5b329e74
commit
19663fa4f1
@ -10,7 +10,7 @@ urgent = #e53935
|
|||||||
format-foreground = ${colours.text}
|
format-foreground = ${colours.text}
|
||||||
format-background = ${colours.background}
|
format-background = ${colours.background}
|
||||||
format-spacing = 0
|
format-spacing = 0
|
||||||
format-margin = 2.5
|
format-margin = 3
|
||||||
format-offset = 0
|
format-offset = 0
|
||||||
|
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
@ -22,7 +22,6 @@ fixed-center = false
|
|||||||
enable-ipc = true
|
enable-ipc = true
|
||||||
|
|
||||||
width = 100%
|
width = 100%
|
||||||
#offset-x = 18px
|
|
||||||
height = 16pt
|
height = 16pt
|
||||||
bottom = true
|
bottom = true
|
||||||
radius = 0
|
radius = 0
|
||||||
@ -39,7 +38,7 @@ padding-right = 2pt
|
|||||||
border-size = 0
|
border-size = 0
|
||||||
border-left-size = 16pt
|
border-left-size = 16pt
|
||||||
border-right-size = 16pt
|
border-right-size = 16pt
|
||||||
border-bottom-size = 8pt
|
border-bottom-size = 10pt
|
||||||
|
|
||||||
line-size = 0
|
line-size = 0
|
||||||
line-colour = #f00
|
line-colour = #f00
|
||||||
|
Loading…
Reference in New Issue
Block a user