63 lines
1.1 KiB
JSON
63 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"position": "bottom",
|
||
|
|
"height": 45,
|
||
|
|
"modules-left": [ "custom/workspace" ],
|
||
|
|
"modules-right": [ "user", "hyprland/language", "pulseaudio", "clock" ],
|
||
|
|
|
||
|
|
"clock": {
|
||
|
|
"interval": 60,
|
||
|
|
"format": "{:%H:%M}",
|
||
|
|
"tooltip": false
|
||
|
|
},
|
||
|
|
|
||
|
|
"pulseaudio": {
|
||
|
|
"scroll-step": "5",
|
||
|
|
"format": "{icon} {volume}",
|
||
|
|
"format-icons": {
|
||
|
|
"default": [" ", " ", " "]
|
||
|
|
},
|
||
|
|
"on-click": "pavucontrol",
|
||
|
|
"tooltip": false
|
||
|
|
},
|
||
|
|
|
||
|
|
"hyprland/language": {
|
||
|
|
"format": "{}",
|
||
|
|
"format-en": "us",
|
||
|
|
"format-ru": "ru"
|
||
|
|
},
|
||
|
|
|
||
|
|
"cpu": {
|
||
|
|
"interval": 10,
|
||
|
|
"format": "{}% ",
|
||
|
|
"max-length": 10
|
||
|
|
},
|
||
|
|
|
||
|
|
"memory": {
|
||
|
|
"interval": 30,
|
||
|
|
"format": "{}% ",
|
||
|
|
"max-length": 10
|
||
|
|
},
|
||
|
|
|
||
|
|
"custom/menu": {
|
||
|
|
"format": "{icon}",
|
||
|
|
"format-icons": " ",
|
||
|
|
"on-click": "rofi -show drun -config ~/.config/rofi/rofi.rasi",
|
||
|
|
"escape": true,
|
||
|
|
"tooltip": false
|
||
|
|
},
|
||
|
|
|
||
|
|
"custom/workspace": {
|
||
|
|
"format": "{text}",
|
||
|
|
"exec": "~/.config/waybar/ws.sh",
|
||
|
|
"markup": true
|
||
|
|
},
|
||
|
|
|
||
|
|
"user": {
|
||
|
|
"format": "{work_d} ",
|
||
|
|
"interval": 60,
|
||
|
|
"height": 30,
|
||
|
|
"width": 30,
|
||
|
|
"icon": true
|
||
|
|
}
|
||
|
|
}
|