From cff292b9b8633519d3f15038b1f323d257cdbde0 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 18 Sep 2021 19:31:09 +0300 Subject: [PATCH] Update rofi config --- rofi_config.rasi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rofi_config.rasi b/rofi_config.rasi index 6f67932..6af6d9d 100644 --- a/rofi_config.rasi +++ b/rofi_config.rasi @@ -1 +1,5 @@ -@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" +configuration { + theme: "gruvbox-dark"; + show-icons: true; + icon-theme: "Papirus"; +}