aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorLoek Le Blansch <l.leblansch@gmail.com>2020-06-21 22:05:17 +0200
committerLoek Le Blansch <l.leblansch@gmail.com>2020-06-21 22:05:17 +0200
commit47a4416df21412a9184a9b5045233260c1cb80bb (patch)
treebd5463ec7698868ab61d84a1ae0af1ebd4984ce8 /.config/rofi
dots v2
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config17
-rw-r--r--.config/rofi/pywal.rasi40
2 files changed, 57 insertions, 0 deletions
diff --git a/.config/rofi/config b/.config/rofi/config
new file mode 100644
index 0000000..9aa0c48
--- /dev/null
+++ b/.config/rofi/config
@@ -0,0 +1,17 @@
+rofi.show-icons: false
+rofi.modi: drun,run,window,ssh
+rofi.lines: 7
+rofi.line-padding: 10
+rofi.matching: fuzzy
+rofi.bw: 0
+rofi.padding: 0
+rofi.separator-style: none
+rofi.hide-scrollbar: true
+rofi.line-margin: 0
+rofi.font: sans-serif 10
+rofi.theme: /home/loek/.config/rofi/pywal.rasi
+rofi.kb-row-up: Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab
+rofi.kb-row-down: Down,Control+j
+rofi.kb-accept-entry: Control+m,Return,KP_Enter
+rofi.kb-remove-to-eol: Control+Shift+e
+
diff --git a/.config/rofi/pywal.rasi b/.config/rofi/pywal.rasi
new file mode 100644
index 0000000..7297da0
--- /dev/null
+++ b/.config/rofi/pywal.rasi
@@ -0,0 +1,40 @@
+* {
+ background-color: #14141533;
+ text-color: #c4c4c4;
+ spacing: 0;
+ width: 720px;
+}
+
+inputbar {
+ border: 0 0 1px 0;
+ children: [prompt, entry];
+}
+
+prompt {
+ padding: 16px;
+}
+
+textbox {
+ background-color: #141415;
+ border-color: #141415;
+ padding: 8px 16px;
+}
+
+entry {
+ padding: 16px;
+}
+
+listview {
+ cycle: false;
+ margin: 0 0 -1px 0;
+ scrollbar: false;
+}
+
+element {
+ padding: 16px;
+}
+
+element selected {
+ background-color: #66615a;
+ text-color: #c4c4c4;
+} \ No newline at end of file