Refactor for use with Hyprland
This commit is contained in:
parent
67f4db010d
commit
e38ba9220b
26 changed files with 457 additions and 398 deletions
25
roles/desktop-environment/tasks/utils.yml
Normal file
25
roles/desktop-environment/tasks/utils.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
- name: Install utilities
|
||||
become: yes
|
||||
apt:
|
||||
state: latest
|
||||
install_recommends: false
|
||||
name:
|
||||
- swaylock
|
||||
- swaybg
|
||||
- waybar
|
||||
- xdg-desktop-portal-wlr
|
||||
- xdg-desktop-portal-gtk
|
||||
- xfce4-appfinder
|
||||
- rtkit
|
||||
- pipewire
|
||||
- pipewire-pulse
|
||||
- wireplumber
|
||||
- qpwgraph
|
||||
- alsa-utils
|
||||
- brightnessctl
|
||||
- gnome-keyring
|
||||
- adwaita-icon-theme
|
||||
- fonts-firacode
|
||||
- fonts-font-awesome
|
||||
- fonts-noto-color-emoji
|
||||
- thunar
|
Loading…
Add table
Add a link
Reference in a new issue