(rofi) fixed warnings, changed terminal to ghostty

This commit is contained in:
scbj
2025-06-02 12:11:59 +02:00
committed by quak
parent a537cfacb4
commit 67cc885880
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ configuration {
modes: "combi,window,run,ssh"; modes: "combi,window,run,ssh";
combi-modes: "drun,run,ssh"; combi-modes: "drun,run,ssh";
monitor: -1; monitor: -1;
terminal: "alacritty"; terminal: "ghostty";
case-sensitive: false; case-sensitive: false;
timeout { timeout {
action: "kb-cancel"; action: "kb-cancel";

View File

@@ -1,7 +1,7 @@
* { * {
font: "JetBrains Mono Nerd Font 14"; font: "JetBrains Mono Nerd Font 14";
zx-transparent: transparent; zx-transparent: #00000000;
zx-white: #C8C8C8FF; zx-white: #C8C8C8FF;
zx-dark-blue: #000010EA; zx-dark-blue: #000010EA;
zx-blue: #203050C8; zx-blue: #203050C8;
@@ -15,7 +15,7 @@
zx-accent: @zx-light-blue; zx-accent: @zx-light-blue;
zx-text: @zx-white; zx-text: @zx-white;
background-color: transparent; background-color: #00000000;
} }
window { window {
@@ -72,13 +72,13 @@ listview {
spacing: 5px; spacing: 5px;
border: 0px; border: 0px;
background-color: @transparent; //@zx-background; background-color: @zx-transparent; //@zx-background;
children: [element]; children: [element];
} }
element { element {
background-color: transparent; background-color: @zx-transparent;
text-color: inherit; text-color: inherit;
border: 0; border: 0;