Designing Lock Screen Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow to monitor the screen lock/unlock in the Ubuntu 14.04lock screen session suspension in debian jessieWhere are user account passwords kept on Debian?debian - screen orientation on tiltUbuntu 18.04 LTS only boots with Recovery Mode with Linux 4.7.2 After UpgradeChange default screen keyboardWhat Debian/Ubuntu package has the documentation for the standard C headers?List of default software versions for given Ubuntu ReleaseHow to disable lock screen password but keep the lock screen?Is it possible to keep some program running outside screen locking?
I'm thinking of a number
How do you clear the ApexPages.getMessages() collection in a test?
Strange behaviour of Check
Determine whether f is a function, an injection, a surjection
New Order #5: where Fibonacci and Beatty meet at Wythoff
What are the performance impacts of 'functional' Rust?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Using "nakedly" instead of "with nothing on"
What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?
Stars Make Stars
Problem when applying foreach loop
What is the largest species of polychaete?
What was Bilhah and Zilpah's ancestry?
How to say that you spent the night with someone, you were only sleeping and nothing else?
Do working physicists consider Newtonian mechanics to be "falsified"?
How can I make names more distinctive without making them longer?
What's the difference between (size_t)-1 and ~0?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
How to pour concrete for curved walkway to prevent cracking?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
How did the aliens keep their waters separated?
Estimate capacitor parameters
Can't figure this one out.. What is the missing box?
How to market an anarchic city as a tourism spot to people living in civilized areas?
Designing Lock Screen
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to monitor the screen lock/unlock in the Ubuntu 14.04lock screen session suspension in debian jessieWhere are user account passwords kept on Debian?debian - screen orientation on tiltUbuntu 18.04 LTS only boots with Recovery Mode with Linux 4.7.2 After UpgradeChange default screen keyboardWhat Debian/Ubuntu package has the documentation for the standard C headers?List of default software versions for given Ubuntu ReleaseHow to disable lock screen password but keep the lock screen?Is it possible to keep some program running outside screen locking?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I use Ubuntu 18.04 LTS. I want to redesign my lock screen, change orientation and stuff. Where do I find the css files for that? Or if it is not in css format, where can I find the offending files?
linux debian ubuntu
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I use Ubuntu 18.04 LTS. I want to redesign my lock screen, change orientation and stuff. Where do I find the css files for that? Or if it is not in css format, where can I find the offending files?
linux debian ubuntu
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I use Ubuntu 18.04 LTS. I want to redesign my lock screen, change orientation and stuff. Where do I find the css files for that? Or if it is not in css format, where can I find the offending files?
linux debian ubuntu
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I use Ubuntu 18.04 LTS. I want to redesign my lock screen, change orientation and stuff. Where do I find the css files for that? Or if it is not in css format, where can I find the offending files?
linux debian ubuntu
linux debian ubuntu
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Apr 10 at 22:14
Rui F Ribeiro
42.1k1483142
42.1k1483142
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 10 at 19:16
greyShadergreyShader
61
61
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
greyShader is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/ shows where the .CSS files are, which you edit with
$ sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
Search for lockDialog with [Ctrl-D] then customize these lines to your satisfaction:
#lockDialogGroup
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
greyShader is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511742%2fdesigning-lock-screen%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/ shows where the .CSS files are, which you edit with
$ sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
Search for lockDialog with [Ctrl-D] then customize these lines to your satisfaction:
#lockDialogGroup
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
add a comment |
https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/ shows where the .CSS files are, which you edit with
$ sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
Search for lockDialog with [Ctrl-D] then customize these lines to your satisfaction:
#lockDialogGroup
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
add a comment |
https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/ shows where the .CSS files are, which you edit with
$ sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
Search for lockDialog with [Ctrl-D] then customize these lines to your satisfaction:
#lockDialogGroup
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
https://vitux.com/how-to-change-login-lock-screen-background-in-ubuntu/ shows where the .CSS files are, which you edit with
$ sudo gedit /usr/share/gnome-shell/theme/ubuntu.css
Search for lockDialog with [Ctrl-D] then customize these lines to your satisfaction:
#lockDialogGroup
background: #2c001e url(file:///[fileLocation/filename.png]);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
edited Apr 10 at 20:33
answered Apr 10 at 20:28
K7AAYK7AAY
1,1161028
1,1161028
add a comment |
add a comment |
greyShader is a new contributor. Be nice, and check out our Code of Conduct.
greyShader is a new contributor. Be nice, and check out our Code of Conduct.
greyShader is a new contributor. Be nice, and check out our Code of Conduct.
greyShader is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511742%2fdesigning-lock-screen%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown