diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-06-30 03:29:11 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-06-30 03:29:11 -0400 |
commit | 842846ef8b7bfec4a09dd5ad24d0cc87cd01c3e3 (patch) | |
tree | b85476bababb17b4291906de0b565800344bb62e /.config/polybar | |
parent | ce810133bd0fca54f7201acaa38eac3932e3b174 (diff) | |
download | dogfiles-842846ef8b7bfec4a09dd5ad24d0cc87cd01c3e3.tar.gz |
fixed clock position and squared corners
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 92e2b2d..65cf220 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,7 +1,7 @@ [bar/i3_bar] width = 100% height = 20 -radius = 10.0 +#radius = 10.0 fixed-center = false background = #272827 @@ -14,7 +14,7 @@ border-size = 0 border-color = padding-left = 0 -padding-right = 2 +padding-right = 0 module-margin-left = 1 module-margin-right = 2 |