34 lines
840 B
JSON
34 lines
840 B
JSON
|
|
{
|
|
"include": [
|
|
"~/.config/waybar/modules/custom-logo.jsonc",
|
|
"~/.config/waybar/modules/custom-notifications.jsonc",
|
|
"~/.config/waybar/modules/clock-1.jsonc",
|
|
"~/.config/waybar/modules/pulseaudio.jsonc",
|
|
"~/.config/waybar/modules/cpu.jsonc",
|
|
"~/.config/waybar/modules/memory.jsonc",
|
|
"~/.config/waybar/modules/temperature.cpu.jsonc",
|
|
"~/.config/waybar/modules/battery.jsonc",
|
|
"~/.config/waybar/modules/network.jsonc",
|
|
"~/.config/waybar/modules/wireguard.jsonc",
|
|
"~/.config/waybar/modules/docker.jsonc",
|
|
],
|
|
"modules-left": [
|
|
"custom/arch",
|
|
"clock#cl1",
|
|
],
|
|
"modules-center": [
|
|
"cpu",
|
|
"memory",
|
|
"temperature#cpu",
|
|
"battery",
|
|
],
|
|
"modules-right": [
|
|
"custom/docker",
|
|
"custom/wireguard",
|
|
"network",
|
|
"pulseaudio",
|
|
"custom/notifications",
|
|
],
|
|
}
|