Browse Source

replaced wallpaper rasi

pull/116/head
JaKooLit 2 years ago
parent
commit
020b2bbc38
  1. 62
      config/rofi/config-wallpaper.rasi

62
config/rofi/config-wallpaper.rasi

@ -24,7 +24,7 @@ configuration {
/* ---- Window ---- */ /* ---- Window ---- */
window { window {
width: 800px; width: 700px;
/*height: 450px;*/ /*height: 450px;*/
x-offset: 0px; x-offset: 0px;
y-offset: 0px; y-offset: 0px;
@ -48,10 +48,10 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); /*background-image: url("~/.config/rofi/.current_wallpaper", width);*/
children: [ "imagebox"]; children: [ "imagebox"];
border-radius: 12px; border-radius: 12px;
background-color: @background; background-color: @active-background;
} }
/* ---- Imagebox ---- */ /* ---- Imagebox ---- */
@ -110,26 +110,26 @@ entry {
/* ---- Listview ---- */ /* ---- Listview ---- */
listview { listview {
enabled: true; enabled: true;
columns: 2; columns: 4;
lines: 3; lines: 3;
spacing: 4px; spacing: 4px;
dynamic: true; dynamic: true;
cycle: true; cycle: true;
scrollbar: true; scrollbar: true;
layout: vertical; layout: vertical;
reverse: false; reverse: false;
fixed-height: true; fixed-height: true;
fixed-columns: false; fixed-columns: false;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
} }
/* ---- Element ---- */ /* ---- Element ---- */
element { element {
enabled: true; enabled: true;
padding: 5px; padding: 5px;
margin: 5px; margin: 2px;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: transparent;
border-radius: 10px; border-radius: 10px;
@ -182,36 +182,36 @@ element alternate.active {
} }
element-icon { element-icon {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: inherit;
size: 100px; size: 150px;
cursor: inherit; cursor: inherit;
horizontal-align: 0.5;
} }
element-text { element-text {
background-color: transparent; background-color: transparent;
text-color: inherit; text-color: transparent;
cursor: inherit; cursor: inherit;
vertical-align: 0.5;
horizontal-align: 0.0;
} }
/*****----- Message -----*****/ /*****----- Message -----*****/
message { message {
background-color: @background; background-color: @background;
margin: 20px 0px 0px 0px; margin: 20px 0px 0px 0px;
border-radius: 10px; border-radius: 10px;
} }
textbox { textbox {
padding: 15px; padding: 15px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }
error-message { error-message {
padding: 15px; padding: 15px;
border-radius: 20px; border-radius: 20px;
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }

Loading…
Cancel
Save