Skip to content

Commit

Permalink
Change wallpaper to a dark one
Browse files Browse the repository at this point in the history
And use SVG instead of PNG.
  • Loading branch information
jakubvalenta committed Sep 23, 2020
1 parent 17c2cea commit e1bf3e7
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_name := video-pi
_version := 1.0.0
_version := 1.1.0
_pkgrel := 1

_debian_src_filename := ${_name}_${_version}.orig.tar.xz
Expand All @@ -21,7 +21,7 @@ install: ## Install
install -D -m644 -t "$(DESTDIR)/etc" etc/*
install -D -m644 -o1000 -g1000 -t "$(DESTDIR)/home/pi/.config/pcmanfm/LXDE-pi" config/pcmanfm/*
install -D -m644 -t "$(DESTDIR)/usr/share/applications" data/*.desktop
install -D -m644 -t "$(DESTDIR)/usr/share/video-pi" data/*.png
install -D -m644 -t "$(DESTDIR)/usr/share/video-pi" data/*.svg
install -D -m644 -o1000 -g1000 -t "$(DESTDIR)/home/pi/.config/autostart" data/video-pi-devmon.desktop
install -D -m644 -o1000 -g1000 -t "$(DESTDIR)/home/pi/Desktop" data/raspi-config.desktop

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ make sign key_id='<gpg key fingerprint>'
## Change log
- latest [version 1.1.0](TODO)
Dark wallpaper.
Signature: `E758 2303 2628 5069 5EF0 B8A7 97C3 CB6A 11E7 4F7E`
- latest [version 1.0.0](TODO)
Initial release of the Debian package.
Expand Down
4 changes: 2 additions & 2 deletions config/pcmanfm/desktop-items-0.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[*]
desktop_fg=#000000000000
wallpaper=/usr/share/video-pi/video-pi-wallpaper.png
desktop_fg=#ffffffffffff
wallpaper=/usr/share/video-pi/video-pi-wallpaper.svg
wallpaper_mode=crop
show_trash=0
Binary file removed data/video-pi-wallpaper.png
Binary file not shown.
1 change: 1 addition & 0 deletions data/video-pi-wallpaper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
video-pi (1.1.0-1) unstable; urgency=medium

* Dark wallpaper.

-- Jakub Valenta <[email protected]> Wed, 23 Sep 2020 18:54:00 +0000

video-pi (1.0.0-1) unstable; urgency=medium

* Initial release
* Initial release.

-- Jakub Valenta <[email protected]> Sun, 13 Sep 2020 16:29:38 +0000

0 comments on commit e1bf3e7

Please sign in to comment.