waybar: add network and battery modules
This commit is contained in:
parent
2be9c73e46
commit
8f83358e04
1 changed files with 14 additions and 8 deletions
|
@ -1,18 +1,24 @@
|
|||
{
|
||||
"include": [
|
||||
"~/.config/waybar/modules/custom-music.jsonc",
|
||||
"~/.config/waybar/modules/custom-notifications.jsonc",
|
||||
"~/.config/waybar/modules/battery.jsonc",
|
||||
"~/.config/waybar/modules/cpu.jsonc",
|
||||
"~/.config/waybar/modules/memory.jsonc",
|
||||
"~/.config/waybar/modules/custom-gpu-usage.jsonc",
|
||||
"~/.config/waybar/modules/temperature-gpu.jsonc",
|
||||
"~/.config/waybar/modules/temperature-cpu.jsonc",
|
||||
"~/.config/waybar/modules/hyprland-workspaces.jsonc",
|
||||
"~/.config/waybar/modules/hyprland-language.jsonc",
|
||||
"~/.config/waybar/modules/tray.jsonc",
|
||||
"~/.config/waybar/modules/network.jsonc",
|
||||
"~/.config/waybar/modules/clock.jsonc",
|
||||
],
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["custom/music"],
|
||||
"modules-right": [
|
||||
"tray",
|
||||
"hyprland/language",
|
||||
"network",
|
||||
"custom/notifications",
|
||||
"battery",
|
||||
"memory",
|
||||
"cpu",
|
||||
"temperature#cpu",
|
||||
"custom/gpu-usage",
|
||||
"temperature#gpu",
|
||||
"clock#cl1",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue