I've installed the popular arc-theme
(with gnome-tweaks) and it looks awesome in the darker variant. However it does not load until I log in. I would like to have it applied to the login screen as well (top bar, buttons, backgrounds), how can I do that?
for Arc-Theme, in Ubuntu 18.04.
Ubuntu 18.04 change Login Screen theme (not wallpaper) following this Answer and Warnings in it.
I have tried to change login & lock screen themes same as
User Shell
ThemeArc-Theme
when you download the arc-theme from https://github.com/horst3180/arc-theme github. simplfy it like below
this Arc-Theme is lacking content for some keys for Onscreen-Keyboard.
so, i have adapted that from default file
/usr/share/gnome-shell/theme/ubuntu.css
copy the lines 1549 to 1566 from
/usr/share/gnome-shell/theme/ubuntu.css
and paste under line number 1708 in/usr/share/themes/Arc-Theme/gnome-shell/gnome-shell.css
save the file & close.
now run the below command:
Example:
now copy the 3 folders common-assets, dark-assets & light-assets from
/usr/share/themes/Arc-Theme/gnome-shell/
to/usr/share/gnome-shell/theme/
now copy paste all the content from
/usr/share/themes/Arc-Theme/gnome-shell/gnome-shell.css
to/usr/share/gnome-shell/theme/ubuntu.css
file replacing the data in ubuntu.css file.save the file, close & shutdown
fresh start the system to see the change.
Lock Screen animation:
Login Screen Pictures:
Actually just figure out the proper way to do this today by adding options to
update-alternatives
.First, you can view the current setting of
gdm3.css
usingYou should see the following text.
I have installed the Adapta themes, and I would like to add Adapta-Eta theme to the options for gdm3.css. The path of the
gdm3.css
for Adapta-Eta theme is/usr/share/themes/Adapta-Eta/gnome-shell/gdm3-Adapta-Eta.css
.To install the Adapta-Eta
gdm3.css
,Now to change the theme of the login screen, use
sudo update-alternatives --config gdm3.css
Choose the new theme you want to use. You should be able to see the change after reboot.
I'm not sure if the upgrade of the system will modify it, but at least when the theme is updated it would be overridden.
Although this is one issue, the lock screen appears to not changing according to the choice. Only the login screen follows the choice.