From 613053554296088907e809bc3fecc359a7a058c8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Fri, 17 Jun 2022 00:14:53 +0200 Subject: [PATCH] Rofi cfg fix --- rofi/.config/rofi/config.rasi | 64 ++--------------------------------- 1 file changed, 3 insertions(+), 61 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 5d198fa..a67ab01 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -24,6 +24,8 @@ configuration { /* ignored-prefixes: "";*/ /* sort: false;*/ /* sorting-method: "normal";*/ + show-icons: true; + icon-theme: "Breeze"; /* case-sensitive: false;*/ /* cycle: true;*/ /* sidebar-mode: false;*/ @@ -146,65 +148,5 @@ configuration { } } -* { - fnt: "IBM Plex Mono 12"; - bg: #272a36; - bg-alt: #44475a; - fg: #f8f8f8; - blue: #6272a4; - purple: #bd93f0; - - background-color: @bg; - border: 0; - margin: 0; - padding: 0; - spacing: 0; -} - -element { - padding: 12; - text-color: @blue; -} - -element selected { - text-color: @purple; -} - -element-text { - background-color: inherit; - text-color: inherit; -} - -entry { - background-color: @blue; - padding: 12 0 12 3; - text-color: @fg; -} - -inputbar { - children: [prompt, entry]; -} - -listview { - columns: 1; - lines: 8; -} - -mainbox { - children: [inputbar, listview]; -} - -prompt { - background-color: @blue; - enabled: true; - font: @fnt; - padding: 12 0 0 12; - text-color: @fg; -} - -window { - transparency: "real"; - background-color: @bg; -} -@theme "/usr/share/rofi/themes/sidebar.rasi" +@theme "doomsidebar"