From ae2bf38891a03087559ec2b15df3a2ed28dda5a9 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 19 Sep 2024 09:36:29 +0200 Subject: [PATCH] rofi: correct syntax for colorscheme --- rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 4514f00..e2039d2 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,7 +1,7 @@ configuration { modi: "combi,run,ssh,window"; combi-modi: "window,run,ssh"; - theme: "solarized_alternate"; font: "Monospace 10"; monitor: "-4"; } +@theme "solarized_alternate"