transparent

This commit is contained in:
Benjamin Palko 2024-04-06 18:27:33 -05:00
parent f5bb626fa7
commit f6d949a345
2 changed files with 17 additions and 18 deletions

View file

@ -17,8 +17,8 @@ configuration {
window-format: "{w} · {c} · {t}";
}
@import "~/.cache/wal/colors-rofi-pywal.rasi"
/* ---- Load pywal colors (custom wal template) ---- */
@import "~/.cache/wal/colors-rofi-pywal"
* { border-width: 3px; }
@ -32,7 +32,6 @@ window {
margin: 0px;
color: #FFFFFF;
border: @border-width;
border-color: @foreground;
cursor: "default";
transparency: "real";
location: center;
@ -49,7 +48,7 @@ mainbox {
orientation: horizontal;
spacing: 0px;
margin: 0px;
background-color: @background;
background-color: transparent;
background-image: @current-image;
children: ["imagebox","listbox"];
}
@ -83,7 +82,7 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
background-color: @background;
background-color: transparent;
children: [ "textbox-prompt-colon", "entry" ];
}
@ -116,7 +115,7 @@ mode-switcher{
button {
padding: 10px;
border-radius: 10px;
background-color: @background;
background-color: transparent;
text-color: inherit;
cursor: pointer;
border: 0px;
@ -142,7 +141,7 @@ listview {
spacing: 0px;
padding: 10px;
margin: 0px;
background-color: @background;
background-color: transparent;
border:0px;
}