From f067bfc0758f4d24127fd6459481bc78a93845a0 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 1 Mar 2021 20:47:21 +0100 Subject: [PATCH] Change config --- .../.config/polybar/modules/modules.ini | 26 +++++++------------ 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/arch-config/.config/polybar/modules/modules.ini b/arch-config/.config/polybar/modules/modules.ini index 46acf023..24b316f0 100755 --- a/arch-config/.config/polybar/modules/modules.ini +++ b/arch-config/.config/polybar/modules/modules.ini @@ -37,54 +37,46 @@ type = custom/text content-background = ${colors.background} content-foreground = ${colors.modbackground} -[module/right] -inherit = module/decor-glyph -content = " " - -[module/left] -inherit = module/decor-glyph -content = " " - [module/left-top] inherit = module/decor-glyph -content = " " +content = "" [module/left-bot] inherit = module/decor-glyph -content = " " +content = "" [module/right-top] inherit = module/decor-glyph -content = " " +content = "" [module/right-bot] inherit = module/decor-glyph -content = " " +content = "" [module/light-left-top] inherit = module/decor-glyph content-foreground = ${colors.lightforeground} -content = " " +content = "" [module/light-left-bot] inherit = module/decor-glyph content-foreground = ${colors.lightforeground} -content = " " +content = "" [module/light-right-top] inherit = module/decor-glyph content-foreground = ${colors.lightforeground} -content = " " +content = "" [module/light-right-bot] inherit = module/decor-glyph content-foreground = ${colors.lightforeground} -content = " " +content = "" [module/full] inherit = module/decor-glyph content-background = ${colors.modbackground} -content = " " +content = " " ################################################################################