🎨 ux(rofi): enable transparent background

This commit is contained in:
Sergio Laín 2024-04-07 02:00:38 +02:00
parent 2c24e0a0be
commit 38b30a4488
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -35,7 +35,8 @@ window {
padding: 0px;
border-radius: 10px;
cursor: "default";
background-color: #24273A;
transparency: "real";
background-color: #24273ACC;
}
/*****----- Main Box -----*****/
@ -64,7 +65,7 @@ textbox-prompt-colon {
border: 0px;
border-radius: 7px;
border-color: #363A4F;
background-color: #363A4F;
background-color: #494d64;
text-color: #CAD3F5;
str: " ";
}
@ -74,7 +75,7 @@ entry {
border: 0px;
border-radius: 7px;
border-color: #363A4F;
background-color: #363A4F;
background-color: #494d64;
text-color: #CAD3F5;
cursor: text;
placeholder: "Search...";
@ -145,7 +146,7 @@ mode-switcher{
enabled: true;
expand: false;
spacing: 15px;
background-color: #24273A;
background-color: transparent;
}
button {
font: "JetBrainsMono NF 10";