dunst, add program which handled DBUS for notify-send and fyi on non-systemd machines.
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
cpp_libs: libstdc++
|
cpp_libs: libstdc++
|
||||||
z_libs: zlib
|
z_libs: zlib
|
||||||
bzip: bzip2
|
bzip: bzip2
|
||||||
|
dunst: dunst
|
||||||
|
|
||||||
- name: General | Facts | Package | Parrot OS Fixes
|
- name: General | Facts | Package | Parrot OS Fixes
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
@@ -332,3 +332,6 @@ exec light -O
|
|||||||
exec light -N 0
|
exec light -N 0
|
||||||
|
|
||||||
exec setxkbmap -layout us -variant altgr-intl
|
exec setxkbmap -layout us -variant altgr-intl
|
||||||
|
|
||||||
|
exec --no-startup-id dunst
|
||||||
|
|
||||||
|
|||||||
@@ -45,6 +45,13 @@
|
|||||||
- "{{ fyi }}"
|
- "{{ fyi }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Workstation | Linux | Software | Packages | Extra For Liberated Init Systems
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- "{{ dunst }}"
|
||||||
|
state: present
|
||||||
|
when: ansible_service_mgr != "systemd"
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | Packages | Install From AUR
|
- name: Workstation | Linux | Software | Packages | Install From AUR
|
||||||
shell: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
|
shell: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}"
|
||||||
loop:
|
loop:
|
||||||
|
|||||||
Reference in New Issue
Block a user