Compare commits

...

2 Commits

Author SHA1 Message Date
SGS 7204ff360d Update PKGBUILD 2023-10-05 16:00:54 +02:00
Jeremy Ross a347c39224 Add etc/skel/.config/pacseek/config.json
Add a config for pacseek which is set to use paru as the default helper instead of yay.
2023-10-05 09:42:21 -04:00
2 changed files with 34 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Librewish <librewish@gmail.com>
pkgname=garuda-common-settings
pkgver=2.6.16
pkgver=2.6.17
pkgrel=1
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"

View File

@ -0,0 +1,33 @@
{
"AurRpcUrl": "https://aurapi.moson.org/rpc",
"AurTimeout": 5000,
"AurSearchDelay": 500,
"AurUseDifferentCommands": false,
"AurInstallCommand": "",
"AurUpgradeCommand": "",
"DisableAur": false,
"MaxResults": 500,
"PacmanDbPath": "/var/lib/pacman/",
"PacmanConfigPath": "/etc/pacman.conf",
"InstallCommand": "paru -S",
"UninstallCommand": "paru -Rs",
"SysUpgradeCommand": "paru",
"SearchMode": "Contains",
"SearchBy": "Name",
"CacheExpiry": 10,
"DisableCache": false,
"ColorScheme": "Arch Linux",
"BorderStyle": "Double",
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
"ShowPkgbuildInternally": true,
"ComputeRequiredBy": false,
"GlyphStyle": "Angled-No-X",
"DisableNewsFeed": false,
"FeedURLs": "https://archlinux.org/feeds/news/",
"FeedMaxItems": 5,
"SaveWindowLayout": false,
"LeftProportion": 4,
"Transparent": false,
"PackageColumnWidth": 0,
"EnableAutoSuggest": false
}