Last active
November 28, 2017 20:48
-
-
Save hxss/454dbae7f1f66dd0578725d359caea1e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| configuration { | |
| modi: "drun,run"; | |
| theme: "fullscreen"; | |
| /*width: 1920;*/ | |
| /*height: 100;*/ | |
| /*lines: 5;*/ | |
| /* columns: 1;*/ | |
| /*font: "mono 18";*/ | |
| /* bw: 1;*/ | |
| /* location: 0;*/ | |
| /*padding: 800;*/ | |
| /* yoffset: 0;*/ | |
| /* xoffset: 0;*/ | |
| /* fixed-num-lines: true;*/ | |
| /* show-icons: false;*/ | |
| /* terminal: "rofi-sensible-terminal";*/ | |
| /* ssh-client: "ssh";*/ | |
| /* ssh-command: "{terminal} -e {ssh-client} {host}";*/ | |
| /* run-command: "{cmd}";*/ | |
| /* run-list-command: "";*/ | |
| /* run-shell-command: "{terminal} -e {cmd}";*/ | |
| /* window-command: "xkill -id {window}";*/ | |
| /* drun-icon-theme: ;*/ | |
| /* disable-history: false;*/ | |
| /* sort: false;*/ | |
| /* levenshtein-sort: false;*/ | |
| /* case-sensitive: false;*/ | |
| /* cycle: true;*/ | |
| /* sidebar-mode: false;*/ | |
| /* eh: 1;*/ | |
| /* auto-select: false;*/ | |
| /* parse-hosts: false;*/ | |
| /* parse-known-hosts: true;*/ | |
| /* combi-modi: "window,run";*/ | |
| /*matching: "fuzzy";*/ | |
| /* tokenize: true;*/ | |
| /* m: "-5";*/ | |
| /* line-margin: 2;*/ | |
| /*line-padding: 8;*/ | |
| /* filter: ;*/ | |
| /*separator-style: "none";*/ | |
| /*hide-scrollbar: true;*/ | |
| /*fullscreen: true;*/ | |
| /* fake-transparency: false;*/ | |
| dpi: 0; | |
| /* threads: 0;*/ | |
| /* scrollbar-width: 8;*/ | |
| /* scroll-method: 0;*/ | |
| /* fake-background: "screenshot";*/ | |
| /* window-format: "{w} {i}{c} {t}";*/ | |
| /* click-to-exit: true;*/ | |
| /* show-match: true;*/ | |
| /* theme: ;*/ | |
| /*color-normal: "#00000000, #ffffff, #00000000, #00000000, #5294e2";*/ | |
| /*color-urgent: "#00000000, #ffffff, #00000000, #00000000, #ffffff";*/ | |
| /*color-active: "#00000000, #ffffff, #00000000, #00000000, #ffffff";*/ | |
| /*color-window: "#cc000000, #00000000, #00000000";*/ | |
| /* plugin-path: "/usr/lib/rofi";*/ | |
| /* pid: "/run/user/1000/rofi.pid";*/ | |
| /* display-window: ;*/ | |
| /* display-windowcd: ;*/ | |
| /* display-run: ;*/ | |
| /* display-ssh: ;*/ | |
| /* display-drun: ;*/ | |
| /* display-combi: ;*/ | |
| /* display-keys: ;*/ | |
| /* kb-primary-paste: "Control+V,Shift+Insert";*/ | |
| /* kb-secondary-paste: "Control+v,Insert";*/ | |
| /* kb-clear-line: "Control+w";*/ | |
| /* kb-move-front: "Control+a";*/ | |
| kb-move-front: "Home,KP_Home"; | |
| /* kb-move-end: "Control+e";*/ | |
| kb-move-end: "End,KP_End"; | |
| /* kb-move-word-back: "Alt+b";*/ | |
| kb-move-word-back: "Control+Left"; | |
| /* kb-move-word-forward: "Alt+f";*/ | |
| kb-move-word-forward: "Control+Right"; | |
| /* kb-move-char-back: "Left,Control+b";*/ | |
| /* kb-move-char-forward: "Right,Control+f";*/ | |
| /* kb-remove-word-back: "Control+Alt+h,Control+BackSpace";*/ | |
| /* kb-remove-word-forward: "Control+Alt+d";*/ | |
| kb-remove-word-forward: "Control+Alt+d,Control+Delete"; | |
| /* kb-remove-char-forward: "Delete,Control+d";*/ | |
| /* kb-remove-char-back: "BackSpace,Control+h";*/ | |
| /* kb-remove-to-eol: "Control+k";*/ | |
| /* kb-remove-to-sol: "Control+u";*/ | |
| /* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/ | |
| /* kb-accept-custom: "Control+Return";*/ | |
| /* kb-accept-alt: "Shift+Return";*/ | |
| /* kb-delete-entry: "Shift+Delete";*/ | |
| /* kb-mode-next: "Shift+Right,Control+Tab";*/ | |
| kb-mode-next: "F2"; | |
| /* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/ | |
| kb-mode-previous: "F1"; | |
| /* kb-row-left: "Control+Page_Up";*/ | |
| /* kb-row-right: "Control+Page_Down";*/ | |
| /* kb-row-up: "Up,Control+p,ISO_Left_Tab";*/ | |
| /* kb-row-down: "Down,Control+n";*/ | |
| /* kb-row-tab: "Tab";*/ | |
| /* kb-page-prev: "Page_Up";*/ | |
| /* kb-page-next: "Page_Down";*/ | |
| /* kb-row-first: "Home,KP_Home";*/ | |
| kb-row-first: "Shift+Home,Shift+KP_Home"; | |
| /* kb-row-last: "End,KP_End";*/ | |
| kb-row-last: "Shift+End,Shift+KP_End"; | |
| /* kb-row-select: "Control+space";*/ | |
| /* kb-screenshot: "Alt+S";*/ | |
| /* kb-toggle-case-sensitivity: "grave,dead_grave";*/ | |
| /* kb-toggle-sort: "Alt+grave";*/ | |
| /* kb-cancel: "Escape,Control+g,Control+bracketleft";*/ | |
| /* kb-custom-1: "Alt+1";*/ | |
| /* kb-custom-2: "Alt+2";*/ | |
| /* kb-custom-3: "Alt+3";*/ | |
| /* kb-custom-4: "Alt+4";*/ | |
| /* kb-custom-5: "Alt+5";*/ | |
| /* kb-custom-6: "Alt+6";*/ | |
| /* kb-custom-7: "Alt+7";*/ | |
| /* kb-custom-8: "Alt+8";*/ | |
| /* kb-custom-9: "Alt+9";*/ | |
| /* kb-custom-10: "Alt+0";*/ | |
| /* kb-custom-11: "Alt+exclam";*/ | |
| /* kb-custom-12: "Alt+at";*/ | |
| /* kb-custom-13: "Alt+numbersign";*/ | |
| /* kb-custom-14: "Alt+dollar";*/ | |
| /* kb-custom-15: "Alt+percent";*/ | |
| /* kb-custom-16: "Alt+dead_circumflex";*/ | |
| /* kb-custom-17: "Alt+ampersand";*/ | |
| /* kb-custom-18: "Alt+asterisk";*/ | |
| /* kb-custom-19: "Alt+parenleft";*/ | |
| /* kb-select-1: "Super+1";*/ | |
| /* kb-select-2: "Super+2";*/ | |
| /* kb-select-3: "Super+3";*/ | |
| /* kb-select-4: "Super+4";*/ | |
| /* kb-select-5: "Super+5";*/ | |
| /* kb-select-6: "Super+6";*/ | |
| /* kb-select-7: "Super+7";*/ | |
| /* kb-select-8: "Super+8";*/ | |
| /* kb-select-9: "Super+9";*/ | |
| /* kb-select-10: "Super+0";*/ | |
| /* ml-row-left: "Mouse6";*/ | |
| /* ml-row-right: "Mouse7";*/ | |
| /* ml-row-up: "Mouse4";*/ | |
| /* ml-row-down: "Mouse5";*/ | |
| /* me-select-entry: "Mouse1";*/ | |
| /* me-accept-entry: "MouseD1";*/ | |
| /* me-accept-custom: "Control+MouseD1";*/ | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| clr-white: #ffffff; | |
| clr-blue: #5294e2; | |
| clr-bg: #000000cc; | |
| clr-transparent: #00000000; | |
| width: 1920px; | |
| font: "mono 18"; | |
| background-color: @clr-transparent; | |
| text-color: @clr-white; | |
| } | |
| #window { | |
| width: 200px; | |
| /*padding: 800px;*/ | |
| fullscreen: true; | |
| orientation: vertical; | |
| children: [ top, middle, bottom ]; | |
| background-color: @clr-bg; | |
| } | |
| #top { | |
| expand: "y"; | |
| /*background-color: pink;*/ | |
| } | |
| #bottom { | |
| expand: "y"; | |
| /*background-color: pink;*/ | |
| } | |
| #middle { | |
| expand: false; | |
| orientation: horizontal; | |
| background-color: #ff0000; | |
| children: [ left, mainbox, right ]; | |
| /*spacing: 100px;*/ | |
| } | |
| #left { | |
| /*expand: "x";*/ | |
| background-color: green; | |
| } | |
| #right { | |
| /*expand: "x";*/ | |
| background-color: green; | |
| } | |
| #mainbox { | |
| /*expand: false;*/ | |
| border: 150px; | |
| border-color: pink; | |
| } | |
| #inputbar { | |
| padding: 8px; | |
| } | |
| #prompt { | |
| } | |
| #entry { | |
| } | |
| #case-indicator { | |
| } | |
| #message { | |
| padding: 8px; | |
| } | |
| #textbox { | |
| } | |
| #listview { | |
| lines: 5; | |
| } | |
| #scrollbar { | |
| enabled: false; | |
| } | |
| #element { | |
| padding: 8px; | |
| } | |
| #element.normal.normal { | |
| } | |
| #element.normal.urgent { | |
| } | |
| #element.normal.active { | |
| } | |
| #element.selected.normal { | |
| text-color: @clr-blue; | |
| } | |
| #element.selected.urgent { | |
| } | |
| #element.selected.active { | |
| } | |
| #element.alternate.normal { | |
| } | |
| #element.alternate.urgent { | |
| } | |
| #element.alternate.active { | |
| } | |
| #sidebar { | |
| } | |
| #button.selected { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment