Polybar, Rofi: Eliminate borders where reasonable

This commit is contained in:
Salt 2018-01-05 00:16:56 -06:00
parent 27de2b5a11
commit d4895d2520
2 changed files with 5 additions and 9 deletions

View File

@ -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 <morhetz@gmail.com>

View File

@ -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}