(rofi) fixed warnings, changed terminal to ghostty
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user