Add config for rofi setting theme
This commit is contained in:
@@ -3,6 +3,7 @@ empty_directories:
|
|||||||
- name: .gnupg
|
- name: .gnupg
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
- name: .config/nvim
|
- name: .config/nvim
|
||||||
|
- name: .config/rofi
|
||||||
dotfiles:
|
dotfiles:
|
||||||
- from: autostart/autostart.sh
|
- from: autostart/autostart.sh
|
||||||
to: .autostart.sh
|
to: .autostart.sh
|
||||||
@@ -54,3 +55,5 @@ dotfiles:
|
|||||||
- from: alacritty/alacritty.yml
|
- from: alacritty/alacritty.yml
|
||||||
to: .config/alacritty.yml
|
to: .config/alacritty.yml
|
||||||
template: true
|
template: true
|
||||||
|
- from: rofi/config
|
||||||
|
to: .config/rofi/config
|
||||||
|
|||||||
1
rofi/config
Normal file
1
rofi/config
Normal file
@@ -0,0 +1 @@
|
|||||||
|
rofi.theme: /usr/share/rofi/themes/gruvbox-dark-soft.rasi
|
||||||
Reference in New Issue
Block a user