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 = " " ################################################################################