.dotfiles/waybar/config

75 lines
1.6 KiB
Plaintext

{
"layer": "top",
"modules-left": ["hyprland/workspaces","cpu","memory","tray"],
"modules-center": [],
"modules-right": ["clock","hyprland/language","backlight","pulseaudio","network","battery"],
"pulseaudio": {
"tooltip": false,
"scroll-step": 5,
"format": "{icon} {volume}%",
"format-muted": "{icon} {volume}%",
"on-click":"pactl set-sink-mute @DEFAULT_SINK@ toggle",
"format-icons": {
"default": ["", "", ""]
}
},
"hyprland/workspaces": {
"format": "{icon}",
"show-special": true,
},
"hyprland/language": {
"format-en": "🍔",
"format-ru": "🐻",
},
"network": {
"tooltip": false,
"format-wifi": " {essid}",
"format-ethernet": ""
},
"backlight": {
"tooltip": false,
"format": " {}%",
"interval":1,
"on-scroll-up": "light -A 5",
"on-scroll-down": "light -U 5"
},
"battery": {
"states": {
"good": 95,
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"tray":{
"icon-size":18,
"spacing": 10
},
"clock": {
"format": "{:%H:%M %d/%m/%y}",
},
"cpu": {
"interval": 15,
"format": " {}%",
"max-length": 10
},
"memory": {
"interval": 30,
"format": " {}%",
"max-length": 10
},
"custom/launcher":{
"format": " ",
"on-click": "wofi --show drun",
"on-click-right": "killall rofi"
}
}