rename to Look And Feel
This commit is contained in:
parent
618fc22e80
commit
0ccb3f19f6
2 changed files with 2 additions and 3 deletions
40
modules/configuration/LookAndFeel.qml
Normal file
40
modules/configuration/LookAndFeel.qml
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.components
|
||||
import qs.components.composite
|
||||
import qs.config
|
||||
import qs.services
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Qt.labs.folderlistmodel 2.9
|
||||
import Quickshell.Widgets
|
||||
|
||||
ColumnLayout {
|
||||
StyledPane {
|
||||
GridLayout {
|
||||
|
||||
columnSpacing: Styling.layout.spacing.xl
|
||||
|
||||
StyledText {
|
||||
text: "Theme"
|
||||
font.pixelSize: Styling.typography.textSize.lg
|
||||
}
|
||||
|
||||
ThemeComboBox {}
|
||||
}
|
||||
}
|
||||
// StyledPane {
|
||||
// WallpaperList {}
|
||||
// }
|
||||
|
||||
StyledPane {
|
||||
padding: 2
|
||||
ClippingWrapperRectangle {
|
||||
|
||||
radius: Styling.theme.radiusBox
|
||||
color: "transparent"
|
||||
|
||||
WallpaperList {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue