Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
This commit is contained in:
commit
9dcefa4357
3 changed files with 25 additions and 0 deletions
|
|
@ -127,6 +127,15 @@ ColumnLayout {
|
|||
Settings.data.bar.alwaysShowBatteryPercentage = checked
|
||||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
label: "Show Workspace Names"
|
||||
description: "Show the workspace names on the workspace indicators"
|
||||
checked: Settings.data.bar.showWorkspaceNames
|
||||
onToggled: checked => {
|
||||
Settings.data.bar.showWorkspaceNames = checked
|
||||
}
|
||||
}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue