From 93a738f0e49ee6afe264908dd070f7c08620b9d3 Mon Sep 17 00:00:00 2001 From: c0de Date: Mon, 20 Sep 2021 22:35:10 -0500 Subject: [PATCH] Fix rofi iceberg-dark theme Rofi version 1.7.0: Iggy 2024 was released and it included a lot of changes to the internal structure of the configuration. The old way was slightly incompatible, and I found most of the config wasn't used anyways. I made it so by default the text is legible, but it may break the whole urgent and alternate theming --- home/.config/rofi/config.rasi | 8 -------- home/.config/rofi/themes/iceberg-dark.rasi | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/home/.config/rofi/config.rasi b/home/.config/rofi/config.rasi index 7e2c2da..a59d9fb 100644 --- a/home/.config/rofi/config.rasi +++ b/home/.config/rofi/config.rasi @@ -1,12 +1,4 @@ configuration { theme: "iceberg-dark"; - separator-style: "solid"; - sidebar-mode: false; - lines: 5; font: "Source Code Pro Semibold 10.5"; - bw: 1; - columns: 3; - padding: 5; - fixed-num-lines: true; - hide-scrollbar: true; } diff --git a/home/.config/rofi/themes/iceberg-dark.rasi b/home/.config/rofi/themes/iceberg-dark.rasi index ed7dbf0..21cefff 100644 --- a/home/.config/rofi/themes/iceberg-dark.rasi +++ b/home/.config/rofi/themes/iceberg-dark.rasi @@ -58,6 +58,8 @@ border-color: @palette-bg2; separatorcolor: @border-color; scrollbar-handle: @palette-bg2; + + text-color: @alternate-normal-foreground; } #window { @@ -98,6 +100,8 @@ border-color: @palette-bg2; padding: 0px 0px 5px 0px; scrollbar: @scrollbar; + columns: 3; + lines: 5; }