citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

colorpick (118B)


      1 #!/usr/bin/env bash
      2 
      3 picked=$(colorpicker --one-shot --short)
      4 
      5 <<<"$picked" tr -d "\n$" | xclip
      6 notify-send "$picked"