linux discord rich presence
v3.2.0
Linux용 사용자 정의 가능한 Discord Rich Presence 클라이언트
yay -Syu linux-discord-rich-presence
git clone https://github.com/trickybestia/linux-discord-rich-presence.git
cd linux-discord-rich-presence
cargo build --release
sudo install -Dm0755 -t /usr/bin/ ./target/release/linux-discord-rich-presence
sudo install -Dm0755 -t /usr/bin/ ./doc/linux-discord-rich-presence-desktop-wrapper
sudo install -Dm0644 -t /usr/share/applications/ ./doc/linux-discord-rich-presence.desktop
sudo install -Dm0644 -t /usr/share/applications/ ./doc/linux-discord-rich-presence-minimized.desktop
템플릿 중 하나에서 ~/.config/linux-discord-rich-presencerc
생성하고 실행 가능하게 만듭니다. 그것들은 단지 템플릿일 뿐입니다. 작동하게 하려면 구성 가이드를 참조하세요.
애플리케이션 시작 관리자에서 Discord (linux-discord-rich-presence)
항목을 선택하거나 다음 명령을 실행합니다.
linux-discord-rich-presence -c ~ /.config/linux-discord-rich-presencerc
DE 설정에서 자동 시작되도록 이 명령이나 Discord (linux-discord-rich-presence) (minimized)
추가할 수도 있습니다.
GNU GPLv3에 따라서만 라이센스가 부여됩니다.