forked from Shinonome/dots-hyprland
wbar: add tooltip and stuff
This commit is contained in:
@@ -16,4 +16,9 @@ AppButton {
|
||||
onClicked: {
|
||||
GlobalStates.overviewOpen = !GlobalStates.overviewOpen;
|
||||
}
|
||||
|
||||
BarToolTip {
|
||||
extraVisibleCondition: root.shouldShowTooltip
|
||||
text: Translation.tr("Task View") // Should be a preview of workspaces, but we'll have this for now...
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user