fixed waybar finally

This commit is contained in:
2026-03-25 22:09:06 +00:00
parent 3dab44a55e
commit 1705fb60c3
2 changed files with 1 additions and 27 deletions

View File

@@ -16,8 +16,8 @@
"modules-right": [
"network",
"bluetooth",
"battery",
"custom/notifs",
"battery",
"clock"
]
}

View File

@@ -1,26 +0,0 @@
{
"include": [
"~/.config/waybar/modules.jsonc"
],
"height": 20,
"margin": "3 6",
"reload_style_on_change": true,
"position": "top",
"modules-left": [
"custom/logo",
"hyprland/workspaces"
],
"modules-center": [
"mpris"
],
"modules-right": [
"network",
"bluetooth",
"custom/notifs",
"battery",
"memory",
"cpu",
"custom/swaync",
"clock"
]
}