Download yaVDR Logo, install feh
This commit is contained in:
parent
4b9332b277
commit
4f95b57a9d
11
Manual.org
11
Manual.org
@ -1728,8 +1728,19 @@ b'\xde\xad\xbe\xef'
|
|||||||
- tmux
|
- tmux
|
||||||
- vdr-plugin-desktop
|
- vdr-plugin-desktop
|
||||||
- vdr-plugin-osd2web
|
- vdr-plugin-osd2web
|
||||||
|
- feh
|
||||||
#- yavdr-xorg
|
#- 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
|
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
command: write-x11-keyboard-config
|
command: write-x11-keyboard-config
|
||||||
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
|
@ -68,8 +68,19 @@
|
|||||||
- tmux
|
- tmux
|
||||||
- vdr-plugin-desktop
|
- vdr-plugin-desktop
|
||||||
- vdr-plugin-osd2web
|
- vdr-plugin-osd2web
|
||||||
|
- feh
|
||||||
#- yavdr-xorg
|
#- 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
|
- name: command | write keyboard configuration to /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
command: write-x11-keyboard-config
|
command: write-x11-keyboard-config
|
||||||
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
creates: /etc/X11/xorg.conf.d/00-keyboard.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user