move config files to new directory

This commit is contained in:
ksyasuda
2021-07-28 23:44:53 -07:00
commit 58f9300f1e
121 changed files with 16536 additions and 0 deletions

54
rofi/rofi-mpd.rasi Normal file
View File

@@ -0,0 +1,54 @@
* {
background-color: #282C34;
border-color: #2e343f;
text-color: #8ca0aa;
spacing: 0;
width: 70%;
font: "Open Sans 24";
lines: 24;
markup: true;
y-offset: 1.5%;
}
rofi {
border: 1px;
border-color: red;
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
border: 4px;
}
element {
border: 0 1px 1px 0;
padding: 16px;
}
element selected {
color: #a4ce82;
background-color: #56a7b5;
}

55
rofi/slate-bluetooth.rasi Normal file
View File

@@ -0,0 +1,55 @@
* {
background-color: #282C34;
border-color: #2e343f;
text-color: #8ca0aa;
spacing: 0;
width: 35%;
font: "Open Sans 12";
lines: 10;
markup: true;
y-offset: 4.9%;
x-offset: 6.5%;
}
rofi {
border: 1px;
border-color: red;
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
border: 4px;
}
element {
border: 0 1px 1px 0;
padding: 16px;
}
element selected {
color: #a4ce82;
background-color: #56a7b5;
}

66
rofi/slate.rasi Normal file
View File

@@ -0,0 +1,66 @@
* {
active-background: #6ba86d;
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: #fe6d32;
urgent-foreground: @foreground;
alternate-active-background: @background;
alternate-active-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: #d8dee9;
selected-active-foreground: @foreground;
selected-normal-background: #6ba86d;
selected-normal-foreground: @foreground;
selected-urgent-background: #af9a0a;
selected-urgent-foreground: @foreground;
background-color: rgba(0,0,0,10%);
background: #282c34;
foreground: #dcdfe4;
border-color: @background;
spacing: 0;
border: 0;
padding: 0;
}
window {
background-color: @background;
width: 75%;
padding: 4px;
children: [ listview ];
}
mainbox {
border: 10;
}
inputbar {
enabled: false;
}
message {
enabled: false;
}
textbox {
enabled: false;
}
listview {
columns: 5;
fixed-height: true;
lines: 1;
}
element {
width: 15em;
}
element-text {
enabled: false;
}
element-icon {
padding: 10px;
size: 15em;
}
element-icon selected{
background-color: @selected-active-background;
}

68
rofi/theme.rasi Normal file
View File

@@ -0,0 +1,68 @@
* {
active-background: #6ba86d;
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: #fe6d32;
urgent-foreground: @foreground;
alternate-active-background: @background;
alternate-active-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: #d8dee9;
selected-active-foreground: @foreground;
selected-normal-background: #6ba86d;
selected-normal-foreground: @foreground;
selected-urgent-background: #af9a0a;
selected-urgent-foreground: @foreground;
background-color: rgba(0,0,0,10%);
background: #282c34;
foreground: #dcdfe4;
border-color: @background;
spacing: 0;
border: 0;
padding: 0;
markup: true;
markup-rows: true;
}
window {
background-color: @background;
width: 75%;
padding: 4px;
children: [ listview ];
}
mainbox {
border: 10;
}
inputbar {
enabled: false;
}
message {
enabled: false;
}
textbox {
enabled: false;
}
listview {
columns: 5;
fixed-height: true;
lines: 1;
}
element {
width: 15em;
}
element-text {
enabled: false;
}
element-icon {
padding: 10px;
size: 15em;
}
element-icon selected{
background-color: @selected-active-background;
}