Add taskbar to waybar
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
"hyprland/workspaces"
|
"hyprland/workspaces"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
modules-center = [
|
||||||
|
"wlr/taskbar"
|
||||||
|
];
|
||||||
|
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"cpu"
|
"cpu"
|
||||||
"tray"
|
"tray"
|
||||||
@@ -27,6 +31,10 @@
|
|||||||
clock = {
|
clock = {
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"wlr/taskbar" = {
|
||||||
|
on-click = "activate";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user