Update 2025-07-17

This commit is contained in:
2025-07-17 17:52:31 +03:00
parent eb47813a34
commit 94a3807c8a
53 changed files with 1618 additions and 293 deletions

3
local/bin/get-spotify-id Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
wpctl status | rg -o '^\s*\d+\.\s*spotify' | awk 'NR==2 {print $1}' | tr -d '.'