diff options
| author | 大和でなり <16044253+Daenarii@users.noreply.github.com> | 2018-03-19 21:52:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-19 21:52:27 +0800 |
| commit | 26bb440f3501d053c58eb0462551e7a7c83e68ac (patch) | |
| tree | f853cebefdc0d0a6abd8e9b96fa0f87101d276c0 /.config/rofi | |
| parent | 04bfac3382ed360de2068c58ee76456aff4117d2 (diff) | |
| download | eibhear-26bb440f3501d053c58eb0462551e7a7c83e68ac.tar.gz eibhear-26bb440f3501d053c58eb0462551e7a7c83e68ac.tar.zst eibhear-26bb440f3501d053c58eb0462551e7a7c83e68ac.zip | |
Create config
rofi won't use .Xdefaults, and while rofi isn't affected by pywal, I guess it will be a fix for the problem
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/rofi/config b/.config/rofi/config new file mode 100644 index 0000000..1445e35 --- /dev/null +++ b/.config/rofi/config @@ -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 |
