polybar: Remove underline colors

Since I don't use underline colors anymore, I'm removing them. They
didn't really go well with the appearance I was trying to make.
This commit is contained in:
Donovan Glover 2018-11-28 14:46:23 -05:00
parent bf73c5c8cc
commit ba2a16ecdc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -64,8 +64,6 @@ label-urgent-foreground = ${color.yellow}
label-occupied-foreground = ${color.background-alt}
label-empty-foreground = ${color.green}
label-focused-underline = ${color.text}
ws-icon-0 = 1;一
ws-icon-1 = 2;二
ws-icon-2 = 3;三
@ -81,13 +79,11 @@ ws-icon-9 = 10;十
type = internal/cpu
label =  %percentage%%
format-foreground = ${color.background-alt}
format-underline = ${self.format-foreground}
[module/ram]
type = internal/memory
label =  %gb_used%
format-foreground = ${color.background-alt}
format-underline = ${self.format-foreground}
[module/date]
type = internal/date
@ -95,13 +91,11 @@ date =  %d.%m.%y
#date =  %B %d, %Y
#date =  %A
format-foreground = ${color.background-alt}
format-underline = ${self.format-foreground}
[module/time]
type = internal/date
date =  %H:%M
format-foreground = ${color.background-alt}
format-underline = ${self.format-foreground}
[module/battery]
type = internal/battery
@ -119,14 +113,11 @@ label-song-maxlen = 100
label-song-ellipsis = true
format-online =  <label-song>
format-offline-foreground = ${color.background-alt}
format-offline-underline = ${self.format-offline-foreground}
format-online-foreground = ${color.background-alt}
format-online-underline = ${self.format-online-foreground}
[module/volume]
type = internal/alsa
label-volume =  %percentage%%
format-volume-foreground = ${color.background-alt}
format-volume-underline = ${self.format-volume-foreground}
; vim:ft=dosini