eww: remove player window

This commit is contained in:
2025-06-18 14:21:27 +02:00
parent 285f7a37b7
commit 656573db82
21 changed files with 75 additions and 477 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
POS=$(playerctl -p spotify position)
python -c "print(float($POS*1000000))"