mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-09 18:48:43 +00:00
Switch to dotbot
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
if [[ $(playerctl status) == "Playing" ]]; then
|
||||
playerctl pause
|
||||
else
|
||||
playerctl play
|
||||
fi
|
||||
Reference in New Issue
Block a user