huge rework in order to take full advantage of ansible roles

This commit is contained in:
aminnairi
2023-12-30 17:05:26 +01:00
parent b961d14b97
commit bf3625081d
73 changed files with 506 additions and 532 deletions
@@ -0,0 +1,6 @@
configuration {
modi: "drun,combi";
font: "JetBrains Mono Nerd Font 14";
combi-modi: "window,drun";
}
@theme "/usr/share/rofi/themes/purple.rasi"
+25
View File
@@ -0,0 +1,25 @@
---
- name: Install Rofi (application switcher)
become: true
pacman:
name: rofi
state: present
- name: Install Rofi Emoji (emoji selector for Rofi)
become: true
pacman:
name: rofi-emoji
state: present
- name: Install Rbw (Bitwarden CLI)
become: true
pacman:
name: rbw
state: present
# - name: Install Rofi Bitwarden (Bitwarden client for Rofi)
# kewlfft.aur.aur:
# name: rofi-rbw
# state: present
# update_cache: true
- name: Setup Rofi
synchronize:
src: rofi
dest: /$HOME/.config