From 55fc848abff73cd70871a4a40842feb197be6f34 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 7 Feb 2017 23:09:49 -0800 Subject: [PATCH] [Rofi] Make theme fullscreen --- dotfiles/Xresources | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 5a2081dd..83dd3f26 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -2,8 +2,6 @@ ! ROFI Color theme ! ------------------------------------------------------------------------------ -rofi.padding: 30 - rofi.font: source code pro semibold 12 #define BG @@ -28,15 +26,19 @@ rofi.font: source code pro semibold 12 #define _TEAL #80CBC4 #define _RED #F44336 #define _DGREY #212121 +#define T_DGREY #DD212121 +#define NONE #00000000 -#define ROFIBG _DGREY -#define ROFI1 _BLUE -#define ROFI2 _TEAL -#define ROFIACCENT _YELLOW +#define ROFIBG T_DGREY +#define ROFI1 NONE +#define ROFI2 NONE +#define ROFIACCENT NONE #define ROFITEXT _YELLOW ! border width -rofi.bw: 5 +rofi.fullscreen: true +rofi.bw: 0 +rofi.padding: 200 rofi.color-enabled: true rofi.color-window: ROFIBG, ROFIACCENT, ROFIACCENT rofi.color-normal: ROFI1, ROFITEXT, ROFI1, ROFI2, ROFITEXT