update for hyprland

This commit is contained in:
vincent 2024-10-27 17:08:44 +01:00
parent 0cc684b386
commit b7cca8124b
2 changed files with 23 additions and 16 deletions

View File

@ -1,6 +1,4 @@
workstation_wm_soft:
- xorg
- xorg-xinit
- awesome
- i3-gaps
- feh
@ -12,9 +10,16 @@ workstation_wm_soft:
- arandr
- ttf-font-awesome
- polkit-gnome
- picom
- albert
- gnome
- hyprland
- hyprpaper
- thunar
- wofi
- hyprsunset
- grim
- slurp
- swappy
- libva-nvidia-driver
workstation_base_soft:
- mpc
@ -25,9 +30,8 @@ workstation_base_soft:
- rdesktop
- virt-manager
- virt-viewer
- alacritty
- kitty
- pipewire-pulse
- numlockx
- code
- eog
- chromium
@ -37,13 +41,16 @@ workstation_base_soft:
- cups
- steam
workstation_aur_soft:
- polybar
# - filebot
- jdownloader2
- mpdris2
- beets-git
# - hyper
- gnome-shell-extension-pop-shell-git
- pop-shell-shortcuts-git
workstation_Display_manger: gdm
- bibata-cursor-theme
- swayosd-git
- waybar-module-pacman-updates-git
workstation_display_manger: gdm
enable_display_mamager: false

View File

@ -25,8 +25,8 @@
become_user: aur_builder
#chech graphic card
- name: debug
debug:
- name: Debug
ansible.builtin.debug:
msg: "{{ wm }} {{base}}"
- name: install display manager
@ -38,6 +38,6 @@
- name: enable display manager
systemd:
name: "{{ workstation_Display_manger }}"
enabled: true
enabled: "{{ enable_display_mamager }}"
become: yes
when: workstation_Display_manger
when: workstation_Display_manger