diff options
author | davidovski <david@davidovski.xyz> | 2025-03-18 21:24:42 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2025-03-18 21:24:42 +0000 |
commit | c64043053d4c032769211a04c51b43eeb102c771 (patch) | |
tree | 231b0bdbb32cf3974859296188ee22469e0951af /config/polybar/launch.sh | |
parent | b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 (diff) |
change bg and font
Diffstat (limited to 'config/polybar/launch.sh')
-rwxr-xr-x | config/polybar/launch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 & } || { |