|
|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ |
|
|
|
|
/* Main Config */ |
|
|
|
|
|
|
|
|
|
/* ---- Configuration ---- */ |
|
|
|
|
configuration { |
|
|
|
|
@ -14,6 +15,7 @@ configuration {
|
|
|
|
|
me-select-entry: "MouseSecondary"; |
|
|
|
|
me-accept-entry: "MousePrimary"; |
|
|
|
|
window-format: "{w} · {c} · {t}"; |
|
|
|
|
dpi: 1; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -22,16 +24,15 @@ configuration {
|
|
|
|
|
|
|
|
|
|
/* ---- Window ---- */ |
|
|
|
|
window { |
|
|
|
|
width: 45%; |
|
|
|
|
height: 45%; |
|
|
|
|
width: 35%; |
|
|
|
|
x-offset: 0px; |
|
|
|
|
y-offset: 0px; |
|
|
|
|
spacing: 0px; |
|
|
|
|
padding: 0px; |
|
|
|
|
padding: 2px; |
|
|
|
|
margin: 0px; |
|
|
|
|
color: transparent; |
|
|
|
|
border: 2px; |
|
|
|
|
border-color: @background; |
|
|
|
|
border: 1px; |
|
|
|
|
border-color: @active-background; |
|
|
|
|
cursor: "default"; |
|
|
|
|
transparency: "real"; |
|
|
|
|
location: center; |
|
|
|
|
@ -45,16 +46,13 @@ window {
|
|
|
|
|
mainbox { |
|
|
|
|
enabled: true; |
|
|
|
|
orientation: horizontal; |
|
|
|
|
spacing: 0px; |
|
|
|
|
margin: 0px; |
|
|
|
|
background-color: transparent; |
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
|
padding: 20px; |
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", width); |
|
|
|
|
children: [ "imagebox", "listbox" ]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* ---- Imagebox ---- */ |
|
|
|
|
imagebox { |
|
|
|
|
padding: 18px; |
|
|
|
|
background-color: transparent; |
|
|
|
|
orientation: vertical; |
|
|
|
|
children: [ "inputbar", "dummy", "mode-switcher" ]; |
|
|
|
|
@ -62,10 +60,10 @@ imagebox {
|
|
|
|
|
|
|
|
|
|
/* ---- Listbox ---- */ |
|
|
|
|
listbox { |
|
|
|
|
spacing: 20px; |
|
|
|
|
spacing: 4px; |
|
|
|
|
background-color: transparent; |
|
|
|
|
orientation: vertical; |
|
|
|
|
children: [ "message", "listview" ]; |
|
|
|
|
children: [ "listview" ]; |
|
|
|
|
} |
|
|
|
|
/* ---- Dummy ---- */ |
|
|
|
|
dummy { |
|
|
|
|
@ -80,6 +78,7 @@ inputbar {
|
|
|
|
|
padding: 15px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
border-color: @foreground; |
|
|
|
|
background-color: transparent; |
|
|
|
|
children: [ "textbox-prompt-colon", "entry" ]; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -88,6 +87,7 @@ textbox-prompt-colon {
|
|
|
|
|
expand: false; |
|
|
|
|
str: "🔎 "; |
|
|
|
|
text-color: inherit; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
entry { |
|
|
|
|
@ -95,7 +95,7 @@ entry {
|
|
|
|
|
background-color: transparent; |
|
|
|
|
text-color: inherit; |
|
|
|
|
cursor: text; |
|
|
|
|
placeholder: "Choose"; |
|
|
|
|
placeholder: "Search"; |
|
|
|
|
placeholder-color: inherit; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -110,10 +110,9 @@ mode-switcher{
|
|
|
|
|
button { |
|
|
|
|
padding: 10px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
background-color: @background; |
|
|
|
|
background-color: transparent; |
|
|
|
|
text-color: inherit; |
|
|
|
|
cursor: pointer; |
|
|
|
|
border: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
button selected { |
|
|
|
|
@ -125,20 +124,17 @@ button selected {
|
|
|
|
|
listview { |
|
|
|
|
enabled: true; |
|
|
|
|
columns: 1; |
|
|
|
|
lines: 10; |
|
|
|
|
cycle: true; |
|
|
|
|
lines: 9; |
|
|
|
|
spacing: 4px; |
|
|
|
|
dynamic: true; |
|
|
|
|
enabled: true; |
|
|
|
|
cycle: true; |
|
|
|
|
scrollbar: false; |
|
|
|
|
layout: vertical; |
|
|
|
|
reverse: false; |
|
|
|
|
fixed-height: true; |
|
|
|
|
fixed-columns: true; |
|
|
|
|
spacing: 0px; |
|
|
|
|
padding: 10px; |
|
|
|
|
margin: 0px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
border: 0px; |
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
|
reverse: true; |
|
|
|
|
fixed-height: false; |
|
|
|
|
fixed-columns: false; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* ---- Element ---- */ |
|
|
|
|
@ -147,7 +143,7 @@ element {
|
|
|
|
|
padding: 5px; |
|
|
|
|
margin: 2px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
background-color: @background; |
|
|
|
|
background-color: transparent; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
border: 0px; |
|
|
|
|
} |
|
|
|
|
@ -215,21 +211,14 @@ element-text {
|
|
|
|
|
/*****----- Message -----*****/ |
|
|
|
|
message { |
|
|
|
|
background-color: transparent; |
|
|
|
|
border: 0px; |
|
|
|
|
margin: 20px 0px 0px 0px; |
|
|
|
|
padding: 0px; |
|
|
|
|
spacing: 0px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
textbox { |
|
|
|
|
padding: 15px; |
|
|
|
|
margin: 0px; |
|
|
|
|
border-radius: 0px; |
|
|
|
|
background-color: @background; |
|
|
|
|
background-color: transparent; |
|
|
|
|
text-color: @foreground; |
|
|
|
|
vertical-align: 0.5; |
|
|
|
|
horizontal-align: 0.0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
error-message { |
|
|
|
|
|