Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DioptricDesign authored May 5, 2022
1 parent a14eb65 commit 1a43640
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions config.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
configuration {
location: 2;
yoffset: 22;
modi: "window,drun,ssh,combi";
font: "Jetbrains Mono 10";
combi-modi: "window,drun,ssh";
}
@theme "/dev/null"

* {
bg: #282828;
bg-alt: #32302f;

fg: #fbf1c7;
fg-alt: #a89984;

background-color: @bg;

border: 0;
margin: 0;
padding: 0;
spacing: 0;
}

window {
width: 30%;
}

element {
padding: 8 0;
text-color: @fg-alt;
}

element selected {
text-color: @fg;
}

element-text {
background-color: inherit;
text-color: inherit;
vertical-align: 0.5;
}

element-icon {
size: 30;
}

entry {
background-color: @bg-alt;
padding: 12;
text-color: @fg;
}

inputbar {
children: [prompt, entry];
}

listview {
padding: 8 12;
background-color: @bg;
columns: 1;
lines: 8;
}

mainbox {
background-color: @bg;
children: [inputbar, listview];
}

prompt {
background-color: @bg-alt;
enabled: true;
padding: 12 0 0 12;
text-color: @fg;
}

0 comments on commit 1a43640

Please sign in to comment.