83 lines
1.8 KiB
Plaintext
83 lines
1.8 KiB
Plaintext
{
|
|
"layer": "top",
|
|
"modules-left": ["custom/powermenu", "river/tags", "temperature"],
|
|
"modules-center": ["river/window"],
|
|
"modules-right": ["battery","backlight", "pulseaudio", "custom/mic","custom/cpu","custom/clock", "tray"],
|
|
"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": ["", "", ""]
|
|
}
|
|
},
|
|
"custom/powermenu": {
|
|
"format": "",
|
|
"interval": "once",
|
|
/*"exec": "checkupdates | wc -l",*/
|
|
"on-click": "~/.config/waybar/modules/powermenu.sh",
|
|
"tooltip": false,
|
|
"signal": 8
|
|
},
|
|
|
|
"river/tags": {
|
|
"tag-labels":[
|
|
"",
|
|
"",
|
|
"ﭮ",
|
|
"",
|
|
"",
|
|
"",
|
|
""
|
|
],
|
|
"disable-click": false,
|
|
"num-tags": 7
|
|
},
|
|
"temperature": {
|
|
"hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
|
"format": "{temperatureC}°C "
|
|
},
|
|
"river/window": {
|
|
"format": "{}",
|
|
"max-length": 90
|
|
},
|
|
"backlight": {
|
|
"device": "amdgpu_b10",
|
|
"format": "{icon} {}%",
|
|
"format-icons": ["", ""],
|
|
"interval": 1
|
|
},
|
|
"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
|
|
},
|
|
"custom/clock": {
|
|
"interval": 1,
|
|
"return-type": "string",
|
|
"exec": "~/.config/waybar/modules/datetime.sh",
|
|
"tooltip": false
|
|
},
|
|
"custom/cpu": {
|
|
"interval": 1,
|
|
"return-type": "string",
|
|
"exec": "~/.config/waybar/modules/cpu.sh",
|
|
"tooltip": false
|
|
},
|
|
} |