|
|
- <schemalist>
- <schema id="org.pamac.main" path="/org/pamac/main/" gettext-domain="pamac">
- <key name="remove-unrequired-deps" type="b">
- <default>false</default>
- <summary>Remove unrequired dependencies</summary>
- <description>
- When removing a package, also remove those dependencies that are not required by other packages (recurse option)
- </description>
- </key>
- <key name="refresh-period" type="t">
- <default>6</default>
- <summary>Refresh period</summary>
- <description>
- How often to check for updates, value in hours (0 to disable)
- </description>
- </key>
- <key name="no-update-hide-icon" type="b">
- <default>true</default>
- <summary>Hide icon if there are no updates</summary>
- <description>
- When there are no updates available, hide the tray icon
- </description>
- </key>
- <key name="keep-num-packages" type="t">
- <default>3</default>
- <summary>Numer of packages to keep</summary>
- <description>
- Number of versions of each package to keep in the cache
- </description>
- </key>
- <key name="only-rm-uninstalled" type="b">
- <default>false</default>
- <summary>Remove only uninstalled packages when cleaning cache</summary>
- <description>
- Remove only the versions of uninstalled packages when clean cache
- </description>
- </key>
- <key name="background-color" type="s">
- <default l10n="messages">"rgb(0,0,0)"</default>
- <summary>Terminal background color</summary>
- <description>
- Terminal background color
- </description>
- </key>
- <key name="foreground-color" type="s">
- <default l10n="messages">"rgb(255,255,255)"</default>
- <summary>Terminal foreground color</summary>
- <description>
- Terminal foreground color
- </description>
- </key>
- <key name="terminal-font" type="s">
- <default l10n="messages">"Monospace Regular 12"</default>
- <summary>Terminal font</summary>
- <description>
- The font used in the terminal
- </description>
- </key>
- </schema>
- </schemalist>
|