✨ feat(pacseek): added a pacman/yay ui for searching packages
This commit is contained in:
parent
1011c10cfa
commit
0bd66e34e2
4 changed files with 50 additions and 1 deletions
|
@ -3,4 +3,4 @@ abbr -a r --function projectdo_run
|
|||
abbr -a t --function projectdo_test
|
||||
abbr -a p --function projectdo_tool
|
||||
abbr -a y yadm
|
||||
|
||||
abbr -a pse pacseek
|
||||
|
|
15
.config/pacseek/colors.json
Normal file
15
.config/pacseek/colors.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"Transparent": true,
|
||||
"Accent": "b7bdf8",
|
||||
"Title": "b7bdf8",
|
||||
"SearchBar": "24273a",
|
||||
"PackagelistSourceRepository": "a6da95",
|
||||
"PackagelistSourceAUR": "8aadf4",
|
||||
"PackagelistHeader": "eed49f",
|
||||
"SettingsFieldBackground": "24273a",
|
||||
"SettingsFieldText": "cad3f5",
|
||||
"SettingsFieldLabel": "cad3f5",
|
||||
"SettingsDropdownNotSelected": "8bd5ca",
|
||||
"StylePKGBUILD": "catppuccin-macchiato",
|
||||
"Comments": "Examples for StylePKGBUILD can be found here: https://xyproto.github.io/splash/docs/all.html"
|
||||
}
|
33
.config/pacseek/config.json
Normal file
33
.config/pacseek/config.json
Normal 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": "yay -S",
|
||||
"UninstallCommand": "yay -Rs",
|
||||
"SysUpgradeCommand": "yay",
|
||||
"SearchMode": "Contains",
|
||||
"SearchBy": "Name",
|
||||
"CacheExpiry": 10,
|
||||
"DisableCache": false,
|
||||
"ColorScheme": "Custom",
|
||||
"BorderStyle": "Round",
|
||||
"ShowPkgbuildCommand": "curl -s \"{url}\"|less",
|
||||
"ShowPkgbuildInternally": true,
|
||||
"ComputeRequiredBy": false,
|
||||
"GlyphStyle": "Pipes",
|
||||
"DisableNewsFeed": false,
|
||||
"FeedURLs": "https://archlinux.org/feeds/news/",
|
||||
"FeedMaxItems": 5,
|
||||
"SaveWindowLayout": false,
|
||||
"LeftProportion": 4,
|
||||
"Transparent": true,
|
||||
"PackageColumnWidth": 0,
|
||||
"EnableAutoSuggest": false
|
||||
}
|
1
.github/README.md
vendored
1
.github/README.md
vendored
|
@ -65,6 +65,7 @@ Here is some _small_ information about my setup:
|
|||
- **Git UI**: Lazygit ([Config](../.config/lazygit/))
|
||||
- **Npm Manager UI**: Lazynpm
|
||||
- **Docker UI**: Lazydocker
|
||||
- **Arch Package Search UI**: [Pacseek](https://github.com/moson-mo/pacseek) ([Config](../.config/pacseek/))
|
||||
- **Audio Visualizer**: Cava ([Config](../.config/cava/))
|
||||
- **System Monitor**: btop ([Config](../.config/btop/))
|
||||
- **GPU Monitor**: nvtop
|
||||
|
|
Loading…
Add table
Reference in a new issue