summaryrefslogtreecommitdiff
path: root/home/xyz/.config
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.config')
-rw-r--r--home/xyz/.config/phosh/plugins/launcher-box/mpva_fav.desktop8
-rw-r--r--home/xyz/.config/phosh/plugins/launcher-box/playerctl_stop.desktop7
2 files changed, 15 insertions, 0 deletions
diff --git a/home/xyz/.config/phosh/plugins/launcher-box/mpva_fav.desktop b/home/xyz/.config/phosh/plugins/launcher-box/mpva_fav.desktop
new file mode 100644
index 00000000..ffc8ed03
--- /dev/null
+++ b/home/xyz/.config/phosh/plugins/launcher-box/mpva_fav.desktop
@@ -0,0 +1,8 @@
+# https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1318
+[Desktop Entry]
+# https://stackoverflow.com/a/8980518/9008720
+Exec=sh -c 'mpva "$XDG_MUSIC_DIR/favorite"'
+Icon=mpv
+Name=mpva play my favorite music
+Terminal=false
+Type=Application
diff --git a/home/xyz/.config/phosh/plugins/launcher-box/playerctl_stop.desktop b/home/xyz/.config/phosh/plugins/launcher-box/playerctl_stop.desktop
new file mode 100644
index 00000000..4c3b4092
--- /dev/null
+++ b/home/xyz/.config/phosh/plugins/launcher-box/playerctl_stop.desktop
@@ -0,0 +1,7 @@
+# https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1318
+[Desktop Entry]
+Exec=playerctl stop
+Icon=media-playback-stop-symbolic
+Name=playerctl stop media player
+Terminal=false
+Type=Application