Skip to content

Commit

Permalink
Update default wallpapers (#96)
Browse files Browse the repository at this point in the history
* Update default wallpapers

* use default wallpaper paths
  • Loading branch information
korewaChino authored Nov 23, 2024
1 parent f228f6c commit be4dc88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions ultramarine/backgrounds/ultramarine-backgrounds.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: ultramarine-backgrounds
Version: %(echo %ver | sed 's/-/~/g')
Release: 1%{?dist}
Release: 2%{?dist}
BuildArch: noarch
# details for the artworks' licenses can be seen in the COPYING file
License: CC-BY-SA 4.0 and CC0
Expand Down Expand Up @@ -118,14 +118,14 @@ compat_link() {

DEFAULT_WALL="41/viewports-light.png"
DEFAULT_DARK_WALL="41/viewports-dark.png"
DEFAULT_XML="41/lost.xml"
DEFAULT_XML="41/viewports.xml"

# Let's generate our default gschema override file

cat << EOF > %{buildroot}%{_datadir}/glib-2.0/schemas/30_default_backgrounds.gschema.override
[org.gnome.desktop.background]
picture-uri='file://%{_datadir}/backgrounds/ultramarine-linux/$DEFAULT_WALL'
picture-uri-dark='file:///%{_datadir}/backgrounds/ultramarine-linux/$DEFAULT_DARK_WALL'
picture-uri='file://%{_datadir}/backgrounds/ultramarine-linux/default.png'
picture-uri-dark='file:///%{_datadir}/backgrounds/ultramarine-linux/default-dark.png'
EOF


Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[org.gnome.desktop.background:Budgie]
picture-uri='file:///usr/share/backgrounds/ultramarine-linux/40/lost-light.png'
picture-uri-dark='file:///usr/share/backgrounds/ultramarine-linux/40/lost-dark.png'
picture-uri='file:///usr/share/backgrounds/default.png'
picture-uri-dark='file:///usr/share/backgrounds/default-dark.png'

[org.gnome.desktop.wm.preferences:Budgie]
button-layout = 'appmenu:minimize,maximize,close'
titlebar-font='Inter Bold 11'

[org.gnome.desktop.screensaver:Budgie]
picture-uri='file:///usr/share/backgrounds/ultramarine-linux/40/lost-dark.png'
picture-uri='/usr/share/backgrounds/default.png'

[org.gnome.gedit.preferences.editor:Budgie]
scheme='textmate'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: ultramarine-flagship-filesystem
Version: 41
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Assets for Ultramarine Linux Flagship

License: MIT
Expand Down

0 comments on commit be4dc88

Please sign in to comment.