Rename folder

This commit is contained in:
Marco Thomas
2020-09-09 22:56:56 +02:00
parent 35e7a89ade
commit 84372f4c4a
328 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,155 @@
/*
*
* Author : Aditya Shakya (adi1090x)
* Mail : adi1090x@gmail.com
* Github : @adi1090x
* Reddit : @adi1090x
*
*/
configuration {
font: "FiraCode Nerd Font Mono 10";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
drun-display-format: "{name}";
threads: 0;
scroll-method: 0;
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
}
* {
background: #1d1f28;
background-alt: #282a36;
background-ib: #282a36;
foreground: #fdfdfd;
border: #282a36;
border-sel: #79e6f3;
selected: #282a36;
urgent: #f37f97;
}
window {
transparency: "real";
background-color: @background;
text-color: @foreground;
border: 6px;
border-radius: 15px;
border-color: @border;
height: 1030px;
width: 25%;
location: west;
anchor: west;
x-offset: 15px;
y-offset: 15px;
}
prompt {
enabled: true;
padding: 0px 8px 0px 4px;
background-color: @background-ib;
text-color: @foreground;
font: "FiraCode Nerd Font Mono 20";
}
inputbar {
background-color: @background-ib;
text-color: @foreground;
expand: false;
border: 0px 0px 0px 0px;
border-radius: 30px;
border-color: @border;
margin: 0px 0px 0px 0px;
padding: 2px 2px 2px 2px;
position: center;
}
entry {
background-color: @background-ib;
text-color: @foreground;
placeholder-color: @foreground;
expand: true;
horizontal-align: 0;
padding: 8px 2px 2px 2px;
placeholder: "Search Apps";
blink: true;
}
case-indicator {
background-color: @background-ib;
text-color: @foreground;
spacing: 0;
}
listview {
background-color: @background;
columns: 2;
spacing: 4px;
cycle: false;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @background;
children: [ inputbar, listview ];
spacing: 10px;
padding: 8px 15px 8px 15px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: vertical;
border-radius: 0px;
margin: 0px 5px 0px 5px;
padding: 10px 0px 10px 0px;
}
element-icon {
size: 64px;
border: 0px;
}
element-text {
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
margin: 5px 10px 0px 10px;
}
element normal.urgent,
element alternate.urgent {
background-color: @urgent;
text-color: @foreground;
border-radius: 9px;
}
element normal.active,
element alternate.active {
background-color: @background-alt;
text-color: @foreground;
}
element selected {
background-color: @selected;
text-color: @foreground;
border: 0px 0px 2px 0px;
border-radius: 4px;
border-color: @border-sel;
}
element selected.urgent {
background-color: @urgent;
text-color: @foreground;
}
element selected.active {
background-color: @background-alt;
color: @foreground;
}