91 lines
2.2 KiB
Plaintext
91 lines
2.2 KiB
Plaintext
{
|
|
"position": "bottom",
|
|
"height": 36,
|
|
"width": 1500,
|
|
"spacing": 0,
|
|
"margin-top": -22,
|
|
"margin-bottom": 5,
|
|
"layer": "top",
|
|
"modules-left": [
|
|
"tray",
|
|
"cpu",
|
|
"memory",
|
|
"custom/spotify"
|
|
],
|
|
"modules-center": [
|
|
"hyprland/workspaces"
|
|
],
|
|
"modules-right": [
|
|
"backlight",
|
|
"wireplumber",
|
|
"battery",
|
|
"hyprland/language",
|
|
"clock"
|
|
],
|
|
"custom/spotify": {
|
|
"format": "{}",
|
|
"hide-empty-text": true,
|
|
"return-type": "json",
|
|
"max-length": 40,
|
|
"exec": "~/.config/waybar/bin/spotify-info -l",
|
|
"on-click": "~/.config/waybar/bin/spotify-info -p",
|
|
"on-scroll-up": "~/.config/waybar/bin/spotify-info -N",
|
|
"on-scroll-down": "~/.config/waybar/bin/spotify-info -P"
|
|
},
|
|
"hyprland/workspaces": {
|
|
"format": "{name}",
|
|
"on-click": "activate",
|
|
"tooltip": false,
|
|
"persistent_workspaces": {
|
|
"*": 1
|
|
}
|
|
},
|
|
"tray": {
|
|
"icon-size": 14,
|
|
"spacing": 15
|
|
},
|
|
"wireplumber": {
|
|
"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",
|
|
"on-click": "missioncenter"
|
|
},
|
|
"cpu": {
|
|
"interval": 1,
|
|
"format": " {usage}%"
|
|
},
|
|
"battery": {
|
|
"bat": "BAT0",
|
|
"interval": 1,
|
|
"format-charging": " {capacity}%",
|
|
"format": "{icon} {capacity}%",
|
|
"format-icons": ["", "", "", "", ""]
|
|
},
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon} {percent}%",
|
|
"format-icons": [""]
|
|
}
|
|
}
|