Add ArchUpdater widget and service; update settings for Arch updates
This commit is contained in:
parent
b85d68f4cb
commit
85e9031df8
5 changed files with 285 additions and 2 deletions
|
|
@ -127,6 +127,17 @@ ColumnLayout {
|
|||
Settings.data.bar.alwaysShowBatteryPercentage = checked
|
||||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
visible: ArchUpdaterService.isArchBased
|
||||
label: "Show Arch Updater"
|
||||
description: "Show the Arch Linux updates widget."
|
||||
checked: Settings.data.bar.showArchUpdater
|
||||
onToggled: checked => {
|
||||
Settings.data.bar.showArchUpdater = checked
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue