diff --git a/.config/fish/abbreviations.fish b/.config/fish/abbreviations.fish index 5928fd9e..27c52f2a 100644 --- a/.config/fish/abbreviations.fish +++ b/.config/fish/abbreviations.fish @@ -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 diff --git a/.config/pacseek/colors.json b/.config/pacseek/colors.json new file mode 100644 index 00000000..d29894ce --- /dev/null +++ b/.config/pacseek/colors.json @@ -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" +} diff --git a/.config/pacseek/config.json b/.config/pacseek/config.json new file mode 100644 index 00000000..f51c53d3 --- /dev/null +++ b/.config/pacseek/config.json @@ -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 +} diff --git a/.github/README.md b/.github/README.md index 919d3181..a5661015 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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