From d4895d2520ab8ad933653a7368d8f1bd9bf6c288 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 5 Jan 2018 00:16:56 -0600 Subject: [PATCH] Polybar, Rofi: Eliminate borders where reasonable --- .Xresources | 2 -- .config/polybar/config | 12 +++++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.Xresources b/.Xresources index 57235772..ff524366 100644 --- a/.Xresources +++ b/.Xresources @@ -28,8 +28,6 @@ rofi.color-active: #282828, #458588, #32302f, #458588, #282828 rofi.color-urgent: #282828, #d79921, #32302f, #d79921, #282828 rofi.width: 30 -rofi.location: 2 -rofi.yoffset:32 !----------------------------- ! Colors merged from Gruvbox-Dark ! Author: morhetz diff --git a/.config/polybar/config b/.config/polybar/config index 9ba6f550..2dd5c80d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -49,13 +49,13 @@ font-4 = [template/bar] # Rendering of the bar width = 100% -height = 28 +height = 32 # Module padding and spacing padding = 2 module-margin = 1 -border-size = 4 +border-bottom-size = 0 border-color = ${res/colors.background-2} overline-size = 4 @@ -100,9 +100,8 @@ modules-right = | mpd-mini temperature-label-alert wlan-network-mini volume-ramp #==================== [module/|] type = custom/text -content = " " -content-foreground = ${res/colors.foreground} -content-background = ${res/colors.background-2} +content =  +content-foreground = ${res/colors.background-4} # CUSTOM #==================== @@ -160,8 +159,7 @@ label-mode-background = ${res/colors.primary} # Active workspace on focused monitor label-focused = %name% label-focused-padding = ${self.label-mode-padding} -label-focused-foreground = ${res/colors.background} -label-focused-background = ${res/colors.primary} +label-focused-foreground = ${res/colors.primary-dark} # Active workspace on unfocused monitor label-visible = ${self.label-focused}