Files
mydots/.config/waybar/modules
2024-11-26 19:29:40 +05:00

70 lines
1.2 KiB
Plaintext

{
"pulseaudio": {
"scroll-step": "5",
"format": "{icon} {volume}%",
"format-icons": {
"default": [" ", " ", " "]
},
"on-click": "pavucontrol",
"tooltip": false
},
"hyprland/language": {
"format": "{}",
"format-en": "EN",
"format-ru": "RU"
},
"custom/clock": {
"exec": "date +'%H:%M'",
"interval": "1",
"tooltip": false
},
"custom/menu": {
"format": "{icon}",
"format-icons": "  ",
"on-click": "wofi --show drun -c ~/.config/wofi/config -s ~/.config/wofi/style.css",
"escape": true,
"tooltip": false
},
"hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"all-outputs": "true",
"format-icons": {
"1": "一",
"2": "二",
"3": "三",
"4": "四",
"5": "五",
"6": "六"
},
"persistent-workspaces": {
"1": "HDMI-A-2",
"2": "HDMI-A-2",
"3": "HDMI-A-2",
"4": "HDMI-A-2",
"5": "HDMI-A-2",
"6": "HDMI-A-2"
},
},
"cpu": {
"interval": 10,
"format": "{}%  ",
"max-length": 10
},
"memory": {
"interval": 30,
"format": "{}%  ",
"max-length": 10
},
"hyprland/submap": {
"format": "✌️ {}",
"max-length": 8,
"tooltip": false
}
}