Suppress Waybar output in setup script for cleaner execution

This commit is contained in:
2026-05-13 19:52:15 +02:00
parent 47a098c722
commit bc2b694660
+1 -1
View File
@@ -193,7 +193,7 @@ _copyScripts
hyprctl reload
killall -9 waybar
sleep 1
waybar 2>&1 &
waybar &> /dev/null &
echo ":::::::::::::::::::::::::::"
echo ":: Installation complete ::"
echo ":::::::::::::::::::::::::::"