Upgrade rofi config file to new format
This commit is contained in:
parent
e5d53052ad
commit
6cc79fc797
@ -1,15 +0,0 @@
|
|||||||
rofi.lines: 5
|
|
||||||
rofi.eh: 2
|
|
||||||
rofi.padding: 200
|
|
||||||
rofi.fullscreen: true
|
|
||||||
rofi.bw: 0
|
|
||||||
rofi.separator-style: none
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
|
|
||||||
! 'background', 'border', 'separator'
|
|
||||||
rofi.color-window: argb:c82d303b, #7c8389, #1d1f21
|
|
||||||
! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
|
|
||||||
rofi.color-normal: argb:031d1f21, #f3f4f5, argb:031d1f21, argb:031d1f21, #9575cd
|
|
||||||
rofi.color-urgent: argb:031d1f21, #f3f4f5, argb:bc303541, argb:031d1f21, #9575cd
|
|
||||||
rofi.color-active: argb:031d1f21, #f3f4f5, argb:031d1f21, argb:031d1f21, #9575cd
|
|
||||||
rofi.font: Roboto Condensed 19
|
|
14
rofi/.config/rofi/config.rasi
Normal file
14
rofi/.config/rofi/config.rasi
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
configuration {
|
||||||
|
lines: 5;
|
||||||
|
font: "Roboto Condensed 19";
|
||||||
|
bw: 0;
|
||||||
|
padding: 200;
|
||||||
|
eh: 2;
|
||||||
|
separator-style: "none";
|
||||||
|
hide-scrollbar: true;
|
||||||
|
fullscreen: true;
|
||||||
|
color-normal: "argb:031d1f21, #f3f4f5, argb:031d1f21, argb:031d1f21, #9575cd";
|
||||||
|
color-urgent: "argb:031d1f21, #f3f4f5, argb:bc303541, argb:031d1f21, #9575cd";
|
||||||
|
color-active: "argb:031d1f21, #f3f4f5, argb:031d1f21, argb:031d1f21, #9575cd";
|
||||||
|
color-window: "argb:c82d303b, #7c8389, #1d1f21";
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user