You are not logged in.
I made a script that creates a fancy i3lock lock screen by bluring a screen shot of your desktop and adding in an icon and text:
The script uses i3lock-colors-git aur package, image magick and scrot.
Github: https://github.com/meskarune/i3lock-fancy/
I save it in /usr/local/bin and use it with xautolock and a systemd unit file to automatically lock the screen after 5 minutes:
[Unit]
Description=Lock the screen automatically after a timeout
[Service]
Type=simple
User=meskarune
Environment=DISPLAY=:0
ExecStart=/usr/bin/xautolock -time 5 -locker /usr/local/bin/lock -detectsleep
[Install]
WantedBy=graphical.target
Homepage | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller
Offline
Nice. Sadly, I don't use a lock screen, so I'll not be using it
Good to see you around.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Looks great.
Offline
Thanks. I made this mostly for fun, to see what I could do with a lightweight screen locker. i3lock isn't as secure as physlock and i3lock-color is a little out of date compared to i3lock, so this is really just something to keep housemates from using your computer. It could also be a little embarrassing if you leave porn/guilty pleasure TV Shows paused...
Homepage | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller
Offline
Wow. I can't decide now, whether I want to stick to my bsod-lockscreen:
http://i.imgur.com/zwFFFqts.pngor this neat one
driver_irql_not_less_or_equal
A problem that cannot be solved.
Last edited by cris9288 (2015-01-02 16:59:55)
Offline
driver_irql_not_less_or_equal
A problem that cannot be solved.
poor Microsoft, they don't have an Allan to blame ;-)
The animation of the ring around the lock when you type is awesome. Thanks! I'm gonna use this.
Offline
Here is your package, ma'am: https://aur.archlinux.org/packages/i3lock-fancy-git/
Edit: @LeonardK BTW, I have a new lockscreen image now, thanks
Last edited by thiagowfx (2015-01-28 19:54:14)
Offline
Here is your package, ma'am: https://aur.archlinux.org/packages/i3lock-fancy-git/
Edit: @LeonardK BTW, I have a new lockscreen image now, thanks
No problem ;-)
thanks for the package. My BSOD locker is pretty long-used now, so I really should be using this one by now
Here is your package, ma'am: https://aur.archlinux.org/packages/i3lock-fancy-git/
Edit: @LeonardK BTW, I have a new lockscreen image now, thanks
thanks
Homepage | Arch Linux Women | Arch Linux Classroom
Acer Aspire E5-575G-53VG:
Intel Dual-Core i5-6200U 2.3 GHz; Skylake rev3 | 8GB DDR4 ram | Intel HD Graphics 520 + NVIDIA GeForce 940MX
Qualcomm Atheros QCA9377 802.11ac | Realtek RTL8111/8168/8411 Gigabit Ethernet Controller
Offline
nice thanks it works wonderfully. I changed the font and directory though very transparent script and it looks nice.
Offline
Is there a way to tell a newbie Arch user how to use this awesome lock? I have installed the package provided by thiagowfx. I looked around my system but I don't find, or know how to activate/use it. Thank you in advanced!
Edit: I can use i3lock-fancy and I lock it but is there any other way of doing that?
Last edited by nabz0r (2015-04-18 23:21:29)
Cisco Network Consultant
Offline
I just bind it on a key in my i3 config file
I just bind it on a key in my i3 config file
Does this mean that I can ONLY use it with i3 WM? Or it is possible to use it while using normal xfce WM?
Cisco Network Consultant
Offline
LeonardK wrote:I just bind it on a key in my i3 config file
Does this mean that I can ONLY use it with i3 WM? Or it is possible to use it while using normal xfce WM?
You can use it in any WM.
Offline
nabz0r wrote:LeonardK wrote:I just bind it on a key in my i3 config file
Does this mean that I can ONLY use it with i3 WM? Or it is possible to use it while using normal xfce WM?
You can use it in any WM.
Thank you!
I added it here XFCE Menu > Settings > Keyboard, Application Shortcuts "i3lock-fancy# and used "Super+L" shortcut and it works, is that correct?
Last edited by nabz0r (2015-04-19 11:58:08)
Cisco Network Consultant
Offline
Sure, you can use any shortcut you like – there's no "correct" or "incorrect" ;-)
Is there a way to tell a newbie Arch user how to use this awesome lock? I have installed the package provided by thiagowfx. I looked around my system but I don't find, or know how to activate/use it. Thank you in advanced!
Edit: I can use i3lock-fancy and I lock it but is there any other way of doing that?
Agree to that - i'm trying to find how to use it, where are the config files, what to change. Also, the same problem is with i3lock and xautolock - man pages are poor.
Offline
nabz0r wrote:Is there a way to tell a newbie Arch user how to use this awesome lock? I have installed the package provided by thiagowfx. I looked around my system but I don't find, or know how to activate/use it. Thank you in advanced!
Edit: I can use i3lock-fancy and I lock it but is there any other way of doing that?
Agree to that - i'm trying to find how to use it, where are the config files, what to change. Also, the same problem is with i3lock and xautolock - man pages are poor.
I think they are not poor. They are just targeted at other users. There's no other way how to do that with i3lock-fancy. It does not much more than taking a screenshot, blurring it and then running the locker.
The only way to "run" it, "to do that", is running the command. That means there's nothing more to be written in the manpage as the configuration.
To use i3lock-fancy as your lockscreen you just need to run the command. Ofcourse you maybe want to bind it or whatever – but this is NOT part of i3lock(-fany) but of the program that runs the command. For i3: just bind $Mykeycombination i3lock-fancy. For other DEs/WMs/whatever this is probably different – but that is part of their program and is to be documented there.
Many WMs have no specific "lock screen" feature but just keybind a command instead (eg. i3). More "sophisticated" DEs however might bring their own locker to exactly suit their needs. But maybe this can be replaced; a search term could be.: "Gnome bind command to lockscreen" or "Gnome change lockscreen command"
Do not judge that early please – this program is only a small script that the OP posted here to share it without support, JUST AS IS. It was just written for the person itself and not intended to be shared in first place. The sharing is just a minor upload, which is just nice.
Additionally this post was not posted in Ubuntu forums but in Arch bbs and thus can be called "targeted at advanced users". This is not elite or in anyway "bad" at "newbies" but just the way it is. There's nothing about asking how to do it (I replied the first commenter) but saying the "manpages are poor" is presuming oneself in a position to judge. And in this case this is – imho – just not given.
Last edited by LeonardK (2015-04-20 15:44:30)
Random tip: if you're not sure what do to with a package after installing it, do a
pacman -Ql <package name>
and you'll see all the files it has installed. This usually helps to know about executable names or to find random helps located under /usr/share, or even man pages with a name you wouldn't expect.
2¢
Last edited by thiagowfx (2015-04-20 16:04:37)
Offline
Random tip: if you're not sure what do to with a package after installing it, do a
pacman -Ql <package name>
and you'll see all the files it has installed. This usually helps to know about executable names or to find random helps located under /usr/share, or even man pages with a name you wouldn't expect.
2¢
Hm, I'm just before cherry-picking this into the "ooh, nice" thread ;-)
nabz0r wrote:Is there a way to tell a newbie Arch user how to use this awesome lock? I have installed the package provided by thiagowfx. I looked around my system but I don't find, or know how to activate/use it. Thank you in advanced!
Edit: I can use i3lock-fancy and I lock it but is there any other way of doing that?
Agree to that - i'm trying to find how to use it, where are the config files, what to change. Also, the same problem is with i3lock and xautolock - man pages are poor.
If you have installed the AUR package, in /usr/share/i3lock-fancy you have the files to tweak the script and change the icon.
Last edited by Mercader1902 (2015-04-20 17:24:25)
Offline
Sorry for bumping this thread again, but I was wondering if this i3lock-fancy can be used on Ubuntu gnome 15.04? I tried some ways I found around but no success.
Cisco Network Consultant
Offline