This commit is contained in:
2024-07-27 20:19:42 +03:00
parent 8e83405d25
commit 49d93c69e4
5 changed files with 226 additions and 5 deletions

View File

@@ -17,7 +17,8 @@ launch_bar() {
elif [[ "$style" == "pwidgets" ]]; then
bash "$dir"/pwidgets/launch.sh --main
else
polybar -q main -c "$dir/$style/config.ini" &
polybar -q main -c "$dir/$style/config.ini" &
polybar -q secondary -c "$dir/$style/config.ini" &
fi
}