From c64043053d4c032769211a04c51b43eeb102c771 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Mar 2025 21:24:42 +0000 Subject: change bg and font --- config/polybar/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/polybar/launch.sh') diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh index a8d55f3..f9ece03 100755 --- a/config/polybar/launch.sh +++ b/config/polybar/launch.sh @@ -15,7 +15,7 @@ polybar -m | while read -r mon; do export MONITOR=$(echo $mon | cut -d: -f1) echo $mon | grep -q "(primary)" && { polybar ws & - + polybar time2560 & polybar right2560 & polybar mpd2560 & } || { -- cgit v1.2.1