This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-21 17:49:54 +03:00 committed by GitHub
parent 97ece2f6c2
commit 1590cfa5a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -4,5 +4,5 @@ set -e
cp -f /etc/skel/.config/examples/metadata.desktop /usr/share/plasma/desktoptheme/Orchis-dark/
cp -f /etc/skel/.config/examples/.profile /etc/skel/
cp -f /usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png /usr/share/sddm/themes/Orchis/
cp -f /usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg /usr/share/sddm/themes/Orchis/
cp -f /etc/skel/.config/examples/theme.conf.user /usr/share/sddm/themes/Orchis/

View File

@ -3,8 +3,8 @@
override_dh_install:
dh_install
mkdir -p debian/pika-kde-settings/usr/share/wallpapers/Pika/contents/images/
ln -s /usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png debian/pika-kde-settings/usr/share/wallpapers/Pika/contents/images/7680x4320.png
ln -s /usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png debian/pika-kde-settings/usr/share/wallpapers/Pika/contents/screenshot.png
ln -s /usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg debian/pika-kde-settings/usr/share/wallpapers/Pika/contents/images/7680x4320.png
ln -s /usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg debian/pika-kde-settings/usr/share/wallpapers/Pika/contents/screenshot.png
%:
dh $@

View File

@ -1,3 +1,3 @@
[General]
background=Wallpaper_PikaOS_Parrot_8K.png
background=guard_it_well_okay__by_neytirix_ddcc1wt.jpg
type=image

View File

@ -25,7 +25,7 @@ DialogWidth=680
filterMimeTypes=\\0
[Containments][64][Wallpaper][org.kde.image][General]
Image=/usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png
Image=/usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg
SlidePaths=/usr/share/plasma/wallpapers/,/usr/share/wallpapers/
[Containments][65]

View File

@ -1,2 +1,2 @@
[Wallpapers]
usersWallpapers=/usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png
usersWallpapers=/usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg

View File

@ -19,7 +19,7 @@ var layout = {
"DialogWidth": "680"
},
"/Wallpaper/org.kde.image/General": {
"Image": "/usr/share/backgrounds/pika/Wallpaper_PikaOS_Parrot_8K.png",
"Image": "/usr/share/backgrounds/pika/guard_it_well_okay__by_neytirix_ddcc1wt.jpg",
"PreviewImage": "",
"SlidePaths": "/usr/share/wallpapers/,/usr/share/backgrounds/"
}