diff --git a/facts/general/package.yml b/facts/general/package.yml index f035ead..793055c 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -29,6 +29,7 @@ cpp_libs: libstdc++ z_libs: zlib bzip: bzip2 + dunst: dunst - name: General | Facts | Package | Parrot OS Fixes set_fact: diff --git a/files/settings/i3.config b/files/settings/i3.config index cba8996..7d90f00 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -332,3 +332,6 @@ exec light -O exec light -N 0 exec setxkbmap -layout us -variant altgr-intl + +exec --no-startup-id dunst + diff --git a/tasks/workstation/linux/software/packages.yml b/tasks/workstation/linux/software/packages.yml index 4b57703..f12b5bd 100644 --- a/tasks/workstation/linux/software/packages.yml +++ b/tasks/workstation/linux/software/packages.yml @@ -45,6 +45,13 @@ - "{{ fyi }}" 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 shell: "yay -Qs {{ item }} || yay --noconfirm -S {{ item }}" loop: