From 67cc885880a560b2d0d185cfafb6c5b6bd50c1f8 Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 2 Jun 2025 12:11:59 +0200 Subject: [PATCH] (rofi) fixed warnings, changed terminal to ghostty --- rofi/.config/rofi/config.rasi | 2 +- rofi/.config/rofi/themes/zegonix-blue.rasi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 96e97c3..d04a997 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -5,7 +5,7 @@ configuration { modes: "combi,window,run,ssh"; combi-modes: "drun,run,ssh"; monitor: -1; - terminal: "alacritty"; + terminal: "ghostty"; case-sensitive: false; timeout { action: "kb-cancel"; diff --git a/rofi/.config/rofi/themes/zegonix-blue.rasi b/rofi/.config/rofi/themes/zegonix-blue.rasi index e88ba42..4e32a21 100644 --- a/rofi/.config/rofi/themes/zegonix-blue.rasi +++ b/rofi/.config/rofi/themes/zegonix-blue.rasi @@ -1,7 +1,7 @@ * { font: "JetBrains Mono Nerd Font 14"; - zx-transparent: transparent; + zx-transparent: #00000000; zx-white: #C8C8C8FF; zx-dark-blue: #000010EA; zx-blue: #203050C8; @@ -15,7 +15,7 @@ zx-accent: @zx-light-blue; zx-text: @zx-white; - background-color: transparent; + background-color: #00000000; } window { @@ -72,13 +72,13 @@ listview { spacing: 5px; border: 0px; - background-color: @transparent; //@zx-background; + background-color: @zx-transparent; //@zx-background; children: [element]; } element { - background-color: transparent; + background-color: @zx-transparent; text-color: inherit; border: 0;