diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:08:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-09-22 13:08:09 +0200 |
commit | 49c415a0a0036808fc8bbd843474c77684a0a3a7 (patch) | |
tree | f03e4d23355906fb9dee156c35cf043685129b2a /.config/polybar/config##template | |
parent | 9293bd808111f576f981d0d93ca8d715d22cd7e5 (diff) |
subtile fixes
Diffstat (limited to '.config/polybar/config##template')
-rw-r--r-- | .config/polybar/config##template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/polybar/config##template b/.config/polybar/config##template index dafd333..1359709 100644 --- a/.config/polybar/config##template +++ b/.config/polybar/config##template @@ -40,10 +40,10 @@ foreground = ${color.fg} radius-top = 0.0 radius-bottom = 0.0 -padding = 3 +padding = 2 -module-margin-left = 1 -module-margin-right = 1 +module-margin-left = 0 +module-margin-right = 0 font-0 = "JetBrains Mono Nerd Font:pixelsize=8:weight=regular:size=0;2" font-1 = "JetBrains Mono Nerd Font:pixelsize=8:weight=bold:size=0;2" |