|
|
|
|
@ -39,7 +39,7 @@ window {
|
|
|
|
|
fullscreen: false; |
|
|
|
|
enabled: true; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
background-color: @background-color; |
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* ---- Mainbox ---- */ |
|
|
|
|
@ -47,10 +47,9 @@ mainbox {
|
|
|
|
|
enabled: true; |
|
|
|
|
orientation: vertical; |
|
|
|
|
padding: 8px; |
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
|
background-color: transparent; |
|
|
|
|
children: [ "imagebox" ]; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
background-color: @background; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* ---- Imagebox ---- */ |
|
|
|
|
|