further fix playbooks

This commit is contained in:
2026-05-10 00:36:48 +02:00
parent f0f16dcc2c
commit aec591f33e
4 changed files with 45 additions and 13 deletions
+15
View File
@@ -22,6 +22,11 @@
group: vashqlf
mode: '0644'
- name: Reload i3 config
ansible.builtin.shell: i3-msg reload
args:
executable: /bin/zsh
- name: Set gruvbox theme in nvim
ansible.builtin.lineinfile:
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
@@ -34,3 +39,13 @@
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
done
ignore_errors: true
- name: Reload NvChad config in case not running
ansible.builtin.shell: nvim --headless "+lua require('nvchad.utils').reload()" +qa
args:
executable: /bin/zsh
- name: Fix rofi config
ansible.builtin.shell: /home/vashqlf/Code/Shell/rasi-wal-fix.sh
args:
executable: /bin/zsh
+14 -12
View File
@@ -112,16 +112,17 @@ bindsym $mod+a focus parent
# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1 "
set $ws2 "2 "
set $ws3 "3  "
set $ws4 "4 "
set $ws5 "5 "
set $ws6 "6 "
set $ws7 "7 "
set $ws8 "8 "
set $ws9 "9 "
set $ws10 "10 "
# 󱂉
set $ws1 "1|I"
set $ws2 "2|II"
set $ws3 "3|III"
set $ws4 "4|IV"
set $ws5 "5|V"
set $ws6 "6|VI"
set $ws7 "7|VII"
set $ws8 "8|VIII"
set $ws9 "9|IX"
set $ws10 "10|X"
#assigning workspaces to monitors
workspace $ws1 output $leftmonitor
@@ -230,12 +231,13 @@ bar {
status_command i3blocks -c ~/.config/i3/i3blocks.conf
tray_output HDMI-0
position top
font pango:DejaVu Sans Mono, Font Awesome 7 Free Regular 11
position bottom
font pango: JetBrainsMono NF 14
separator_symbol " "
colors{
background $nc
separator $bg
statusline $fg
# border bg text
focused_workspace $nc $fc $nc
inactive_workspace $nc $nc $fc
+1 -1
View File
@@ -231,7 +231,7 @@ bar {
tray_output HDMI-0
position top
font pango:DejaVu Sans Mono, Font Awesome 7 Free Regular 11
font pango:JetBrainsMono NF 11
separator_symbol " "
colors{
background $nc
+15
View File
@@ -22,6 +22,11 @@
group: vashqlf
mode: '0644'
- name: Reload i3 config
ansible.builtin.shell: i3-msg reload
args:
executable: /bin/zsh
- name: Set gruvbox theme in nvim
ansible.builtin.lineinfile:
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
@@ -34,3 +39,13 @@
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
done
ignore_errors: true
- name: Reload NvChad config in case not running
ansible.builtin.shell: nvim --headless "+lua require('nvchad.utils').reload()" +qa
args:
executable: /bin/zsh
- name: Fix rofi config
ansible.builtin.shell: /home/vashqlf/Code/Shell/rasi-wal-fix.sh
args:
executable: /bin/zsh