From a44dae6d809848b42ae1be7bab0d2c404c7aa615 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 31 Aug 2020 18:11:25 +0200 Subject: [PATCH] rofi theme togglable --- .config/rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index b7f7fa2..016c087 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -4,5 +4,5 @@ configuration { modi: "drun,run,window,ssh"; - theme: ".config/rofi/themes/awel"; + theme: ".config/rofi/themes/current"; }