From 8434eaf9a616934130a0c84eec63a25c83b45e80 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 4 Apr 2021 22:02:25 +0200 Subject: [PATCH] [UPDATE][ROFI] Update deprecated config format --- rofi/.config/rofi/config | 2 -- rofi/.config/rofi/config.rasi | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 rofi/.config/rofi/config create mode 100644 rofi/.config/rofi/config.rasi diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config deleted file mode 100644 index a004d45..0000000 --- a/rofi/.config/rofi/config +++ /dev/null @@ -1,2 +0,0 @@ -rofi.modi: drun,windowcd,ssh,run -rofi.theme: /usr/share/rofi/themes/gruvbox-dark-hard.rasi diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi new file mode 100644 index 0000000..cdfdeef --- /dev/null +++ b/rofi/.config/rofi/config.rasi @@ -0,0 +1,4 @@ +configuration { + modi: "drun,windowcd,ssh,run"; + theme: "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"; +}