update rofi conf

This commit is contained in:
ktyl 2021-08-17 00:23:54 +01:00
parent 8555dbc592
commit 39c3d9e3a7
3 changed files with 2 additions and 20 deletions

View File

@ -1,9 +0,0 @@
rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi
rofi.modi: window,run,ssh
rofi.font: Misc Tamsyn 12
rofi.separator-style: none
rofi.auto-select: false
rofi.lines: 1
rofi.width: 25
rofi.hide-scrollbar: true

View File

@ -1,9 +0,0 @@
rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi
rofi.modi: window,run,ssh
rofi.font: Misc Tamsyn 12
rofi.separator-style: none
rofi.auto-select: false
rofi.lines: 1
rofi.width: 25
rofi.hide-scrollbar: true

View File

@ -1,10 +1,10 @@
configuration {
modi: "window,run,ssh";
width: 25;
width: 20;
lines: 1;
auto-select: false;
separator-style: "none";
hide-scrollbar: true;
fake-transparency: true;
theme: "~/.cache/wal/colors-rofi-light.rasi";
theme: "~/.cache/wal/colors-rofi-dark.rasi";
}