windwp / rofi-color-picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Picker list for Rofi

preview

I generated this Color Picker lists to be used as a quick search/select tool utilizing rofi, xclip and xdotool.

Material Color Chart

Requirements

  • Obviously you will need Rofi.
  • The actual Font Awesome font
  • A CLI clipboard utility like xclip, xsel or pbpaste.
  • xdotool (or another tool to simulate keyboard input and mouse activity)

Credit

This code is based on rofi fontawesome by wstam88

snippet

g/^\d/delete %s/(#.{6})/=printf("  Red%d</span>",submatch(0) ,line('.')-1,line('.')-1) %s/$/=printf('-%-4d', line('.')-1)

About


Languages

Language:Shell 100.0%