Migrated to ansible

This commit is contained in:
2024-04-02 00:59:42 +02:00
parent c53268e307
commit 0ccf6427f2
136 changed files with 5157 additions and 1407 deletions

View File

@@ -0,0 +1,10 @@
clock
grace=5
indicator
color=550000
timestr=%k:%M
datestr=%a %e.%m.%Y
effect-blur=4x2
effect-scale=0.4
effect-vignette=0.2:0.5
image=~/.config/background

View File

@@ -0,0 +1,19 @@
---
- name: "[Swaylock] Install"
kewlfft.aur.aur:
name:
- swaylock-effects-git
use: paru
state: present
become: true
- name: "[Swaylock] Create config folder"
ansible.builtin.file:
mode: "0755"
path: "{{ ansible_user_dir }}/.config/swaylock"
state: directory
- name: "[Swaylock] Configure"
ansible.builtin.copy:
src: "./"
dest: "{{ ansible_user_dir }}/.config/swaylock"