From 6be7878ccc05248f18f4f0ebb47c8d7cf58059de Mon Sep 17 00:00:00 2001 From: "tanguy@aristotle" Date: Sat, 1 Aug 2020 22:35:41 +0200 Subject: [PATCH] Remove polybar borders --- .config/polybar/config-bottom.ini | 4 ++-- .config/polybar/config-top.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config-bottom.ini b/.config/polybar/config-bottom.ini index bc8f35f..abf751f 100644 --- a/.config/polybar/config-bottom.ini +++ b/.config/polybar/config-bottom.ini @@ -110,8 +110,8 @@ line-color = ${color.ac} ; the border is placed withing this area. So you effectively only have the ; following horizontal space on the bar: ; width - border-right-size - border-left-size -border-top-size = 2 -border-color = ${color.ac} +;border-top-size = 2 +;border-color = ${color.ac} ; Number of spaces to add at the beginning/end of the bar ; Individual side values can be defined using: diff --git a/.config/polybar/config-top.ini b/.config/polybar/config-top.ini index abe7a7d..f2f5316 100644 --- a/.config/polybar/config-top.ini +++ b/.config/polybar/config-top.ini @@ -110,8 +110,8 @@ line-color = ${color.ac} ; the border is placed withing this area. So you effectively only have the ; following horizontal space on the bar: ; width - border-right-size - border-left-size -border-bottom-size = 2 -border-color = ${color.ac} +;border-bottom-size = 2 +;border-color = ${color.ac} ; Number of spaces to add at the beginning/end of the bar ; Individual side values can be defined using: