Download yaVDR Logo, install feh

This commit is contained in:
Alexander Grothe 2017-12-20 13:18:30 +01:00
parent 4b9332b277
commit 4f95b57a9d
2 changed files with 22 additions and 0 deletions

View File

@ -1728,8 +1728,19 @@ b'\xde\xad\xbe\xef'
- tmux
- vdr-plugin-desktop
- vdr-plugin-osd2web
- feh
#- yavdr-xorg
-name: download yavdr logo
block:
- file:
dest: '/usr/share/yavdr/images'
state: directory
- file:
get_url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
dest: '/usr/share/yavdr/images/yavdr_logo.png
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
command: write-x11-keyboard-config
creates: /etc/X11/xorg.conf.d/00-keyboard.conf

View File

@ -68,8 +68,19 @@
- tmux
- vdr-plugin-desktop
- vdr-plugin-osd2web
- feh
#- yavdr-xorg
-name: download yavdr logo
block:
- file:
dest: '/usr/share/yavdr/images'
state: directory
- file:
get_url: 'https://github.com/yavdr/yavdr-base/raw/master/images/yavdr_logo.png'
dest: '/usr/share/yavdr/images/yavdr_logo.png
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
command: write-x11-keyboard-config
creates: /etc/X11/xorg.conf.d/00-keyboard.conf