diff options
-rw-r--r-- | rofi/.config/rofi/config | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/rofi/.config/rofi/config b/rofi/.config/rofi/config index 32bcbb8..6b5a1ac 100644 --- a/rofi/.config/rofi/config +++ b/rofi/.config/rofi/config @@ -1,6 +1,6 @@ -! rofi.font: Ubuntu Mono 10.5 -!rofi.font: Inconsolata 16 -rofi.font: Iosevka 13 +rofi.font: Ubuntu Mono 13 +! rofi.font: Inconsolata 16 +! rofi.font: Iosevka 13 ! rofi.font: Source Code Pro 11 rofi.modi: run,window ! rofi.width: 640 @@ -8,6 +8,10 @@ rofi.width: 600 !rofi.location: 2 !rofi.yoffset: 200 rofi.monitor: -1 -rofi.lines: 10 +!rofi.lines: 10 + +!rofi.theme: /usr/share/rofi/themes//Arc.rasi +!rofi.theme: /usr/share/rofi/themes//Paper.rasi +!rofi.theme: /usr/share/rofi/themes//sidebar.rasi rofi.theme: /usr/share/rofi/themes//gruvbox-light.rasi |