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

View File

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