Skip to content

Commit

Permalink
feat: add automatic wallpaper changing by month from achillobator (#2171
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tulilirockz authored Jan 30, 2025
1 parent 74e1527 commit 84b99f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build_files/base/05-override-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ rm -f /usr/share/pixmaps/faces/* || echo "Expected directory deletion to fail"
mv /usr/share/pixmaps/faces/bluefin/* /usr/share/pixmaps/faces
rm -rf /usr/share/pixmaps/faces/bluefin

# Automatic wallpaper changing by month
HARDCODED_RPM_MONTH="12"
sed -i "/picture-uri/ s/${HARDCODED_RPM_MONTH}/$(date +%m)/" "/usr/share/glib-2.0/schemas/zz0-bluefin-modifications.gschema.override"
glib-compile-schemas /usr/share/glib-2.0/schemas

rpm-ostree override remove fedora-logos --install=bluefin-logos

# Consolidate Just Files
Expand Down

0 comments on commit 84b99f4

Please sign in to comment.