diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-16 21:16:31 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-10-16 21:16:31 +0300 |
commit | c015df322ec4fba41d75b5418bd460de42697e07 (patch) | |
tree | 20e8184470c2f63b4de62734a2c784d5e22e0920 /artix.sh | |
parent | 70fc9fd33fa7e7d7cfc2fc62c8b2a4c4a17bb204 (diff) | |
download | swayrice-c015df322ec4fba41d75b5418bd460de42697e07.tar.gz swayrice-c015df322ec4fba41d75b5418bd460de42697e07.zip |
Use playerctl/MPRIS for media control
Diffstat (limited to 'artix.sh')
-rwxr-xr-x | artix.sh | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -74,7 +74,6 @@ pacman -Sy \ gnome-themes-standard \ telegram-desktop \ qt5ct \ - r \ bc \ udisks2 \ dash \ @@ -127,6 +126,8 @@ pacman -Sy \ openntpd \ openntpd-runit \ v4l2loopback-dkms \ + playerctl \ + mpv-mpris \ || exit 1 # Copy system config files @@ -175,5 +176,7 @@ yay -S --noconfirm \ rofi-lbonn-wayland \ rofi-calc \ rofi-file-browser-extended-git \ - networkmanager-dmenu-git + networkmanager-dmenu-git \ + waybar-mpris-git \ + mpd-mpris |