Fix typo

Sean Eulenberg 2021-05-20 14:41:12 +00:00
parent a70fe359e2
commit 55f85ffc24

@ -75,7 +75,7 @@ Bind this to a key, select a point on the screen and get a HTML color code for t
grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail -n 1 | cut -d ' ' -f 4 | wl-copy
If you don't use a color picker frequently enough to reminder the keybinding, you can create a simple .desktop file for it in ~/.local/share/applications/ and then launch it searching for the name with a desktop file launcher like Rofi. Here's an example .desktop file:
If you don't use a color picker frequently enough to remember the keybinding, you can create a simple .desktop file for it in ~/.local/share/applications/ and then launch it searching for the name with a desktop file launcher like Rofi. Here's an example .desktop file:
```desktop
[Desktop Entry]