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.color-urgent: #282828, #d79921, #32302f, #d79921, #282828
rofi.width: 30 rofi.width: 30
rofi.location: 2
rofi.yoffset:32
!----------------------------- !-----------------------------
! Colors merged from Gruvbox-Dark ! Colors merged from Gruvbox-Dark
! Author: morhetz <morhetz@gmail.com> ! Author: morhetz <morhetz@gmail.com>

View File

@ -49,13 +49,13 @@ font-4 =
[template/bar] [template/bar]
# Rendering of the bar # Rendering of the bar
width = 100% width = 100%
height = 28 height = 32
# Module padding and spacing # Module padding and spacing
padding = 2 padding = 2
module-margin = 1 module-margin = 1
border-size = 4 border-bottom-size = 0
border-color = ${res/colors.background-2} border-color = ${res/colors.background-2}
overline-size = 4 overline-size = 4
@ -100,9 +100,8 @@ modules-right = | mpd-mini temperature-label-alert wlan-network-mini volume-ramp
#==================== #====================
[module/|] [module/|]
type = custom/text type = custom/text
content = " " content = 
content-foreground = ${res/colors.foreground} content-foreground = ${res/colors.background-4}
content-background = ${res/colors.background-2}
# CUSTOM # CUSTOM
#==================== #====================
@ -160,8 +159,7 @@ label-mode-background = ${res/colors.primary}
# Active workspace on focused monitor # Active workspace on focused monitor
label-focused = %name% label-focused = %name%
label-focused-padding = ${self.label-mode-padding} label-focused-padding = ${self.label-mode-padding}
label-focused-foreground = ${res/colors.background} label-focused-foreground = ${res/colors.primary-dark}
label-focused-background = ${res/colors.primary}
# Active workspace on unfocused monitor # Active workspace on unfocused monitor
label-visible = ${self.label-focused} label-visible = ${self.label-focused}