waybar: add network and battery modules

This commit is contained in:
Petar Kapriš 2025-05-09 21:36:15 +02:00
parent a0a2ecbee2
commit 8182f6271d

View file

@ -1,5 +1,6 @@
{ {
"include": [ "include": [
"~/.config/waybar/modules/battery.jsonc",
"~/.config/waybar/modules/custom-wf-recorder.jsonc", "~/.config/waybar/modules/custom-wf-recorder.jsonc",
"~/.config/waybar/modules/custom-updates.jsonc", "~/.config/waybar/modules/custom-updates.jsonc",
"~/.config/waybar/modules/custom-music.jsonc", "~/.config/waybar/modules/custom-music.jsonc",
@ -8,6 +9,7 @@
"~/.config/waybar/modules/custom-weather.jsonc", "~/.config/waybar/modules/custom-weather.jsonc",
"~/.config/waybar/modules/hyprland-language.jsonc", "~/.config/waybar/modules/hyprland-language.jsonc",
"~/.config/waybar/modules/hyprland-workspaces.jsonc", "~/.config/waybar/modules/hyprland-workspaces.jsonc",
"~/.config/waybar/modules/network.jsonc",
"~/.config/waybar/modules/clock-1.jsonc", "~/.config/waybar/modules/clock-1.jsonc",
"~/.config/waybar/modules/pulseaudio.jsonc", "~/.config/waybar/modules/pulseaudio.jsonc",
], ],
@ -19,6 +21,8 @@
], ],
"modules-center": ["custom/music"], "modules-center": ["custom/music"],
"modules-right": [ "modules-right": [
"network",
"battery",
"custom/updates", "custom/updates",
"hyprland/language", "hyprland/language",
"custom/weather", "custom/weather",