diff options
| -rw-r--r-- | .config/rofi/config.rasi | 84 | ||||
| -rw-r--r-- | .config/rofi/img/bg.jpg | bin | 0 -> 1654584 bytes |
2 files changed, 76 insertions, 8 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 8f1c308..260674b 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi | |||
| @@ -1,11 +1,79 @@ | |||
| 1 | configuration { | 1 | configuration { |
| 2 | modi: "combi,ssh"; | 2 | modi: "drun,window"; |
| 3 | show-icons: true; | 3 | font: "Iosevka 10"; |
| 4 | terminal: "kitty"; | 4 | drun-display-format: "{name} [<span weight='light' size='small'> | {generic}</span>]"; |
| 5 | combi-modi: "window,drun"; | 5 | sidebar-mode: false; |
| 6 | display-window: "↪"; | 6 | show-icons: true; |
| 7 | display-run: "!"; | 7 | icon-theme: "Qogir-dark"; |
| 8 | display-drun: "λ"; | 8 | terminal: "kitty"; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | @theme "/usr/share/rofi/themes/arthur.rasi" | 11 | @theme "/dev/null" |
| 12 | |||
| 13 | * { | ||
| 14 | bg: #191724; | ||
| 15 | fg: #e0def4; | ||
| 16 | button: #31748f; | ||
| 17 | background-color: @bg; | ||
| 18 | text-color: @fg; | ||
| 19 | } | ||
| 20 | |||
| 21 | window { | ||
| 22 | transparency: "real"; | ||
| 23 | width: 40%; | ||
| 24 | } | ||
| 25 | |||
| 26 | prompt { enabled: false; } | ||
| 27 | |||
| 28 | entry { | ||
| 29 | placeholder: "search"; | ||
| 30 | placeholder-color: @fg; | ||
| 31 | expand: true; | ||
| 32 | padding: 1.5%; | ||
| 33 | border-radius: 8px; | ||
| 34 | } | ||
| 35 | |||
| 36 | inputbar { | ||
| 37 | children: [ prompt, entry ]; | ||
| 38 | background-image: url("img/bg.jpg", width); | ||
| 39 | expand: false; | ||
| 40 | border-radius: 0px 0 8px 8px; | ||
| 41 | padding: 100px 30px 30px 300px; | ||
| 42 | } | ||
| 43 | |||
| 44 | listview { | ||
| 45 | columns: 1; | ||
| 46 | lines: 5; | ||
| 47 | cycle: false; | ||
| 48 | dynamic: true; | ||
| 49 | layout: vertical; | ||
| 50 | padding: 30px 200px 30px 30px; | ||
| 51 | } | ||
| 52 | |||
| 53 | mainbox { children: [ inputbar, listview ]; } | ||
| 54 | |||
| 55 | element { | ||
| 56 | orientation: horizontal; | ||
| 57 | padding: 1.5% 0%; | ||
| 58 | border-radius: 8px; | ||
| 59 | } | ||
| 60 | |||
| 61 | element-text { | ||
| 62 | expand: true; | ||
| 63 | vertical-align: 0.5; | ||
| 64 | margin: 0% 0% 0% 0%; | ||
| 65 | background-color: inherit; | ||
| 66 | text-color: inherit; | ||
| 67 | } | ||
| 68 | |||
| 69 | element-icon { | ||
| 70 | size: 24px; | ||
| 71 | vertical-align: 0.5; | ||
| 72 | margin: 0% 5%; | ||
| 73 | background-color: transparent; | ||
| 74 | } | ||
| 75 | |||
| 76 | element selected { | ||
| 77 | background-color: @button; | ||
| 78 | border-radius: 8px; | ||
| 79 | } | ||
diff --git a/.config/rofi/img/bg.jpg b/.config/rofi/img/bg.jpg new file mode 100644 index 0000000..fef84a1 --- /dev/null +++ b/.config/rofi/img/bg.jpg | |||
| Binary files differ | |||
