From b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Mar 2025 22:54:39 +0000 Subject: floating little bars and rounded borders --- config/polybar/launch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config/polybar/launch.sh') diff --git a/config/polybar/launch.sh b/config/polybar/launch.sh index 33b6531..a8d55f3 100755 --- a/config/polybar/launch.sh +++ b/config/polybar/launch.sh @@ -15,7 +15,11 @@ polybar -m | while read -r mon; do export MONITOR=$(echo $mon | cut -d: -f1) echo $mon | grep -q "(primary)" && { polybar ws & + + polybar right2560 & + polybar mpd2560 & } || { - polybar wsonly & + polybar ws & + polybar time1080 & } done -- cgit v1.2.1