@ -18,25 +18,27 @@ configuration {
}
/* ---- Load pywal colors (custom wal template) ---- */
@import "~/.cache/wal/colors-rofi-dark .rasi"
@import "~/.config/rofi/pywal-color/pywal-theme .rasi"
/* ---- Window ---- */
window {
width: 600px;
width: 30%;
height: 30%;
x-offset: 0px;
y-offset: 0px;
spacing: 0px;
padding: 0px;
margin: 0px;
color: #FFFFFF;
color: transparent;
border: 2px;
border-color: @background;
cursor: "default";
transparency: "real";
location: center;
anchor: center;
fullscreen: false;
enabled: true;
border-radius: 12px;
background-color: transparent;
border-radius: 10px;
}
/* ---- Mainbox ---- */
@ -45,9 +47,9 @@ mainbox {
orientation: horizontal;
spacing: 0px;
margin: 0px;
background-color: @background ;
background-color: transparent ;
background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "listbox"];
children: [ "imagebox", "listbox" ];
}
/* ---- Imagebox ---- */
@ -63,9 +65,8 @@ listbox {
spacing: 20px;
background-color: transparent;
orientation: vertical;
children: [ "inputbar", "message", "listview" ];
children: [ "message", "listview" ];
}
/* ---- Dummy ---- */
dummy {
background-color: transparent;
@ -79,15 +80,13 @@ inputbar {
padding: 15px;
border-radius: 10px;
border-color: @foreground;
background-color: rgba(0,0,0,0.4);
children: [ "textbox-prompt-colon", "entry" ];
}
textbox-prompt-colon {
enabled: true;
expand: false;
str: " ";
background-color: transparent;
str: "🔎 ";
text-color: inherit;
}
@ -96,10 +95,8 @@ entry {
background-color: transparent;
text-color: inherit;
cursor: text;
placeholder: "Clipboard Search ";
placeholder: "Choose ";
placeholder-color: inherit;
border-radius: 10px;
border: 0px;
}
/* ---- Mode Switcher ---- */
@ -120,7 +117,7 @@ button {
}
button selected {
background-color: inherit ;
background-color: @selected-normal-background ;
text-color: @foreground;
}
@ -139,16 +136,16 @@ listview {
spacing: 0px;
padding: 10px;
margin: 0px;
background-color: rgba(0,0,0,0.6);
border-radius: 10px;
border: 0px;
background-image: url("~/.config/rofi/.current_wallpaper", height);
}
/* ---- Element ---- */
element {
enabled: true;
padding: 10 px;
margin: 5 px;
padding: 5 px;
margin: 2 px;
cursor: pointer;
background-color: @background;
border-radius: 10px;
@ -171,7 +168,7 @@ element normal.active {
}
element selected.normal {
background-color: inherit ;
background-color: @selected-normal-background ;
text-color: @foreground;
}
@ -218,10 +215,10 @@ element-text {
/*****----- Message -----*****/
message {
background-color: transparent;
border:0px;
margin:20px 0px 0px 0px;
padding:0px;
spacing:0px;
border: 0px;
margin: 20px 0px 0px 0px;
padding: 0px;
spacing: 0px;
border-radius: 10px;
}