Color Picker implementation for JaKooLit Hyprland Dot files
Adaptation of the tool created by @flexiondotorg in this article: https://wimpysworld.com/posts/fuzzel-hyprpicker/
I have made small implementation changes (like starting in color picker mode for example), and adapted it to JaKooLit standard notification system and to account for wallust theme colors.
Technically the script can be adapted to work in any system with hyprpicker and fuzzel but it makes references to the JaKooLit wallust paths. Feel free to copy this script and make any changes necessary to adapt it in other environments.
Therefore, the instructions below assume you are using JaKooLit DOT files.
- Make sure you have all the following dependencies installed:
- hyprpicker
- fuzzel
- notify-send (for notifications - included in JaKooLit)
- wl-clipboard (for clipboard management)
- Copy all scripts into:
$HOME/.config/hypr/UserScripts/ - Make sure Fuzzel-Hyprpicker.sh is executable:
chmod +x $HOME/.config/hypr/UserScripts/Fuzzel-Hyprpicker.sh
- (Optional) Bind it to a custom keyboard shortcut.
For example, this binds the script to SUPER + SHIFT + C
bindd = $mainMod SHIFT, C, color picker, exec, $UserScripts/Fuzzel-Hyprpicker.sh