From ec7671c7358c2ccbe4946913e10a577b213d8290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 10 Dec 2020 16:19:47 +0100 Subject: [PATCH] Add config for rofi setting theme --- dotfiles.yml | 3 +++ rofi/config | 1 + 2 files changed, 4 insertions(+) create mode 100644 rofi/config diff --git a/dotfiles.yml b/dotfiles.yml index 268338f..2ceebbc 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -3,6 +3,7 @@ empty_directories: - name: .gnupg mode: '0700' - name: .config/nvim + - name: .config/rofi dotfiles: - from: autostart/autostart.sh to: .autostart.sh @@ -54,3 +55,5 @@ dotfiles: - from: alacritty/alacritty.yml to: .config/alacritty.yml template: true + - from: rofi/config + to: .config/rofi/config diff --git a/rofi/config b/rofi/config new file mode 100644 index 0000000..3f9465b --- /dev/null +++ b/rofi/config @@ -0,0 +1 @@ +rofi.theme: /usr/share/rofi/themes/gruvbox-dark-soft.rasi