adds overview, removes old stuff
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// WallpaperWidget.qml - pill that opens the wallpaper changer popup
|
||||
import QtQuick
|
||||
import ".."
|
||||
|
||||
Pill {
|
||||
id: root
|
||||
onClicked: GlobalStates.popups.toggle("wallpaper", mapToItem(null, width / 2, 0).x)
|
||||
|
||||
Text {
|
||||
text: " "
|
||||
font { family: Theme.fontMono; pixelSize: Theme.fontSize }
|
||||
color: Theme.pillText
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user