forked from Shinonome/dots-hyprland
waffles: functioning search
This commit is contained in:
@@ -19,11 +19,14 @@ QtObject {
|
||||
}
|
||||
property var actions: []
|
||||
|
||||
// Stuff needed for DesktopEntry objects
|
||||
// Stuff needed for DesktopEntry
|
||||
property string id: ""
|
||||
property bool shown: true
|
||||
property string comment: ""
|
||||
property bool runInTerminal: false
|
||||
property string genericName: ""
|
||||
property list<string> keywords: []
|
||||
|
||||
// Extra stuff to allow for more flexibility
|
||||
property string category: type
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ ScrollBar {
|
||||
policy: ScrollBar.AsNeeded
|
||||
topPadding: Appearance.rounding.normal
|
||||
bottomPadding: Appearance.rounding.normal
|
||||
active: hovered || pressed
|
||||
|
||||
contentItem: Rectangle {
|
||||
implicitWidth: 4
|
||||
|
||||
Reference in New Issue
Block a user