From 239cb292a8e2ea864b595ddf5d718a9c742fa5dc Mon Sep 17 00:00:00 2001 From: Keule2 Date: Sat, 7 Sep 2024 19:43:53 +0200 Subject: [PATCH] Minor changes --- roles/discord/tasks/main.yml | 4 ++-- roles/fish/files/config.fish | 1 + roles/hypr/tasks/main.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/discord/tasks/main.yml b/roles/discord/tasks/main.yml index e6d4da6..00fa992 100644 --- a/roles/discord/tasks/main.yml +++ b/roles/discord/tasks/main.yml @@ -8,11 +8,11 @@ - name: "[Discord] Create config folder" ansible.builtin.file: mode: "0755" - path: "{{ ansible_user_dir }}/.config/ArmCord" + path: "{{ ansible_user_dir }}/.config/armcord" state: directory force: false - name: "[Discord] Configure" ansible.builtin.copy: src: "./" - dest: "{{ ansible_user_dir }}/.config/ArmCord" + dest: "{{ ansible_user_dir }}/.config/armcord" diff --git a/roles/fish/files/config.fish b/roles/fish/files/config.fish index b81262c..e8e519c 100755 --- a/roles/fish/files/config.fish +++ b/roles/fish/files/config.fish @@ -178,6 +178,7 @@ alias gitpkg='pacman -Q | grep -i "\-git" | wc -l' # List amount of -git packag alias cleanup='sudo pacman -Rns (pacman -Qtdq)' # Cleanup orphaned packages alias jctl="journalctl -p 3 -xb" # Get the error messages from journalctl alias rip="expac --timefmt='%Y-%m-%d %T' '%l\t%n %v' | sort | tail -200 | nl" # Recent installed packages +alias h="cliphist list | fzf | cliphist decode | wl-copy" # Get fastest mirrors alias mirror="sudo reflector -f 30 -l 30 --number 10 --verbose --save /etc/pacman.d/mirrorlist" diff --git a/roles/hypr/tasks/main.yml b/roles/hypr/tasks/main.yml index ac265ca..5bd13cd 100644 --- a/roles/hypr/tasks/main.yml +++ b/roles/hypr/tasks/main.yml @@ -3,7 +3,7 @@ kewlfft.aur.aur: name: - hyprland - - hyprlock-git + - hyprlock state: present - name: "[Hyprland] Create config folder"