From 1fca0b9fa4919318929d78cf8e032fb91d2ad5ae Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 3 Sep 2015 16:01:50 +0200 Subject: Add rofi settings to .Xdefaults --- x11/.Xdefaults | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'x11') diff --git a/x11/.Xdefaults b/x11/.Xdefaults index 215af2c..cb15de3 100644 --- a/x11/.Xdefaults +++ b/x11/.Xdefaults @@ -106,3 +106,30 @@ xfontsel.sampleTextUCS: \ static void print_sample_message(XWindow *win) {\n\ win.label->text = "Sample text 0123456789"\n\ } + +!!! Rofi +rofi.font: Fantasque Sans Mono 13 +! Key for run dialog +rofi.key-run: Mod4-r +! Key for window switcher +rofi.key-window: Mod4-w +! Background color +rofi.bg: #111111 +! Alternating background color +rofi.bgalt: #222222 +! Border color +rofi.bc: #111111 +! Border width (px) +rofi.bw: 17 +! Foreground color +rofi.fg: #bfbfbf +rofi.fg-urgent: #a85454 +rofi.fg-active: #54a875 +! Highlighted background color +rofi.hlbg: #1f2c3f +rofi.hlbg-active: #343922 +! Highlighted foreground color +rofi.hlfg: #bfbfbf +rofi.hlfg-active: #ececec +rofi.with: 60 +rofi.location: 2 -- cgit v1.2.3-54-g00ecf