fix: small waybar style fix + opencode function fix

This commit is contained in:
2026-06-23 00:00:33 +03:00
parent be8bfc0056
commit c2dde5db95
5 changed files with 7 additions and 65 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
sleep 0.7
msgId="3378455"
artist=$(playerctl metadata artist)
title=$(playerctl metadata title)
image=$(playerctl metadata mpris:artUrl)
notify-send -u low -r "$msgId" "$artist" "$title" -i "$image"