2024-10-25 11:48:49 +00:00
|
|
|
{
|
2024-12-31 14:51:14 +00:00
|
|
|
"position": "bottom",
|
|
|
|
"height": 36,
|
|
|
|
"width": 1200,
|
|
|
|
"spacing": 0,
|
|
|
|
"margin-top": -20,
|
|
|
|
"margin-bottom": 5,
|
|
|
|
"layer": "top",
|
|
|
|
"modules-left": [
|
|
|
|
"tray",
|
|
|
|
"custom/spotify"
|
|
|
|
],
|
|
|
|
"modules-center": [
|
|
|
|
"hyprland/workspaces"
|
|
|
|
],
|
|
|
|
"modules-right": [
|
|
|
|
"cpu",
|
|
|
|
"memory",
|
|
|
|
"wireplumber",
|
|
|
|
"hyprland/language",
|
|
|
|
"clock"
|
|
|
|
],
|
|
|
|
"custom/spotify": {
|
|
|
|
"format": "{}",
|
2024-11-29 15:46:49 +00:00
|
|
|
"hide-empty-text": true,
|
|
|
|
"return-type": "json",
|
2024-12-31 14:51:14 +00:00
|
|
|
"max-length": 40,
|
2024-11-29 15:46:49 +00:00
|
|
|
"exec": "~/.config/waybar/bin/spotify-info -l",
|
2024-12-31 14:51:14 +00:00
|
|
|
"on-click": "~/.config/waybar/bin/spotify-info -p",
|
2024-11-29 15:46:49 +00:00
|
|
|
"on-scroll-up": "~/.config/waybar/bin/spotify-info -N",
|
|
|
|
"on-scroll-down": "~/.config/waybar/bin/spotify-info -P"
|
2024-12-31 14:51:14 +00:00
|
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
|
|
"format": "{name}",
|
|
|
|
"on-click": "activate",
|
|
|
|
"tooltip": false,
|
|
|
|
"persistent_workspaces": {
|
|
|
|
"*": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tray": {
|
|
|
|
"icon-size": 14,
|
|
|
|
"spacing": 15
|
|
|
|
},
|
2024-11-29 13:18:48 +00:00
|
|
|
"wireplumber": {
|
2024-12-31 14:51:14 +00:00
|
|
|
"scroll-step": 2,
|
|
|
|
"format": "{icon} {volume}%",
|
|
|
|
"format-icons": [
|
|
|
|
"",
|
|
|
|
"",
|
|
|
|
""
|
|
|
|
],
|
|
|
|
"format-muted": " mute",
|
|
|
|
"on-click": "pavucontrol",
|
|
|
|
"max-volume": 100
|
|
|
|
},
|
|
|
|
"hyprland/language": {
|
|
|
|
"format": " {}",
|
|
|
|
"format-en": "Eng",
|
|
|
|
"format-ru": "Rus"
|
|
|
|
},
|
|
|
|
"clock": {
|
|
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
|
|
"format": "{:%H:%M %b %d}",
|
|
|
|
"timezone": "Asia/Yekaterinburg"
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"interval": 1,
|
|
|
|
"format": " {used:0.1f}G"
|
|
|
|
},
|
|
|
|
"cpu": {
|
|
|
|
"interval": 1,
|
|
|
|
"format": " {usage}%"
|
|
|
|
}
|
2024-10-25 11:48:49 +00:00
|
|
|
}
|