i3lock-fancy icon indicating copy to clipboard operation
i3lock-fancy copied to clipboard

i3lock script that takes a screenshot of the desktop, blurs the background and adds a lock icon and text

Results 21 i3lock-fancy issues
Sort by recently updated
recently updated
newest added

If I run it, I get the following error. `i3lock-fancy: line 9: convert: command not found` `i3lock-fancy: line 98: import: command not found`

convert does handle bidi now Also remove duplicated English line.

It would be nice if there was an option for letting ring colorful (not greyscale) like default i3lock-color.

enhancement

running the command gives me the correct lock icon + blur, but the typing circle and general UI is the same of the old i3lock. I also tried to run...

When I try to run i3lock-fancy, I get this error: ``` convert: unable to read font `' @ warning/annotate.c/RenderType/971. convert: unable to read font `' @ error/annotate.c/RenderFreetype/1425. convert: unable to...

question

The main motivation for this was to speed up the script (see #6). I also added support for an arbitrary number of monitors (see #10). It now takes around 0.3...

The lock icons appear blurry on my screen, probably because these icons weren't meant for higher resolutions. Could you please find SVG versions for these icons? SVG stands for scalable...

Hi, I'm wondering if -d is supposed to hide the windows and then take a picture of the blank desktop? Right now from reviewing the code the picture occurs prior...

It seems that your script is not working for dual monitors. The lock is displayed in the gap between the monitors while the type feedback indicator is displayed twice in...

bug
help wanted

Oh my system I have Noto Sans Regular as my default. However when I run this: convert -list font | awk "{ a[NR] = \$2 } /family: $(fc-match sans -f...

bug