diff options
author | Yigit Sever | 2019-04-01 01:30:01 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-01 01:30:01 +0300 |
commit | c5891f90c37a28b2779dbf6af164d2248b78e7e1 (patch) | |
tree | 680dc1f26e8b5861426fd93802511e594dc1eb35 /.config/rofi/config | |
parent | 3e25614fbb0d64cbc5c4f2392e580e4b996bbc76 (diff) | |
parent | de99b25185ee2f2d65a8254f1a6bd64484e682b0 (diff) | |
download | dotfiles-c5891f90c37a28b2779dbf6af164d2248b78e7e1.tar.gz dotfiles-c5891f90c37a28b2779dbf6af164d2248b78e7e1.tar.bz2 dotfiles-c5891f90c37a28b2779dbf6af164d2248b78e7e1.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config/rofi/config')
-rw-r--r-- | .config/rofi/config | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/.config/rofi/config b/.config/rofi/config index df6e244..e9bf877 100644 --- a/.config/rofi/config +++ b/.config/rofi/config | |||
@@ -1,11 +1,3 @@ | |||
1 | rofi.color-enabled: true | 1 | rofi.modi: window,run,ssh |
2 | rofi.color-window: #141021, #0a0f14, #195466 | 2 | rofi.terminal: kitty |
3 | rofi.color-normal: #141021, #ffeefc, #195466, #c23127, #ffeefc | 3 | rofi.theme: onedark |
4 | rofi.color-active: #141021, #2aa889, #195466, #d26939, #ffeefc | ||
5 | rofi.color-urgent: #141021, #e4b226, #195466, #e4b226, #ffeefc | ||
6 | rofi.width: 800 | ||
7 | rofi.padding: 50 | ||
8 | rofi.font: Lato 18 | ||
9 | rofi.bw: 3 | ||
10 | rofi.separator-style: solid | ||
11 | rofi.hide-scrollbar: true | ||