From dcf6a1d2843a07d0cb42c324225fc0743a435d64 Mon Sep 17 00:00:00 2001 From: c0de Date: Tue, 14 Dec 2021 11:01:52 -0600 Subject: [PATCH] Fix rofi theme Rofi version 1.7.1: Turtley amazing! was released and it adds a breaking change (why is this not 2.0 per semantic version?) that moves theme configuration from being a direct property of configuration, it now gets included similar to an @import with @theme "theme-name" being put after the configuration block. 1.7.2: Shellebrations! was released a few days after 1.7.1, but the Arch package has not yet been updated. This allows theme in configuration block again, but that should now be considered deprecated. https://github.com/davatorium/rofi/releases/tag/1.7.1 https://github.com/davatorium/rofi/releases/tag/1.7.2 --- home/.config/rofi/config.rasi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/rofi/config.rasi b/home/.config/rofi/config.rasi index a59d9fb..09602b3 100644 --- a/home/.config/rofi/config.rasi +++ b/home/.config/rofi/config.rasi @@ -1,4 +1,5 @@ configuration { - theme: "iceberg-dark"; font: "Source Code Pro Semibold 10.5"; } +@theme "iceberg-dark" +