96 lines
2.5 KiB
Plaintext
96 lines
2.5 KiB
Plaintext
{
|
|
"layer": "bottom",
|
|
"position": "bottom",
|
|
"height": 30,
|
|
"spacing": 4,
|
|
|
|
"modules-left": [
|
|
"sway/workspaces",
|
|
"sway/mode"
|
|
],
|
|
|
|
"modules-right": [
|
|
"custom/wireless",
|
|
"custom/bluetooth",
|
|
"custom/volume",
|
|
"custom/diskroot",
|
|
"custom/diskhome",
|
|
"custom/memory",
|
|
"custom/cpu_usage",
|
|
"custom/cpu_temp",
|
|
"custom/battery",
|
|
"custom/language",
|
|
"custom/pomodoro",
|
|
"custom/userhost",
|
|
"custom/time",
|
|
"tray"
|
|
],
|
|
|
|
"custom/wireless": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh wireless",
|
|
"interval": 10,
|
|
"return-type": "text"
|
|
},
|
|
"custom/diskroot": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh disk_root",
|
|
"interval": 30,
|
|
"return-type": "text"
|
|
},
|
|
"custom/diskhome": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh disk_home",
|
|
"interval": 30,
|
|
"return-type": "text"
|
|
},
|
|
"custom/memory": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh memory",
|
|
"interval": 5,
|
|
"return-type": "text"
|
|
},
|
|
"custom/cpu_usage": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh cpu_usage",
|
|
"interval": 5,
|
|
"return-type": "text"
|
|
},
|
|
"custom/cpu_temp": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh cpu_temp",
|
|
"interval": 5,
|
|
"return-type": "text"
|
|
},
|
|
"custom/bluetooth": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh bluetooth_battery",
|
|
"interval": 5,
|
|
"return-type": "text"
|
|
},
|
|
"custom/volume": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh volume",
|
|
"interval": 1,
|
|
"return-type": "text",
|
|
"signal": 1
|
|
},
|
|
"custom/pomodoro": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh pomodoro",
|
|
"interval": 1,
|
|
"return-type": "text",
|
|
"signal": 2
|
|
},
|
|
"custom/language": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh language",
|
|
"return-type": "text",
|
|
"signal": 3
|
|
},
|
|
"custom/userhost": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh userhost",
|
|
"return-type": "text",
|
|
},
|
|
"custom/battery": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh battery",
|
|
"interval": 30,
|
|
"return-type": "text"
|
|
},
|
|
"custom/time": {
|
|
"exec": "~/.config/waybar/scripts/builder.sh time",
|
|
"interval": 30,
|
|
"return-type": "text"
|
|
}
|
|
}
|