update conf

This commit is contained in:
Johannes Knopp
2026-07-09 03:36:38 +02:00
parent 1b86de1ab1
commit aae0275e60
10 changed files with 483 additions and 14 deletions

View File

@ -23,24 +23,26 @@
state: link
force: true
loop:
- hyprland.conf
# hyprland.conf ported to hyprland.lua (hyprlang deprecated in Hyprland >= 0.55).
# hyprlock/hyprpaper stay on hyprlang - they do not support Lua configs yet.
- hyprland.lua
- hyprlock.conf
- hyprpaper.conf
- scripts
loop_control:
loop_var: conf_file
- name: Symlink host-specific monitors.conf
- name: Symlink host-specific monitors.lua
file:
src: "{{ role_path }}/files/hypr/monitors_{{ ansible_facts['hostname'] }}.conf"
dest: "{{ config_dir }}/hypr/monitors.conf"
src: "{{ role_path }}/files/hypr/monitors/{{ ansible_facts['hostname'] }}.lua"
dest: "{{ config_dir }}/hypr/monitors.lua"
state: link
force: true
- name: Symlink host-specific workspaces.conf
- name: Symlink host-specific workspaces.lua
file:
src: "{{ role_path }}/files/hypr/workspaces_{{ ansible_facts['hostname'] }}.conf"
dest: "{{ config_dir }}/hypr/workspaces.conf"
src: "{{ role_path }}/files/hypr/workspaces/{{ ansible_facts['hostname'] }}.lua"
dest: "{{ config_dir }}/hypr/workspaces.lua"
state: link
force: true