dotfiles/components/waybar/waybar.jsonc
2024-09-13 22:06:26 +05:00

81 lines
1.6 KiB
Plaintext

{
"position": "bottom",
"height": 29,
// "width": 900,
"spacing": 0,
// "margin-bottom": 5,
"layer": "top",
"modules-left": ["custom/power", "custom/runner", "hyprland/workspaces"],
"modules-center": ["hyprland/window"],
"modules-right": ["custom/lbracket", "tray", "custom/rbracket", "custom/batmon", "wireplumber", "hyprland/language", "clock"],
"custom/power": {
"format": "[POWER]",
"on-click": "~/.config/hypr/bin/powermenu"
},
"custom/runner": {
"format": "[RUN]",
"on-click": "~/.config/hypr/bin/runner"
},
"custom/batmon": {
"format": "[BAT: {}]",
"exec": "~/.config/hypr/bin/batmon"
},
"custom/rbracket": {
"format": "]"
},
"custom/lbracket": {
"format": "["
},
"hyprland/window": {
"format": "[{}]",
"rewrite": {
},
"separate-outputs": true
},
"hyprland/workspaces": {
"format": "[{name}]",
"on-click": "activate",
"tooltip": false,
"persistent_workspaces": {
"*": 1,
"*": 2,
"*": 3,
"*": 4,
"*": 5
}
},
"tray": {
"icon-size": 14,
"spacing": 8,
"show-passive-items": true
},
"wireplumber": {
"scroll-step": 2,
"format": "[VOL: {volume}%]",
"format-muted": "[VOL: mute]",
"on-click": "pavucontrol",
"max-volume": 100
},
"hyprland/language": {
"format": "[LANG: {}]",
"format-en": "ENG",
"format-ru": "RUS"
},
"clock": {
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "[DATE: {:%Y-%m-%d}]",
"format": "[TIME: {:%H:%M}]",
"timezone": "Asia/Yekaterinburg"
}
}