My NixOS dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› that broke apparently

Simon R. - fantomitechno (Jun 9, 2026, 6:49 PM +0200) a48f2833 57dc4353

+9 -5
+9 -5
home/waybar/config/config
··· 244 244 }, 245 245 246 246 "mpris": { 247 - "format": "{status-icon} {dynamic}", 247 + "format": "{player_icon} {dynamic}", 248 + "format-paused": "{status_icon} <i>{dynamic}</i>", 249 + "player-icons": { 250 + "default": "โ–ถ", 251 + "mpv": "๐ŸŽต" 252 + }, 248 253 "status-icons": { 249 - "paused": "๏Œ", 250 - "playing": "๏‹", 251 - "stopped": "๏" 254 + "paused": "โธ" 252 255 }, 253 256 "interval": 2, 254 - "max-length": 40 257 + "ignored-players": [ "chromium" ], 258 + "max-length": 30 255 259 } 256 260 }