summaryrefslogtreecommitdiff
path: root/config/polybar/launch.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2025-03-17 22:54:39 +0000
committerdavidovski <david@davidovski.xyz>2025-03-17 22:54:39 +0000
commitb3b4975df588e7c71bebb3cd7f4e83fd7a70b983 (patch)
treeae01e2115993946c5841aaf0c810a26476c2fa8e /config/polybar/launch.sh
parent6c1de1e807d39883c975933c4c35b91f1df88fd6 (diff)
floating little bars and rounded borders
Diffstat (limited to 'config/polybar/launch.sh')
-rwxr-xr-xconfig/polybar/launch.sh6
1 files changed, 5 insertions, 1 deletions
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