Merge pull request #30 from Daenarii/master
Create rofi config that doesn't rely on .Xdefaults
This commit is contained in:
commit
c11fafdc8a
1 changed files with 12 additions and 0 deletions
12
.config/rofi/config
Normal file
12
.config/rofi/config
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
rofi.color-enabled: true
|
||||||
|
rofi.color-window: #000, #000, #000
|
||||||
|
rofi.color-normal: #111, #819396, #222, #008ed4, #ffffff
|
||||||
|
rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff
|
||||||
|
rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661
|
||||||
|
|
||||||
|
rofi.fake-transparency: true
|
||||||
|
rofi.lines: 3
|
||||||
|
rofi.bw: 0
|
||||||
|
rofi.opacity: "10"
|
||||||
|
rofi.hide-scrollbar: true
|
||||||
|
rofi.width: 30
|
Loading…
Reference in a new issue