Initial Commit

This commit is contained in:
2024-11-29 07:56:21 +01:00
parent 554b648e64
commit 520091ac6d
224 changed files with 2895 additions and 0 deletions

69
.config/rofi/config.rasi Normal file
View File

@@ -0,0 +1,69 @@
configuration {
font: "TTF/HackNedrFont-Regular 12";
location: 2;
fixed-num-lines: true;
show-icons: true;
sorting-method: "fzf";
sidebar-mode: true;
cycle: false;
scroll-method: 1;
hover-select: false;
matching: "glob";
kb-primary-paste: "Control+v";
kb-secondary-paste: "Control+Shift+v";
kb-secondary-copy: "Control+c";
kb-clear-line: "Control+d";
kb-move-front: "Control+i";
kb-move-end: "Control+a";
kb-move-word-back: "Control+b";
kb-move-word-forward: "Control+w";
kb-move-char-back: "Left";
kb-move-char-forward: "Right";
kb-remove-word-back: "Control+BackSpace";
kb-remove-word-forward: "";
kb-remove-char-forward: "";
kb-remove-char-back: "BackSpace";
kb-remove-to-eol: "";
kb-remove-to-sol: "";
kb-accept-entry: "Return";
kb-accept-custom: "Control+Return";
kb-accept-custom-alt: "Control+Alt+Return";
kb-accept-alt: "Alt+Return";
kb-delete-entry: "";
kb-mode-next: "Control+l";
kb-mode-previous: "Control+h";
kb-mode-complete: "Control+n";
kb-row-left: "";
kb-row-right: "";
kb-row-up: "";
kb-row-down:"";
kb-row-tab: "";
kb-element-next: "Control+j,Down";
kb-element-prev: "Control+k,Up";
kb-page-prev: "";
kb-page-next: "";
kb-row-first: "";
kb-row-last: "";
kb-row-select: "";
kb-screenshot: "";
kb-ellipsize: "";
kb-toggle-case-sensitivity: "Alt+c";
kb-toggle-sort: "Alt+s";
kb-cancel: "Escape";
kb-custom-1: "";
kb-custom-2: "";
kb-custom-3: "";
kb-custom-4: "";
kb-custom-5: "";
kb-custom-6: "";
kb-custom-7: "";
kb-custom-8: "";
kb-custom-9: "";
kb-custom-10: "";
kb-custom-11: "";
kb-custom-12: "";
kb-custom-13: "";
kb-custom-14: "";
}
@import "theme.rasinc"

82
.config/rofi/theme.rasinc Normal file
View File

@@ -0,0 +1,82 @@
window {
background-color: #313244;
border: 3px solid;
border-color: #b4befe;
border-radius: 0 0 1em 1em;
y-offset: -3px;
width: 80%;
}
scrollbar {
background-color: #313244;
handle-width: 1em;
handle-color: #b4befe;
}
mainbox {
background-color: #313244;
orientation: vertical;
color: #cdd6f4;
}
inputbar {
background-color: inherit;
color: inherit;
}
prompt {
color: inherit;
}
entry {
color: inherit;
}
num-filtered-rows {
color: inherit;
}
case-indicator {
color: inherit;
}
num-rows {
color: inherit;
}
listview {
background-color: #313244;
lines: 11;
spacing: 1px;
}
element, element-text, element-icon {
background-color: #313244;
color: #cdd6f4;
}
element normal.normal, element alternate.normal {
background-color: transparent;
}
element selected.normal, element selected.active{
background-color: #f38ba8;
}
element normal.active, element alternate.active{
background-color: #94e2d5;
}
mode-switcher {
background-color: #313244;
color: #cdd6f4;
}
button {
color: inherit;
}
button selected.normal {
background-color: #6c7086;
color: inherit;
}