i3, Polybar: Work on our padding a bit
This commit is contained in:
parent
8a6a1fb5c8
commit
7f3ee1a995
@ -30,7 +30,7 @@ workspace $w7 output $monsec
|
||||
font pango:Roboto 10
|
||||
new_window pixel 4
|
||||
focus_on_window_activation none
|
||||
gaps inner 8
|
||||
gaps inner 6
|
||||
|
||||
## KEYBINDINGS
|
||||
# Set modifiers
|
||||
|
@ -28,6 +28,7 @@ border = #3B4252
|
||||
selection = #88C0D0
|
||||
|
||||
[res/config]
|
||||
border-size = 4
|
||||
padding = 2
|
||||
|
||||
[settings]
|
||||
@ -45,13 +46,17 @@ foreground = ${res/colors.fg}
|
||||
border-color = ${res/colors.border}
|
||||
tray-background = ${res/colors.bg}
|
||||
height = 48
|
||||
width = 100%:-12
|
||||
offset-x = 6
|
||||
border-left-size = ${res/config.border-size}
|
||||
border-right-size = ${res/config.border-size}
|
||||
font-0 = "Inconsolata:style=Medium:size=11;2"
|
||||
font-1 = "Deja Vu Sans Mono:style=Regular:size=11;2"
|
||||
|
||||
[bar/primary]
|
||||
monitor = ${env:PB_MONITOR:eDP-1}
|
||||
inherit = template/bar
|
||||
border-top-size = 4
|
||||
border-top-size = ${res/config.border-size}
|
||||
modules-left = i3 cpu memory battery temp
|
||||
modules-right = backlight pulse date
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user