Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
cf1e1664
Commit
cf1e1664
authored
Jul 02, 2023
by
Andrew Savchenko
Committed by
Anton Midyukov
Jul 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
0 deletions
+23
-0
config.mk
features.in/phone/config.mk
+1
-0
82-background-config
features.in/phone/image-scripts.d/82-background-config
+4
-0
00_background
....in/phone/rootfs/files/etc/dconf/db/local.d/00_background
+2
-0
user
features.in/phone/rootfs/files/etc/dconf/profile/user
+2
-0
gtk.css
.../phone/rootfs/files/home/altlinux/.config/gtk-3.0/gtk.css
+14
-0
No files found.
features.in/phone/config.mk
View file @
cf1e1664
use/phone:
use/phone:
@$(call add_feature)
@$(call add_feature)
@$(call add,THE_PAKAGES,wallpapers-mobile)
features.in/phone/image-scripts.d/82-background-config
0 → 100755
View file @
cf1e1664
#!/bin/sh -efu
# Set user perms on installed config
chown
altlinux:altlinux
-R
"/home/altlinux/.config"
features.in/phone/rootfs/files/etc/dconf/db/local.d/00_background
0 → 100644
View file @
cf1e1664
[org/gnome/desktop/background]
picture-uri='file:///usr/share/wallpapers/mobile/720x1440/basealt-background.png'
features.in/phone/rootfs/files/etc/dconf/profile/user
0 → 100644
View file @
cf1e1664
user-db:user
system-db:local
features.in/phone/rootfs/files/home/altlinux/.config/gtk-3.0/gtk.css
0 → 100644
View file @
cf1e1664
/* 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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment