From 6b5dee89de13465862a2849a3182806932584105 Mon Sep 17 00:00:00 2001 From: benjilegeek Date: Sat, 9 May 2026 01:12:35 +0200 Subject: [PATCH] add ricing playbooks --- playbooks/rices/test.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 playbooks/rices/test.yml diff --git a/playbooks/rices/test.yml b/playbooks/rices/test.yml new file mode 100644 index 0000000..5b35311 --- /dev/null +++ b/playbooks/rices/test.yml @@ -0,0 +1,22 @@ +--- +- name: Gruvbox Rice + hosts: localhost + connection: local + + tasks: + - name: Set gruvbox pywal theme + ansible.builtin.shell: wal --theme base16-gruvbox-medium + args: + executable: /bin/zsh + + - name: Change to gruvbox wallpaper + ansible.builtin.lineinfile: + path: /home/vashqlf/.config/i3/config + regexp: '^exec feh --bg-fill' + line: exec feh --bg-fill /home/vashqlf/Pictures/wallpapers/gruvbox_tilly2v3.jpg + + - name: Change to gruvbox theme in nvim + ansible.builtin.lineinfile: + path: /home/vashqlf/.config/nvim/lua/chadrc.lua + regexp: 'theme' + line: ' theme = "gruvbox",'