desktop and lockscreen
#1
Is it at this time possible to set a custom lockscreen and/or desktop/background on mobian Trixie?
There is the option in settings but it didn't change anything except under some loading apps where the load screen is not present.
  Reply
#2
(09-25-2024, 05:11 AM)biketool Wrote: Is it at this time possible to set a custom lockscreen and/or desktop/background on mobian Trixie?
There is the option in settings but it didn't change anything except under some loading apps where the load screen is not present.
https://wiki.debian.org/Mobian/Tweaks#Ch...nd_monitor

Change the background for the lock screen, app grid and monitor
To change the background for the app grid and/or lock screen, you need to create a file ~/.config/gtk-3.0/gtk.css. Here is an example css file:

Code:
/*
* ~/.config/gtk-3.0/gtk.css
* Restart phosh using "sudo systemctl restart phosh"
*/

phosh-app-grid {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                    url('file:///home/mobian/Pictures/background.jpg');
  background-size: cover;
  background-position: center;
}

phosh-lockscreen, .phosh-lockshield {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                    url('file:///home/mobian/Pictures/background.jpg');
  background-size: cover;
  background-position: center;
}

To change background of a monitor/background while loading an app run this command:
  • gsettings set org.gnome.desktop.background picture-uri file:///home/mobian/Pictures/background.jpg
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Has anyone got briar-desktop running on mobian? vusra 5 3,881 06-19-2023, 03:02 PM
Last Post: vusra
  Sending Pinephone SMS from Desktop biketool 5 3,956 09-13-2022, 01:46 PM
Last Post: anonymous
  Telegram not as desktop app user641 0 1,018 08-05-2022, 08:45 AM
Last Post: user641
  Anyone tried Signal Desktop ragreenburg 20 17,508 05-23-2022, 04:41 AM
Last Post: Anna
  Software update missing on desktop MikeMan 1 1,751 01-27-2022, 06:10 AM
Last Post: bcnaz
  Changing Desktop Environments? Ferriah 14 10,732 01-20-2022, 06:58 AM
Last Post: grump_fiddle_reinstall
  Synchronizing: How do you sync / synchronize Calendar and Contacts with your desktop? Anna 15 16,441 11-04-2021, 03:54 AM
Last Post: Maus
  request desktop site from Firefox-esr? nelstomlinson 2 2,736 08-16-2021, 07:23 AM
Last Post: nelstomlinson
  Remote desktop, video playback issues Zebulon Walton 13 12,848 06-17-2021, 06:57 AM
Last Post: aus
  Desktop Entry icon not appearing: how to diagnose? Saliency 6 6,055 03-15-2021, 05:49 AM
Last Post: kqlnut

Forum Jump:


Users browsing this thread: 1 Guest(s)