Skip to content

Commit

Permalink
fix: make xe_wallpapers and chicken point to correct location + use j…
Browse files Browse the repository at this point in the history
…xl for chicken (#98)

* fix: make xe_wallpapers and chicken point to correct location + use jxl for chicken

This should fix the `xe_` and `chicken` wallpapers not showing up when using this package.

I also reformatted the chicken wallpaper to jxl as `webp` doesnt even work on achillobator. And we were due to do that already

* chore: remove chicken webp wallpaper
  • Loading branch information
tulilirockz authored Jan 1, 2025
1 parent c1b513f commit 4abc02d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bluefin/branding/bluefin-branding.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: bluefin
Version: 0.1.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Bluefin branding

License: CC-BY-CA
Expand Down
Binary file added bluefin/branding/wallpapers/chicken.jxl
Binary file not shown.
Binary file removed bluefin/branding/wallpapers/chicken.webp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<wallpapers>
<wallpaper deleted="false">
<name>Bluefin</name>
<filename>/usr/share/backgrounds/chicken.webp</filename>
<filename-dark>/usr/share/backgrounds/chicken.webp</filename-dark>
<filename>/usr/share/backgrounds/bluefin/chicken.jxl</filename>
<filename-dark>/usr/share/backgrounds/bluefin/chicken.jxl</filename-dark>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#464646</pcolor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<wallpapers>
<wallpaper deleted="false">
<name>Clouds</name>
<filename>/usr/share/backgrounds/xe_clouds.jxl</filename>
<filename>/usr/share/backgrounds/bluefin/xe_clouds.jxl</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#464646</pcolor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<wallpapers>
<wallpaper deleted="false">
<name>LA Foothills</name>
<filename>/usr/share/backgrounds/xe_foothills.jxl</filename>
<filename>/usr/share/backgrounds/bluefin/xe_foothills.jxl</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#464646</pcolor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<wallpapers>
<wallpaper deleted="false">
<name>Space Needle</name>
<filename>/usr/share/backgrounds/xe_space_needle.jxl</filename>
<filename>/usr/share/backgrounds/bluefin/xe_space_needle.jxl</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#464646</pcolor>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<wallpapers>
<wallpaper deleted="false">
<name>Sunset</name>
<filename>/usr/share/backgrounds/xe_sunset.jxl</filename>
<filename>/usr/share/backgrounds/bluefin/xe_sunset.jxl</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>#464646</pcolor>
Expand Down

0 comments on commit 4abc02d

Please sign in to comment.