forked from Shinonome/dots-hyprland
welcome: add bar style
This commit is contained in:
@@ -122,6 +122,24 @@ ApplicationWindow {
|
|||||||
ContentPage {
|
ContentPage {
|
||||||
id: contentColumn
|
id: contentColumn
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
ContentSection {
|
||||||
|
title: "Bar style"
|
||||||
|
|
||||||
|
ConfigSelectionArray {
|
||||||
|
currentValue: ConfigOptions.bar.cornerStyle
|
||||||
|
configOptionName: "bar.cornerStyle"
|
||||||
|
onSelected: (newValue) => {
|
||||||
|
ConfigLoader.setConfigValueAndSave("bar.cornerStyle", newValue);
|
||||||
|
}
|
||||||
|
options: [
|
||||||
|
{ displayName: "Hug", value: 0 },
|
||||||
|
{ displayName: "Float", value: 1 },
|
||||||
|
{ displayName: "Plain rectangle", value: 2 }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ContentSection {
|
ContentSection {
|
||||||
title: "Style & wallpaper"
|
title: "Style & wallpaper"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user