i3, Polybar: Work on our padding a bit

This commit is contained in:
Salt 2020-05-28 20:31:12 -05:00
parent 8a6a1fb5c8
commit 7f3ee1a995
2 changed files with 7 additions and 2 deletions

View File

@ -30,7 +30,7 @@ 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 8 gaps inner 6
## KEYBINDINGS ## KEYBINDINGS
# Set modifiers # Set modifiers

View File

@ -28,6 +28,7 @@ border = #3B4252
selection = #88C0D0 selection = #88C0D0
[res/config] [res/config]
border-size = 4
padding = 2 padding = 2
[settings] [settings]
@ -45,13 +46,17 @@ foreground = ${res/colors.fg}
border-color = ${res/colors.border} border-color = ${res/colors.border}
tray-background = ${res/colors.bg} tray-background = ${res/colors.bg}
height = 48 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-0 = "Inconsolata:style=Medium:size=11;2"
font-1 = "Deja Vu Sans Mono:style=Regular:size=11;2" font-1 = "Deja Vu Sans Mono:style=Regular:size=11;2"
[bar/primary] [bar/primary]
monitor = ${env:PB_MONITOR:eDP-1} monitor = ${env:PB_MONITOR:eDP-1}
inherit = template/bar inherit = template/bar
border-top-size = 4 border-top-size = ${res/config.border-size}
modules-left = i3 cpu memory battery temp modules-left = i3 cpu memory battery temp
modules-right = backlight pulse date modules-right = backlight pulse date