From 2c3c58d1fe37845eceacf52db164fd61a41587bf Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 26 Apr 2021 17:30:20 +0200 Subject: [PATCH] Add spacing modules --- .config/polybar/user_modules.ini | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/.config/polybar/user_modules.ini b/.config/polybar/user_modules.ini index a797a26..0cb81a9 100644 --- a/.config/polybar/user_modules.ini +++ b/.config/polybar/user_modules.ini @@ -336,6 +336,37 @@ click-left = ~/.config/polybar/scripts/volume.sh change_mode label-padding = 2 label-foreground = ${color.fg} + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[module/|] + +type = custom/text +content = | +content-foreground = ${color.black} + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[module/space] + +type = custom/text +content = " " +content-foreground = ${color.dblack} + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[module/round-left] +type = custom/text +content = %{T3}%{T-} +content-foreground = ${color.black} + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[module/round-right] +type = custom/text +content = %{T3}%{T-} +content-foreground = ${color.black} + ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; __________ ______ ;; / ____/ __ \/ ____/