moved all desktop utils into this repo

This commit is contained in:
willifan 2024-06-03 11:56:16 +02:00
parent cd7e93374e
commit 2241d30a86
28 changed files with 151 additions and 45 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
status=$(playerctl status)
name=$(playerctl metadata title)
echo '{"status":"'"$status"'","name":"'"$name"'"}'