Work on Plymouth
This commit is contained in:
parent
0b3d783c1f
commit
a872a62bca
@ -6,3 +6,6 @@
|
|||||||
name: cron
|
name: cron
|
||||||
state: restarted
|
state: restarted
|
||||||
become: yes
|
become: yes
|
||||||
|
- name: regen initramfs
|
||||||
|
command: /usr/sbin/update-initramfs -c -k all
|
||||||
|
become: yes
|
||||||
|
@ -46,6 +46,11 @@
|
|||||||
include_tasks: packages.yml
|
include_tasks: packages.yml
|
||||||
- name: Configure Mopidy
|
- name: Configure Mopidy
|
||||||
include_tasks: mopidy.yml
|
include_tasks: mopidy.yml
|
||||||
|
- name: Set up Plymouth bgrt
|
||||||
|
alternatives:
|
||||||
|
name: default.plymouth
|
||||||
|
path: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
|
||||||
|
notify: regen initramfs
|
||||||
- name: Stop services
|
- name: Stop services
|
||||||
systemd:
|
systemd:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
@ -124,6 +124,7 @@
|
|||||||
- joy2key
|
- joy2key
|
||||||
- joystick
|
- joystick
|
||||||
- kcolorchooser
|
- kcolorchooser
|
||||||
|
- kde-config-plymouth
|
||||||
- kdenlive
|
- kdenlive
|
||||||
- kdepim
|
- kdepim
|
||||||
- keepassxc
|
- keepassxc
|
||||||
@ -141,6 +142,7 @@
|
|||||||
- mupen64plus-qt
|
- mupen64plus-qt
|
||||||
- nextcloud-desktop
|
- nextcloud-desktop
|
||||||
- obs-studio
|
- obs-studio
|
||||||
|
- plymouth-theme-spinner
|
||||||
- pulseeffects
|
- pulseeffects
|
||||||
- q4wine
|
- q4wine
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
|
Loading…
Reference in New Issue
Block a user