Files
Laptop-Rice/waybar/config

30 lines
607 B
Plaintext

{
"layer": "top",
"position": "top",
"modules-left": ["image", "sway/workspaces"],
"modules-center" : ["cpu", "memory", "disk", "pulseaudio", "battery", "network"],
"modules-right": ["clock"],
"image":{
"path": "/home/thomas/Pictures/alpidebian.png",
"size": 20,
},
"cpu": {
"format": "[CPU : {avg_frequency}%]"
},
"memory": {
"format": "[RAM : {percentage}%]"
},
"disk": {
"format": "[Disk : {percentage_used}%]"
},
"pulseaudio":{
"format": "[Vol : {volume}%]"
},
"battery": {
"format": "[BAT : {capacity}%]"
},
"network": {
"format": "[Net : {bandwidthTotalBytes}]"
}
}