init
This commit is contained in:
33
waybar/bars/main.jsonc
Normal file
33
waybar/bars/main.jsonc
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
{
|
||||
"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",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user