This commit is contained in:
2025-07-09 07:17:30 +03:00
parent 44471d2877
commit 8e0c4f9a70
4 changed files with 82 additions and 2 deletions

View File

@@ -38,6 +38,13 @@ cp weather-sway.sh ~/.config/sway/weather-sway.sh
chmod +x ~/.config/sway/weather-sway.sh
echo "✓ Weather script installed to ~/.config/sway/weather-sway.sh"
# === BLUETOOTH SCRIPT ===
echo ""
echo "Installing bluetooth script..."
cp bluetooth-sway.sh ~/.config/sway/bluetooth-sway.sh
chmod +x ~/.config/sway/bluetooth-sway.sh
echo "✓ Bluetooth script installed to ~/.config/sway/bluetooth-sway.sh"
# === VOLUME NOTIFY SCRIPT ===
# Comment out this section if you don't want volume notifications
if [ -f volume-notify-sway.sh ]; then