further fix playbooks
This commit is contained in:
@@ -22,6 +22,11 @@
|
|||||||
group: vashqlf
|
group: vashqlf
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
- name: Reload i3 config
|
||||||
|
ansible.builtin.shell: i3-msg reload
|
||||||
|
args:
|
||||||
|
executable: /bin/zsh
|
||||||
|
|
||||||
- name: Set gruvbox theme in nvim
|
- name: Set gruvbox theme in nvim
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
|
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
|
||||||
@@ -34,3 +39,13 @@
|
|||||||
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
|
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
|
||||||
done
|
done
|
||||||
ignore_errors: true
|
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
|
||||||
|
|||||||
@@ -112,16 +112,17 @@ bindsym $mod+a focus parent
|
|||||||
|
|
||||||
# Define names for default workspaces for which we configure key bindings later on.
|
# Define names for default workspaces for which we configure key bindings later on.
|
||||||
# We use variables to avoid repeating the names in multiple places.
|
# We use variables to avoid repeating the names in multiple places.
|
||||||
set $ws1 "1 "
|
#
|
||||||
set $ws2 "2 "
|
set $ws1 "1|I"
|
||||||
set $ws3 "3 "
|
set $ws2 "2|II"
|
||||||
set $ws4 "4 "
|
set $ws3 "3|III"
|
||||||
set $ws5 "5 "
|
set $ws4 "4|IV"
|
||||||
set $ws6 "6 "
|
set $ws5 "5|V"
|
||||||
set $ws7 "7 "
|
set $ws6 "6|VI"
|
||||||
set $ws8 "8 "
|
set $ws7 "7|VII"
|
||||||
set $ws9 "9 "
|
set $ws8 "8|VIII"
|
||||||
set $ws10 "10 "
|
set $ws9 "9|IX"
|
||||||
|
set $ws10 "10|X"
|
||||||
|
|
||||||
#assigning workspaces to monitors
|
#assigning workspaces to monitors
|
||||||
workspace $ws1 output $leftmonitor
|
workspace $ws1 output $leftmonitor
|
||||||
@@ -230,12 +231,13 @@ bar {
|
|||||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||||
tray_output HDMI-0
|
tray_output HDMI-0
|
||||||
|
|
||||||
position top
|
position bottom
|
||||||
font pango:DejaVu Sans Mono, Font Awesome 7 Free Regular 11
|
font pango: JetBrainsMono NF 14
|
||||||
separator_symbol " "
|
separator_symbol " "
|
||||||
colors{
|
colors{
|
||||||
background $nc
|
background $nc
|
||||||
separator $bg
|
separator $bg
|
||||||
|
statusline $fg
|
||||||
# border bg text
|
# border bg text
|
||||||
focused_workspace $nc $fc $nc
|
focused_workspace $nc $fc $nc
|
||||||
inactive_workspace $nc $nc $fc
|
inactive_workspace $nc $nc $fc
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ bar {
|
|||||||
tray_output HDMI-0
|
tray_output HDMI-0
|
||||||
|
|
||||||
position top
|
position top
|
||||||
font pango:DejaVu Sans Mono, Font Awesome 7 Free Regular 11
|
font pango:JetBrainsMono NF 11
|
||||||
separator_symbol " "
|
separator_symbol " "
|
||||||
colors{
|
colors{
|
||||||
background $nc
|
background $nc
|
||||||
|
|||||||
@@ -22,6 +22,11 @@
|
|||||||
group: vashqlf
|
group: vashqlf
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
- name: Reload i3 config
|
||||||
|
ansible.builtin.shell: i3-msg reload
|
||||||
|
args:
|
||||||
|
executable: /bin/zsh
|
||||||
|
|
||||||
- name: Set gruvbox theme in nvim
|
- name: Set gruvbox theme in nvim
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
|
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
|
||||||
@@ -34,3 +39,13 @@
|
|||||||
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
|
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
|
||||||
done
|
done
|
||||||
ignore_errors: true
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user