Move all rofi config out of Xresources
This commit is contained in:
parent
ee7fdc6c36
commit
8d46857b90
@ -1,3 +1,13 @@
|
|||||||
configuration {
|
configuration {
|
||||||
|
color-enabled: true;
|
||||||
theme: "iceberg-dark";
|
theme: "iceberg-dark";
|
||||||
|
separator-style: solid;
|
||||||
|
sindebar-mode: false;
|
||||||
|
lines: 5;
|
||||||
|
font: "Source Code Pro Semibold 10.5";
|
||||||
|
bw: 1;
|
||||||
|
columns: 3;
|
||||||
|
padding: 5;
|
||||||
|
fixed-num-lines: true;
|
||||||
|
hide-scrollbar: true;
|
||||||
}
|
}
|
||||||
|
16
Xresources
16
Xresources
@ -27,19 +27,3 @@ URxvt*cursorBlink: true
|
|||||||
URxvt*saveLines: 99999
|
URxvt*saveLines: 99999
|
||||||
URxvt*internalBorder: 5
|
URxvt*internalBorder: 5
|
||||||
URxvt*geometry: 70x19
|
URxvt*geometry: 70x19
|
||||||
|
|
||||||
rofi.color-enabled: true
|
|
||||||
rofi.color-window: #1e1e20, #dc7f41, #dc7f41
|
|
||||||
rofi.color-normal: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41
|
|
||||||
rofi.color-active: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41
|
|
||||||
rofi.color-urgent: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41
|
|
||||||
|
|
||||||
rofi.separator-style: solid
|
|
||||||
rofi.sidebar-mode: false
|
|
||||||
rofi.lines: 5
|
|
||||||
rofi.font: Source Code Pro Semibold 10.5
|
|
||||||
rofi.bw: 1
|
|
||||||
rofi.columns: 2
|
|
||||||
rofi.padding: 5
|
|
||||||
rofi.fixed-num-lines: true
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user