Add rofi config
This commit is contained in:
parent
b288a5c43e
commit
beee045156
1
roles/dotfiles/files/rofi_config
Normal file
1
roles/dotfiles/files/rofi_config
Normal file
@ -0,0 +1 @@
|
||||
rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
|
@ -52,6 +52,7 @@
|
||||
- '{{home}}/.ssh/config'
|
||||
- '{{home}}/.config/i3/config'
|
||||
- '{{home}}/.config/i3status/config'
|
||||
- '{{home}}/.config/rofi/config'
|
||||
|
||||
- name: Make sure folders exist
|
||||
file:
|
||||
@ -60,6 +61,7 @@
|
||||
loop:
|
||||
- '{{home}}/.config/i3/'
|
||||
- '{{home}}/.config/i3status/'
|
||||
- '{{home}}/.config/rofi/'
|
||||
- '{{home}}/.ssh/'
|
||||
- '{{home}}/pictures/shots/'
|
||||
|
||||
@ -76,6 +78,8 @@
|
||||
dest: '{{home}}/.config/i3/config'
|
||||
- src: '{{files_dir}}/i3status_config'
|
||||
dest: '{{home}}/.config/i3status/config'
|
||||
- src: '{{files_dir}}/rofi_config'
|
||||
dest: '{{home}}/.config/rofi/config'
|
||||
- src: '{{files_dir}}/tmux.conf'
|
||||
dest: '{{home}}/.tmux.conf'
|
||||
- src: '{{files_dir}}/ssh_config'
|
||||
|
Loading…
x
Reference in New Issue
Block a user