forked from cromer/pamac-classic
27 lines
701 B
Plaintext
27 lines
701 B
Plaintext
### Pamac configuration file
|
|
|
|
## When removing a package, also remove those dependencies
|
|
## that are not required by other packages (recurse option):
|
|
#RemoveUnrequiredDeps
|
|
|
|
## How often to check for updates, value in hours (0 to disable):
|
|
RefreshPeriod = 6
|
|
|
|
## When there are no updates available, hide the tray icon:
|
|
#NoUpdateHideIcon
|
|
|
|
## Number of versions of each package to keep in the cache:
|
|
KeepNumPackages = 3
|
|
|
|
## Remove only the versions of uninstalled packages when clean cache:
|
|
#OnlyRmUninstalled
|
|
|
|
## Terminal background color
|
|
BackgroundColor = rgb(0,0,0)
|
|
|
|
## Terminal foreground color
|
|
ForegroundColor = rgb(255,255,255)
|
|
|
|
## The font used in the terminal
|
|
TerminalFont = Monospace Regular 12
|