From 669a54e10025040aff0192f1db5981587665660c Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 15 Apr 2021 19:33:52 +0200 Subject: [PATCH] rofi theme now fixed path --- .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 af9a7bf..a633bdc 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.rasi"; + theme: "/home/marc/.config/rofi/themes/awel.rasi"; }