Skip to content

Commit 57a8b2c

Browse files
#73 Remove transparency for time of day animation
1 parent 9a05030 commit 57a8b2c

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SUBDIRS = default
2-
VERSION = 43.0.2
2+
VERSION = 43.0.3
33
NAME = f43-backgrounds-$(VERSION)
44

55
WP_NAME=f43

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,38 @@ A set of default wallpapers for Fedora 43
66
One way to test these is to install them on your system
77
* obtain the src rpm, for example using
88
```bash
9-
wget https://github.com/fedoradesign/backgrounds/releases/download/v43.0.1/f40-backgrounds-43.0.2-1.fc42.src.rpm
9+
wget https://github.com/fedoradesign/backgrounds/releases/download/v43.0.1/f40-backgrounds-43.0.3-1.fc42.src.rpm
1010
```
1111
* install tools to build an rpm file, [follow the guide](https://fedoramagazine.org/how-rpm-packages-are-made-the-source-rpm/):
1212
```bash
1313
sudo dnf install fedora-packager
1414
```
1515
* then build the rpm
1616
```bash
17-
sudo dnf builddep f43-backgrounds-43.0.2-1.fc42.src.rpm
18-
rpmbuild --rebuild f43-backgrounds-43.0.2-1.fc42.src.rpm
17+
sudo dnf builddep f43-backgrounds-43.0.3-1.fc42.src.rpm
18+
rpmbuild --rebuild f43-backgrounds-43.0.3-1.fc42.src.rpm
1919
```
2020
* to install the rpm go to the directory where it has been built, assuming the commands above have been used, the following should work
2121
```bash
2222
cd rpmbuild/RPMS/noarch
2323
```
2424
* then install the base
2525
```bash
26-
dnf install f43-backgrounds-base-43.0.2-1.fc42.noarch.rpm
26+
dnf install f43-backgrounds-base-43.0.3-1.fc42.noarch.rpm
2727
```
2828
* finally install backgrounds for your desktop, for example for KDE
2929
```bash
30-
dnf install f43-backgrounds-kde-43.0.2-1.fc42.noarch.rpm
30+
dnf install f43-backgrounds-kde-43.0.3-1.fc42.noarch.rpm
3131
```
3232

3333
The directory should also contain the following rpms
3434

35-
* f43-backgrounds-43.0.2-1.fc42.noarch.rpm
36-
* f43-backgrounds-base-43.0.2-1.fc42.noarch.rpm
37-
* f43-backgrounds-budgie-43.0.2-1.fc42.noarch.rpm
38-
* f43-backgrounds-gnome-43.0.2-1.fc42.noarch.rpm
39-
* f43-backgrounds-kde-43.0.2-1.fc42.noarch.rpm
40-
* f43-backgrounds-mate-43.0.2-1.fc42.noarch.rpm
41-
* f43-backgrounds-xfce-43.0.2-1.fc42.noarch.rpm
35+
* f43-backgrounds-43.0.3-1.fc42.noarch.rpm
36+
* f43-backgrounds-base-43.0.3-1.fc42.noarch.rpm
37+
* f43-backgrounds-budgie-43.0.3-1.fc42.noarch.rpm
38+
* f43-backgrounds-gnome-43.0.3-1.fc42.noarch.rpm
39+
* f43-backgrounds-kde-43.0.3-1.fc42.noarch.rpm
40+
* f43-backgrounds-mate-43.0.3-1.fc42.noarch.rpm
41+
* f43-backgrounds-xfce-43.0.3-1.fc42.noarch.rpm
4242

4343
* You can then change the wallpaper, for example on KDE, right click on the desktop and a menu should appear. Click on the menu and choose *Configure Desktop* then select the icon *Wallpaper* and choose one of the newly installed wallpapers.

default/f43-01-day.jxl

-4.52 KB
Binary file not shown.

default/f43-01-night.jxl

-7.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)