|
|
|
@ -6,7 +6,7 @@ configuration { |
|
|
|
font: "Fira Code SemiBold 14"; |
|
|
|
font: "Fira Code SemiBold 14"; |
|
|
|
show-icons: true; |
|
|
|
show-icons: true; |
|
|
|
display-drun: ""; |
|
|
|
display-drun: ""; |
|
|
|
display-run: ""; |
|
|
|
display-run: ""; |
|
|
|
display-filebrowser: ""; |
|
|
|
display-filebrowser: ""; |
|
|
|
display-window: ""; |
|
|
|
display-window: ""; |
|
|
|
drun-display-format: "{name}"; |
|
|
|
drun-display-format: "{name}"; |
|
|
|
@ -14,7 +14,7 @@ configuration { |
|
|
|
me-select-entry: "MouseSecondary"; |
|
|
|
me-select-entry: "MouseSecondary"; |
|
|
|
me-accept-entry: "MousePrimary"; |
|
|
|
me-accept-entry: "MousePrimary"; |
|
|
|
window-format: "{w} · {c} · {t}"; |
|
|
|
window-format: "{w} · {c} · {t}"; |
|
|
|
|
|
|
|
dpi: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* ---- Load pywal colors (custom wal template) ---- */ |
|
|
|
/* ---- Load pywal colors (custom wal template) ---- */ |
|
|
|
@ -22,16 +22,15 @@ configuration { |
|
|
|
|
|
|
|
|
|
|
|
/* ---- Window ---- */ |
|
|
|
/* ---- Window ---- */ |
|
|
|
window { |
|
|
|
window { |
|
|
|
width: 50%; |
|
|
|
width: 34%; |
|
|
|
height: 50%; |
|
|
|
|
|
|
|
x-offset: 0px; |
|
|
|
x-offset: 0px; |
|
|
|
y-offset: 0px; |
|
|
|
y-offset: 0px; |
|
|
|
spacing: 0px; |
|
|
|
spacing: 0px; |
|
|
|
padding: 0px; |
|
|
|
padding: 2px; |
|
|
|
margin: 0px; |
|
|
|
margin: 0px; |
|
|
|
color: transparent; |
|
|
|
color: transparent; |
|
|
|
border: 2px; |
|
|
|
border: 1px; |
|
|
|
border-color: @background; |
|
|
|
border-color: @active-background; |
|
|
|
cursor: "default"; |
|
|
|
cursor: "default"; |
|
|
|
transparency: "real"; |
|
|
|
transparency: "real"; |
|
|
|
location: center; |
|
|
|
location: center; |
|
|
|
@ -45,27 +44,24 @@ window { |
|
|
|
mainbox { |
|
|
|
mainbox { |
|
|
|
enabled: true; |
|
|
|
enabled: true; |
|
|
|
orientation: horizontal; |
|
|
|
orientation: horizontal; |
|
|
|
spacing: 0px; |
|
|
|
padding: 20px; |
|
|
|
margin: 0px; |
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
background-color: transparent; |
|
|
|
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
|
|
|
|
children: [ "imagebox", "listbox" ]; |
|
|
|
children: [ "imagebox", "listbox" ]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* ---- Imagebox ---- */ |
|
|
|
/* ---- Imagebox ---- */ |
|
|
|
imagebox { |
|
|
|
imagebox { |
|
|
|
padding: 18px; |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
|
|
|
|
|
orientation: vertical; |
|
|
|
orientation: vertical; |
|
|
|
children: [ "inputbar", "dummy", "mode-switcher" ]; |
|
|
|
children: [ "inputbar", "dummy", "mode-switcher" ]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* ---- Listbox ---- */ |
|
|
|
/* ---- Listbox ---- */ |
|
|
|
listbox { |
|
|
|
listbox { |
|
|
|
spacing: 20px; |
|
|
|
spacing: 4px; |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
|
orientation: vertical; |
|
|
|
orientation: vertical; |
|
|
|
children: [ "message", "listview" ]; |
|
|
|
children: [ "listview" ]; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ---- Dummy ---- */ |
|
|
|
/* ---- Dummy ---- */ |
|
|
|
dummy { |
|
|
|
dummy { |
|
|
|
@ -80,22 +76,24 @@ inputbar { |
|
|
|
padding: 15px; |
|
|
|
padding: 15px; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
border-color: @foreground; |
|
|
|
border-color: @foreground; |
|
|
|
|
|
|
|
background-color: transparent; |
|
|
|
children: [ "textbox-prompt-colon", "entry" ]; |
|
|
|
children: [ "textbox-prompt-colon", "entry" ]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
textbox-prompt-colon { |
|
|
|
textbox-prompt-colon { |
|
|
|
enabled: true; |
|
|
|
enabled: true; |
|
|
|
expand: false; |
|
|
|
expand: false; |
|
|
|
str: "🔎 "; |
|
|
|
str: "🔎 "; |
|
|
|
text-color: inherit; |
|
|
|
text-color: inherit; |
|
|
|
|
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
entry { |
|
|
|
entry { |
|
|
|
enabled: true; |
|
|
|
enabled: true; |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
|
text-color: inherit; |
|
|
|
text-color: inherit; |
|
|
|
cursor: text; |
|
|
|
cursor: text; |
|
|
|
placeholder: "Choose Waybar Layout"; |
|
|
|
placeholder: "Choose Waybar Style"; |
|
|
|
placeholder-color: inherit; |
|
|
|
placeholder-color: inherit; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -108,16 +106,15 @@ mode-switcher{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
button { |
|
|
|
button { |
|
|
|
padding: 10px; |
|
|
|
padding: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
background-color: @background; |
|
|
|
background-color: transparent; |
|
|
|
text-color: inherit; |
|
|
|
text-color: inherit; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
border: 0px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
button selected { |
|
|
|
button selected { |
|
|
|
background-color: @selected-normal-background; |
|
|
|
background-color: @selected-normal-background; |
|
|
|
text-color: @foreground; |
|
|
|
text-color: @foreground; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -125,20 +122,16 @@ button selected { |
|
|
|
listview { |
|
|
|
listview { |
|
|
|
enabled: true; |
|
|
|
enabled: true; |
|
|
|
columns: 1; |
|
|
|
columns: 1; |
|
|
|
lines: 10; |
|
|
|
lines: 16; |
|
|
|
cycle: true; |
|
|
|
spacing: 4px; |
|
|
|
dynamic: true; |
|
|
|
dynamic: true; |
|
|
|
scrollbar: true; |
|
|
|
cycle: true; |
|
|
|
layout: vertical; |
|
|
|
scrollbar: false; |
|
|
|
reverse: false; |
|
|
|
layout: vertical; |
|
|
|
fixed-height: true; |
|
|
|
reverse: false; |
|
|
|
fixed-columns: true; |
|
|
|
fixed-height: false; |
|
|
|
spacing: 0px; |
|
|
|
fixed-columns: false; |
|
|
|
padding: 10px; |
|
|
|
background-color: transparent; |
|
|
|
margin: 0px; |
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
|
|
|
|
|
border: 0px; |
|
|
|
|
|
|
|
background-image: url("~/.config/rofi/.current_wallpaper", height); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* ---- Element ---- */ |
|
|
|
/* ---- Element ---- */ |
|
|
|
@ -147,7 +140,7 @@ element { |
|
|
|
padding: 5px; |
|
|
|
padding: 5px; |
|
|
|
margin: 2px; |
|
|
|
margin: 2px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
background-color: @background; |
|
|
|
background-color: transparent; |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
border: 0px; |
|
|
|
border: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -215,26 +208,19 @@ element-text { |
|
|
|
/*****----- Message -----*****/ |
|
|
|
/*****----- Message -----*****/ |
|
|
|
message { |
|
|
|
message { |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
|
border: 0px; |
|
|
|
|
|
|
|
margin: 20px 0px 0px 0px; |
|
|
|
margin: 20px 0px 0px 0px; |
|
|
|
padding: 0px; |
|
|
|
|
|
|
|
spacing: 0px; |
|
|
|
|
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
textbox { |
|
|
|
textbox { |
|
|
|
padding: 15px; |
|
|
|
padding: 15px; |
|
|
|
margin: 0px; |
|
|
|
background-color: transparent; |
|
|
|
border-radius: 0px; |
|
|
|
|
|
|
|
background-color: @background; |
|
|
|
|
|
|
|
text-color: @foreground; |
|
|
|
text-color: @foreground; |
|
|
|
vertical-align: 0.5; |
|
|
|
|
|
|
|
horizontal-align: 0.0; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
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; |
|
|
|
} |
|
|
|
} |
|
|
|
|