waybar: add network and battery modules
This commit is contained in:
parent
a0a2ecbee2
commit
8182f6271d
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue