From 0bd66e34e20ae0390d96f0ff615c8febb9120f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 27 Oct 2023 14:39:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(pacseek):=20added=20a=20pacman?= =?UTF-8?q?/yay=20ui=20for=20searching=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/abbreviations.fish | 2 +- .config/pacseek/colors.json | 15 +++++++++++++++ .config/pacseek/config.json | 33 +++++++++++++++++++++++++++++++++ .github/README.md | 1 + 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 .config/pacseek/colors.json create mode 100644 .config/pacseek/config.json 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