mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-21 08:19:58 -05:00
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