Feat: Add optional extended tooltip for updates module (#866)
* added optional extended tooltip for updates module * Apply suggestions from code review Linter fixes * Update scripts/checkUpdates.sh Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> * Update scripts/checkUpdates.sh Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com> --------- Co-authored-by: Mara <mara.dawn69@gmail.com> Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -237,6 +237,17 @@ export const CustomModuleSettings = (): JSX.Element => {
|
||||
title="Check Updates Command"
|
||||
type="string"
|
||||
/>
|
||||
<Option
|
||||
opt={options.bar.customModules.updates.updateTooltipCommand}
|
||||
title="Check Updates Tooltip Command"
|
||||
type="string"
|
||||
/>
|
||||
<Option
|
||||
opt={options.bar.customModules.updates.extendedTooltip}
|
||||
title="Show Extended Tooltip"
|
||||
subtitle="Lists packages with updates. Arch only."
|
||||
type="boolean"
|
||||
/>
|
||||
<Option
|
||||
opt={options.bar.customModules.updates.icon.pending}
|
||||
title="Updates Available Icon"
|
||||
|
||||
Reference in New Issue
Block a user