Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flytaly/walker-colors
Color converter plugin for walker
https://github.com/flytaly/walker-colors
color-conversion
Last synced: 16 days ago
JSON representation
Color converter plugin for walker
- Host: GitHub
- URL: https://github.com/flytaly/walker-colors
- Owner: flytaly
- License: mit
- Created: 2024-07-19T23:23:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T22:58:22.000Z (5 months ago)
- Last Synced: 2024-11-06T06:12:04.719Z (2 months ago)
- Topics: color-conversion
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Walker-colors
Color converter plugin for [walker](https://github.com/abenz1267/walker) (wayland-native application runner).
![image](https://github.com/user-attachments/assets/345ef7a0-ca23-4530-a765-10256b3c2602)
## Usage
Node.js should be installed.
Copy the `converter.js` file from the /dist folder somewhere and add path to it to the walker configuration `~/.config/walker/config.json`Example:
```json
"plugins": [
{
"name": "colors",
"src": "node $HOME/.config/walker/plugins/walker-colors/dist/converter.js \"%TERM%\"",
"prefix": "col",
"keep_sort": true,
"show_sub_when_single": true,
"show_icon_when_single": true
},
```Now you can access it with the prefix `col` or by launching walker with the `-m colors` option.
```bash
walker -m colors
```## Usage as an assistant tool for color pickers
For example on Hyprland
```bash
hyprpicker | xargs walker -n -m colors -q
```