update rofi conf
This commit is contained in:
parent
8555dbc592
commit
39c3d9e3a7
|
@ -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
|
|
|
@ -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
|
|
|
@ -1,10 +1,10 @@
|
||||||
configuration {
|
configuration {
|
||||||
modi: "window,run,ssh";
|
modi: "window,run,ssh";
|
||||||
width: 25;
|
width: 20;
|
||||||
lines: 1;
|
lines: 1;
|
||||||
auto-select: false;
|
auto-select: false;
|
||||||
separator-style: "none";
|
separator-style: "none";
|
||||||
hide-scrollbar: true;
|
hide-scrollbar: true;
|
||||||
fake-transparency: true;
|
fake-transparency: true;
|
||||||
theme: "~/.cache/wal/colors-rofi-light.rasi";
|
theme: "~/.cache/wal/colors-rofi-dark.rasi";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue