diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-04-23 19:19:49 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-04-25 00:40:50 -0400 |
commit | 9bc43138b72b05004d000a53613f2936df58fdec (patch) | |
tree | 0242c8bd7252b0cf95f9845b0672f0915d6ea51a /.config/polybar | |
parent | 32d3b54681ecb7cc30ffdc3b1769b903e354d799 (diff) | |
download | dogfiles-9bc43138b72b05004d000a53613f2936df58fdec.tar.gz |
rounded edge for polybar
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index c26b19f..078c0f6 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -1,7 +1,7 @@ [bar/i3_bar] width = 100% height = 20 -radius = 0 +radius = 10.0 fixed-center = false background = #272827 |