29 lines
894 B
JSON
29 lines
894 B
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
|
|
"modules-left": ["hyprland/workspaces"],
|
|
"modules-right": ["mpris","clock"],
|
|
"mpris": {
|
|
"player": "Feishin",
|
|
"format": "{player_icon} {artist} — {title}",
|
|
"format-paused": "{player_icon} {title}",
|
|
"format-stopped": "",
|
|
"player-icons": { "default": "", "Feishin": "" },
|
|
"max-length": 45,
|
|
"interval": 1,
|
|
"tooltip": true,
|
|
"tooltip-format": "{player} — {status}\n{artist}\n{title}\n{album}",
|
|
"on-click": "playerctl -p Feishin play-pause",
|
|
"on-scroll-up": "playerctl -p Feishin next",
|
|
"on-scroll-down": "playerctl -p Feishin previous"
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%c}",
|
|
"locale": "sv_SE.UTF-8",
|
|
"tooltip": true,
|
|
"tooltip-format": "{:%A, %d %B %Y}\n %H:%M:%S",
|
|
"interval": 1
|
|
}
|
|
}
|