From 58a993d84ba6994c820a34ef7d3469ef32cfc787 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Tue, 30 Nov 2021 18:07:48 -0800 Subject: [PATCH] Update rofi config for 1.7.1 - Move config to config.rasi. Was this always broken? - Change theme declaration to @theme per 1.7.1 changelog --- .config/rofi/config | 1 - .config/rofi/config.rasi | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .config/rofi/config create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index 2a5f38b..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1 +0,0 @@ -rofi.theme: ~/.config/rofi/base16.rasi diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..4df14f5 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1 @@ +@theme "~/.config/rofi/base16.rasi"