57 lines
1.4 KiB
Text
57 lines
1.4 KiB
Text
{
|
|
"_comment": "jstm's waybar config",
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 30,
|
|
"spacing": 4,
|
|
"modules-left": ["hyprland/window"],
|
|
"modules-center": ["mpris"],
|
|
"modules-right": ["pulseaudio","clock","tray"],
|
|
"hyprland/window": {
|
|
"format": "⚙️ {}"
|
|
},
|
|
"mpris": {
|
|
"interval": 1,
|
|
"player-icons": {
|
|
"firefox": "🌐",
|
|
"mpv": "🎧️",
|
|
"vlc": "🚧"
|
|
},
|
|
"status-icons": {
|
|
"playing": "▶️",
|
|
"paused": "⏸️",
|
|
"stopped": ""
|
|
},
|
|
"format": "{player_icon} {status_icon} {artist} - {title} ({position}/{length})",
|
|
"ignored-players": ["firefox","vlc"]
|
|
},
|
|
"tray": {
|
|
// "icon-size": 21,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"interval": 1,
|
|
"timezone": "Europe/Berlin",
|
|
"format": "{:%H:%M:%S}"
|
|
},
|
|
"pulseaudio": {
|
|
"scroll-step": 5,
|
|
"format": "{volume}% {icon} {format_source}",
|
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
|
"format-bluetooth-muted": " {icon} {format_source}",
|
|
"format-muted": " {format_source}",
|
|
"format-source": "{volume}% ",
|
|
"format-source-muted": "",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
}
|
|
}
|
|
|