update: huge style update
This commit is contained in:
@@ -1,22 +1,26 @@
|
||||
// Configuration
|
||||
configuration {
|
||||
modi: "drun,run,filebrowser,window";
|
||||
modi: "clipboard";
|
||||
show-icons: true;
|
||||
display-drun: " ";
|
||||
display-run: " ";
|
||||
display-filebrowser: " ";
|
||||
display-window: " ";
|
||||
display-clipboard: " Clipboard";
|
||||
drun-display-format: "{name}";
|
||||
window-format: "{w} · {c} · {t}";
|
||||
|
||||
// binds
|
||||
// kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
|
||||
// kb-row-down: "Down,Control+j";
|
||||
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
|
||||
kb-row-down: "Down,Control+j";
|
||||
kb-accept-entry: "Control+m,Return,KP_Enter";
|
||||
terminal: "mate-terminal";
|
||||
kb-remove-to-eol: "Control+Shift+e";
|
||||
kb-mode-complete: "Control+Shift+t";
|
||||
kb-mode-next: "Shift+Right,Control+Tab,Control+l";
|
||||
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
|
||||
kb-remove-char-back: "BackSpace";
|
||||
}
|
||||
|
||||
// Global Properties
|
||||
@import "./colors.rasi"
|
||||
@import "./fonts.rasi"
|
||||
@import "./themes/colors.rasi"
|
||||
@import "./themes/fonts.rasi"
|
||||
|
||||
* {
|
||||
border-color: var(border);
|
||||
|
||||
Reference in New Issue
Block a user