dotfiles/dot-config/waybar/waybar.jsonc
2025-01-11 14:55:22 +05:00

103 lines
2.3 KiB
Plaintext

{
"position": "bottom",
"height": 36,
"width": 0,
"spacing": 0,
"margin-top": -12,
"margin-bottom": 5,
"margin-left": 10,
"margin-right": 10,
"layer": "top",
"modules-left": [
"tray",
"memory",
"cpu"
],
"modules-center": [
"hyprland/workspaces"
],
"modules-right": [
"wireplumber",
"backlight",
"battery",
"hyprland/language",
"clock"
],
"custom/power": {
"format": "",
"on-click": "~/.config/hypr/bin/powermenu"
},
"custom/runner": {
"format": "",
"on-click": "hyprlauncher"
},
"hyprland/workspaces": {
"format": "{name}",
"on-click": "activate",
"tooltip": false,
"persistent_workspaces": {
"*": 1
}
},
"tray": {
"icon-size": 14,
"spacing": 15
},
"battery": {
"bat": "qcom-battery",
"interval": 1,
"states": {
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-icons": [
"",
"",
"",
"",
""
],
"max-length": 25
},
"backlight": {
"device": "ktz8866-backlight",
"format": " {percent}%",
"on-scroll-up": "brightnessctl set 1%+",
"on-scroll-down": "brightnessctl set 1%-"
},
"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",
"on-click": "pkill -34 wvkbd-mobintl"
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%Y-%m-%d}",
"format": "{:%H:%M}",
"timezone": "Asia/Yekaterinburg"
},
"memory": {
"interval": 1,
"format": " {used:0.1f}G"
},
"cpu": {
"interval": 1,
"format": " {usage}%"
}
}