update rofi conf
This commit is contained in:
parent
4f75549404
commit
8486782b4a
2 changed files with 17 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
! ------------------------------------------------------------------------------
|
|
||||||
! Color theme
|
|
||||||
! ------------------------------------------------------------------------------
|
|
||||||
rofi.color-normal: #252936, #7780a1, #252936, #1f222d, #ffffff
|
|
||||||
rofi.color-urgent: #252936, #ff5400, #252936, #1f222d, #ff5400
|
|
||||||
rofi.color-active: #252936, #5ac8fa, #252936, #1f222d, #5ac8fa
|
|
||||||
rofi.color-window: #1f222d, #1f222d, #7780a1
|
|
||||||
|
|
||||||
! ------------------------------------------------------------------------------
|
|
||||||
! Config
|
|
||||||
! ------------------------------------------------------------------------------
|
|
||||||
rofi.location: 0
|
|
||||||
rofi.lines: 7
|
|
||||||
rofi.font: Roboto Regular 14
|
|
||||||
rofi.bw: 0
|
|
||||||
rofi.separator-style: none
|
|
||||||
rofi.width: 25
|
|
||||||
rofi.padding: 5
|
|
||||||
rofi.matching: normal
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
rofi.modi: drun,run
|
|
||||||
rofi.terminal: termite
|
|
17
.config/rofi/config.rasi
Normal file
17
.config/rofi/config.rasi
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
configuration {
|
||||||
|
modi: "drun,run";
|
||||||
|
width: 25;
|
||||||
|
lines: 7;
|
||||||
|
font: "Roboto Regular 14";
|
||||||
|
bw: 0;
|
||||||
|
location: 0;
|
||||||
|
padding: 5;
|
||||||
|
terminal: "termite";
|
||||||
|
matching: "normal";
|
||||||
|
separator-style: "none";
|
||||||
|
hide-scrollbar: true;
|
||||||
|
color-normal: "#252936, #7780a1, #252936, #1f222d, #ffffff";
|
||||||
|
color-urgent: "#252936, #ff5400, #252936, #1f222d, #ff5400";
|
||||||
|
color-active: "#252936, #5ac8fa, #252936, #1f222d, #5ac8fa";
|
||||||
|
color-window: "#1f222d, #1f222d, #7780a1";
|
||||||
|
}
|
Loading…
Reference in a new issue