forked from Shinonome/dots-hyprland
welcome: add bar style
This commit is contained in:
@@ -122,6 +122,24 @@ ApplicationWindow {
|
||||
ContentPage {
|
||||
id: contentColumn
|
||||
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 {
|
||||
title: "Style & wallpaper"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user