Merge pull request 'Add taskbar to waybar' (#12) from feature/waybar-taskbar into master
Reviewed-on: #12
This commit is contained in:
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user