refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
169
.config/rofi/launchers-git/column.rasi
Normal file
169
.config/rofi/launchers-git/column.rasi
Normal file
|
@ -0,0 +1,169 @@
|
|||
/*
|
||||
*
|
||||
* Author : Aditya Shakya (adi1090x)
|
||||
* Mail : adi1090x@gmail.com
|
||||
* Github : @adi1090x
|
||||
* Reddit : @adi1090x
|
||||
*
|
||||
*/
|
||||
|
||||
configuration {
|
||||
font: "Noto Sans 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;
|
||||
}
|
||||
|
||||
/* -- Light -- */
|
||||
* {
|
||||
background: #e5e5e5ff;
|
||||
background-alt: #e5e5e5ff;
|
||||
background-ib: #FFFFFFFF;
|
||||
foreground: #000000A6;
|
||||
border: #80808066;
|
||||
border-sel: #1A73E9FF;
|
||||
selected: #D7D7D7FF;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
|
||||
/* -- Dark -- */
|
||||
/*
|
||||
* {
|
||||
background: #212121ff;
|
||||
background-alt: #212121ff;
|
||||
background-ib: #151515FF;
|
||||
foreground: #EDEDEDFF;
|
||||
border: #EDEDED4d;
|
||||
border-sel: #1A73E9FF;
|
||||
selected: #151515ff;
|
||||
urgent: #DA4453FF;
|
||||
}
|
||||
*/
|
||||
|
||||
window {
|
||||
transparency: "real";
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
border: 0px;
|
||||
border-radius: 0px;
|
||||
border-color: @border;
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
location: east;
|
||||
anchor: east;
|
||||
x-offset: 0;
|
||||
y-offset: 0;
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 4px 0px 4px;
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
font: "FantasqueSansMono Nerd Font 20";
|
||||
}
|
||||
|
||||
|
||||
inputbar {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
expand: false;
|
||||
border: 0px 0px 2px 0px;
|
||||
border-radius: 4px;
|
||||
border-color: @border;
|
||||
margin: 10px 5px 0px 5px;
|
||||
padding: 6px 6px 6px 6px;
|
||||
position: center;
|
||||
}
|
||||
|
||||
entry {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
placeholder-color: @foreground;
|
||||
expand: true;
|
||||
horizontal-align: 0;
|
||||
padding: 3px 0px 3px 0px;
|
||||
placeholder: "Search ...";
|
||||
blink: true;
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
background-color: @background-ib;
|
||||
text-color: @foreground;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
listview {
|
||||
background-color: @background;
|
||||
columns: 1;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
layout: vertical;
|
||||
}
|
||||
|
||||
mainbox {
|
||||
background-color: @background;
|
||||
children: [ inputbar, listview ];
|
||||
spacing: 10px;
|
||||
padding: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue