dotfiles/dot-config/waybar/waybar.jsonc

76 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-10-25 11:48:49 +00:00
{
"position": "bottom",
2024-11-29 13:18:48 +00:00
"height": 36,
"width": 900,
2024-10-25 11:48:49 +00:00
"spacing": 0,
2024-11-29 13:18:48 +00:00
"margin-bottom": 0,
"layer": "top",
"modules-left": ["tray"],
"modules-center": ["hyprland/workspaces"],
"modules-right": ["wireplumber", "hyprland/language", "clock"],
2024-10-25 11:48:49 +00:00
"custom/power": {
2024-11-29 13:18:48 +00:00
"format": "",
"on-click": "~/.config/hypr/bin/powermenu"
},
2024-10-25 11:48:49 +00:00
2024-11-29 13:18:48 +00:00
"custom/runner": {
"format": "",
"on-click": "hyprlauncher"
},
2024-10-25 11:48:49 +00:00
2024-11-29 13:18:48 +00:00
"hyprland/workspaces": {
2024-10-25 11:48:49 +00:00
"format": "{name}",
"on-click": "activate",
"tooltip": false,
2024-11-29 13:18:48 +00:00
"persistent_workspaces": {
"*": 1
}
2024-10-25 11:48:49 +00:00
},
2024-11-29 13:18:48 +00:00
"tray": {
2024-10-25 11:48:49 +00:00
"icon-size": 14,
"spacing": 15
2024-11-29 13:18:48 +00:00
},
"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}%"
},
"wireplumber": {
2024-10-25 11:48:49 +00:00
"scroll-step": 2,
"format": "{icon} {volume}%",
2024-11-29 13:18:48 +00:00
"format-icons":["", "", ""],
"format-muted": " mute",
2024-10-25 11:48:49 +00:00
"on-click": "pavucontrol",
"max-volume": 100
},
"hyprland/language": {
2024-11-29 13:18:48 +00:00
"format": " {}",
2024-10-25 11:48:49 +00:00
"format-en": "Eng",
"format-ru": "Rus"
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
2024-11-29 13:18:48 +00:00
"format-alt": "{:%Y-%m-%d}",
"format": "{:%H:%M}",
"timezone": "Asia/Yekaterinburg"
2024-10-25 11:48:49 +00:00
}
}