
This is theme nearly looks like macOS, with script which can set wallpaper for your desktop and simultaneously set same wallpaper on lock screen and login screen with blur effect like on macOS. In attachment you will find file ubuntu.css, where injected some changes, to make your login screen and lock screen looks more like mac OS.
ATTENTION: TESTED ONLY ON UBUNTU 17.10 with GDM3 (xorg). (Any other OS based on Linux didn't tested!!!)
INSTRUCTION:
1. First of all you have to unpuck archive and change your ubuntu.css file (/usr/share/gnome-shell/theme/ubuntu.css). changes in attachments.
# sudo cp /usr/share/gnome-shell/theme/ubuntu.css /usr/share/gnome-shell/theme/ubuntu.bak
# sudo cp ~/Downloads/ "folder with unpacked files' /ubuntu.css /usr/share/gnome-shell/theme/
# sudo chmod 777 /usr/share/backgrounds/
2. Second thing is, set nautilus script by copying script it self "SetAsWallpaper" to '/home/click/.local/share/nautilus/scripts/'
then you have to change access for your script by "sudo chmod +x SetAsWallpaper" and enter root password.
Restart your nautilus in terminal by command nautilus -q, or killall nautilus.
3. Now you just choose your image right click mouse button you will see script and "SetAsWallpaper" just click on it, this is it.
4. It`s last step, and you have to do it just once. At the desktop right click on screen select "Change Background" then "Lock Screen" and "Pictures", find there your blurred image and choose it. Just once!
Enjoy!
---------------------------------------------------------------
Addition:
If your interface another language, "not English" and text inside buttons don't fit in, you have to insert little changes in ubuntu.css
1717# /*login size prompt input*/
1722# width: 190px; /* change width 190px to size what more or less will be close to
size of your text inside buttons. Just try change width! */
1591# /* Avatar Auth Dialogs & Screen Shield */
1594# margin: 0 0 0 60px; /* change margin 60px to centered your avatar */
---------------------------------------------------------------
facebook: https://www.facebook.com/wwwclick
email: eugene.veprytskyi@gmail.com
v 1.3 3 months ago
Made top bar background by transparent, little fixes of font and elements position.
v 1.3 3 months ago
Made top bar background by transparent, little fixes of font and elements position.
Paleloser
1 month ago
Report
franciscoguedes
1 month ago
Report
franciscoguedes
1 month ago
Report
franciscoguedes
1 month ago
Report
EugeneVe
1 month ago
Report
franciscoguedes
1 month ago
Report
franciscoguedes
1 month ago
Report
EugeneVe
1 month ago
Report
franciscoguedes
1 month ago
Report
lmartin
1 month ago
Report
EugeneVe
1 month ago
Report
lmartin
1 month ago
Report
fluorita
2 months ago
Report
EugeneVe
2 months ago
and this https://www.opendesktop.org/p/1171095/
Report
fluorita
2 months ago
Report
workman729
2 months ago
#!/bin/bash
/usr/bin/convert -blur 0x10 `pwd`/$1 `pwd`/gdm_lock.jpg
pkexec mv `pwd`/gdm_lock.jpg /usr/share/backgrounds/
if your not used ubuntu, of course polkit action file need that if you use nautilus script
Report
EugeneVe
2 months ago
Report
workman729
2 months ago
Your setaswallpaper script is not workings. No such or be nonexistent directory.
So. i suggest nautilus script code.
Report
EugeneVe
2 months ago
Report
workman729
2 months ago
I'm using both of ubuntu and fedora.
~/.cache/wallpaper/* //* This one, this location not be created excute set as wallpaper.
Report
EugeneVe
2 months ago
Report
workman729
2 months ago
But, not auto create ~/.cache/wallapaper without system language. For reference isn't it?
Thank you.
Report
maximonestor
3 months ago
friend when entering this command sudo cp ~ / Downloads / "folder with unpacked files' /ubuntu.css / usr / share / gnome-shell / theme /
what throws me is this symbol> and then I put the following and does not help anything please. I want to install it
Report
EugeneVe
3 months ago
Dont forget make backup of your original ubuntu.css
Good luck!
Report
jeanmlduarte
3 months ago
Report