mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
COLOR=$(hyprpicker)
|
|
|
|
echo ${COLOR} | wl-copy -n
|
|
notify-send "Color Picker" ${COLOR}
|