forked from Shinonome/dots-hyprland
add bg, taskbar items
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import qs.services
|
||||
import qs.modules.common
|
||||
import qs.modules.waffle.looks
|
||||
|
||||
AppButton {
|
||||
id: root
|
||||
|
||||
required property var toplevel
|
||||
readonly property bool isSeparator: toplevel.appId === "SEPARATOR"
|
||||
readonly property var desktopEntry: DesktopEntries.heuristicLookup(toplevel.appId)
|
||||
|
||||
Layout.fillHeight: true
|
||||
|
||||
iconName: toplevel.appId
|
||||
}
|
||||
Reference in New Issue
Block a user