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;