From 55f85ffc2433dba9fed810536542b4791387c1a8 Mon Sep 17 00:00:00 2001 From: Sean Eulenberg Date: Thu, 20 May 2021 14:41:12 +0000 Subject: [PATCH] Fix typo --- Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tricks.md b/Tricks.md index 98e1549..f785891 100644 --- a/Tricks.md +++ b/Tricks.md @@ -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]