Commit cf1e1664 authored by Andrew Savchenko's avatar Andrew Savchenko Committed by Anton Midyukov

phone: Install background images

Images needs to be installed in 3 places: 1) main screen background 2) lockscreen (dark contour version) 3) application run screen (using dconf)
parent ed3c1b6f
use/phone:
@$(call add_feature)
@$(call add,THE_PAKAGES,wallpapers-mobile)
#!/bin/sh -efu
# Set user perms on installed config
chown altlinux:altlinux -R "/home/altlinux/.config"
[org/gnome/desktop/background]
picture-uri='file:///usr/share/wallpapers/mobile/720x1440/basealt-background.png'
/* TWEAKS-START phosh-applist-background */
phosh-app-grid {
background-image: url("file:///usr/share/wallpapers/mobile/720x1440/basealt-background.png");
background-size: cover;
background-position: center;
}
/* TWEAKS-END phosh-applist-background */
/* TWEAKS-START phosh-lockscreen-background */
phosh-lockscreen, .phosh-lockshield {
background-image: url("file:///usr/share/wallpapers/mobile/720x1440/basealt-lockscreen.png");
background-size: cover;
background-position: center;
}
/* TWEAKS-END phosh-lockscreen-background */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment