CachyOS / cachyos-hyprland-settings

Settings and dotfiles for CachyOS hyprland
23 stars 9 forks source link

Fix for error in media display #12

Closed Hressa closed 3 weeks ago

Hressa commented 3 weeks ago

the use of {icon} {} produces an error in the format string, seen below. This causes the text in the media display to not show.

[2024-10-21 18:19:16.544] [error] custom/media: cannot switch from manual to automatic argument indexing

using {0} {1} produces the intended result.

With the fix: image

without the fix: image

Shendisx commented 3 weeks ago

I can confirm that this indeed fixes this issue. Thanks for the help and PR! merging