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 = [
"hyprland/workspaces"
];
modules-center = [
"wlr/taskbar"
];
modules-right = [
"cpu"
@@ -27,6 +31,10 @@
clock = {
tooltip = false;
};
"wlr/taskbar" = {
on-click = "activate";
};
};
};
}