Add taskbar to waybar

This commit is contained in:
2026-01-21 10:15:35 +01:00
parent c1af6431a0
commit 731bfa3c60

View File

@@ -12,6 +12,10 @@
modules-left = [ modules-left = [
"hyprland/workspaces" "hyprland/workspaces"
]; ];
modules-center = [
"wlr/taskbar"
];
modules-right = [ modules-right = [
"cpu" "cpu"
@@ -27,6 +31,10 @@
clock = { clock = {
tooltip = false; tooltip = false;
}; };
"wlr/taskbar" = {
on-click = "activate";
};
}; };
}; };
} }