Skip to content

Commit 8a264f4

Browse files
committed
Update install, README.md
1 parent d1f9090 commit 8a264f4

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
55
[![PyQt6](https://img.shields.io/badge/PyQt-6-green.svg)](https://www.riverbankcomputing.com/software/pyqt/)
6+
. . . [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/andrianos)
67

7-
A modern, production-ready system tray application for controlling PipeWire audio server settings on Linux.
8+
A modern, simple system tray application for controlling PipeWire audio server settings on Linux.
89

910
![PipeWire Controller Screenshot](https://github.com/apapamarkou/pipewire_controller/assets/42995877/32536db2-a461-4078-896c-573e77dd7092)
1011

@@ -256,3 +257,9 @@ This project is licensed under the GNU General Public License v3.0 - see the [LI
256257

257258
**Author**: Andrianos Papamarkou
258259
**Repository**: <https://github.com/apapamarkou/pipewire-controller>
260+
261+
<a href="https://buymeacoffee.com/andrianos" target="_blank">
262+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
263+
alt="Buy Me A Coffee"
264+
style="height: 60px !important;width: 217px !important;" >
265+
</a>

install

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,8 @@ echo "🖥️ Creating Autostart Entry..."
6363
mkdir -p ~/.config/autostart
6464
cp ~/.local/share/applications/pipewire-controller.desktop ~/.config/autostart/pipewire-controller.desktop
6565

66-
# Execute and echo success or error message
67-
echo "💡 Launching Pipewire Controller..."
68-
sleep 1
69-
if nohup $APP_PATH > /dev/null 2>&1 & then
70-
echo "✅ Installation complete!"
71-
else
72-
echo "❌ Failed to launch the application. Try running 'pipewire-controller' manually."
73-
fi
7466

75-
# Check if the binary exists before running
67+
# Autostart and exit
7668
if [ -f "$APP_PATH" ]; then
7769
nohup "$APP_PATH" > /dev/null 2>&1 &
7870
echo "✅ Installation complete!"

0 commit comments

Comments
 (0)