diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-01-06 06:12:53 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-01-06 06:12:53 -0800 |
commit | 2a14c6ed6d7b1073132c45ab854ff3dd6bdde2f3 (patch) | |
tree | 54aa5bd16c426245fff319e5c91d969973eb32cb /home/xyz/.config/phosh/plugins | |
parent | 881a67e86cc1aad63b28705b5ba3177380dd23be (diff) |
update
Diffstat (limited to 'home/xyz/.config/phosh/plugins')
-rw-r--r-- | home/xyz/.config/phosh/plugins/launcher-box/mpva_fav.desktop | 8 | ||||
-rw-r--r-- | home/xyz/.config/phosh/plugins/launcher-box/playerctl_stop.desktop | 7 |
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 |