Files
dotfiles/waybar/waybar.config
Tobias Maier cb26bbcd56 fix
2022-08-07 21:29:09 +02:00

54 lines
1.2 KiB
Plaintext

{
"layer": "top",
"modules-left": ["river/tags"],
"modules-center": ["river/window"],
"modules-right": ["tray", "battery", "pulseaudio","cpu", "temperature" ,"clock"],
"pulseaudio": {
"tooltip": false,
"scroll-step": 5,
"format": "{icon} {volume}%",
"format-muted": "婢 0%",
"on-click":"amixer -D pulse Master 1+ toggle",
"scroll-step": 5,
"format-icons": {
"default": ["", "", ""]
}
},
"temperature": {
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
"format": "{temperatureC}°C "
},
"river/window": {
"format": "{}",
"max-length": 90
},
"battery": {
"states": {
"good": 100,
"warning": 30,
"critical": 20
},
"format": "{icon} {capacity}%",
"format-charging": "{icon} {capacity}%",
"format-plugged": "{icon} {capacity}%",
"format-alt": "{time} {icon}",
"format-icons": ["", "", "", "", ""]
},
"tray":{
"icon-size":18,
"show-passive-items":true,
"spacing": 10,
"reverse-direction": true
},
"clock": {
"interval": 60,
"format": "{:%H:%M}",
"max-length": 25
},
"cpu": {
"interval": 10,
"format": "{icon} {usage}% - {avg_frequency}",
"max-length": 10,
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
}
}