mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-22 03:17:57 +01:00
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:
parent
bf73c5c8cc
commit
ba2a16ecdc
@ -64,8 +64,6 @@ label-urgent-foreground = ${color.yellow}
|
|||||||
label-occupied-foreground = ${color.background-alt}
|
label-occupied-foreground = ${color.background-alt}
|
||||||
label-empty-foreground = ${color.green}
|
label-empty-foreground = ${color.green}
|
||||||
|
|
||||||
label-focused-underline = ${color.text}
|
|
||||||
|
|
||||||
ws-icon-0 = 1;一
|
ws-icon-0 = 1;一
|
||||||
ws-icon-1 = 2;二
|
ws-icon-1 = 2;二
|
||||||
ws-icon-2 = 3;三
|
ws-icon-2 = 3;三
|
||||||
@ -81,13 +79,11 @@ ws-icon-9 = 10;十
|
|||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
label = %percentage%%
|
label = %percentage%%
|
||||||
format-foreground = ${color.background-alt}
|
format-foreground = ${color.background-alt}
|
||||||
format-underline = ${self.format-foreground}
|
|
||||||
|
|
||||||
[module/ram]
|
[module/ram]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
label = %gb_used%
|
label = %gb_used%
|
||||||
format-foreground = ${color.background-alt}
|
format-foreground = ${color.background-alt}
|
||||||
format-underline = ${self.format-foreground}
|
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
@ -95,13 +91,11 @@ date = %d.%m.%y
|
|||||||
#date = %B %d, %Y
|
#date = %B %d, %Y
|
||||||
#date = %A
|
#date = %A
|
||||||
format-foreground = ${color.background-alt}
|
format-foreground = ${color.background-alt}
|
||||||
format-underline = ${self.format-foreground}
|
|
||||||
|
|
||||||
[module/time]
|
[module/time]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
date = %H:%M
|
date = %H:%M
|
||||||
format-foreground = ${color.background-alt}
|
format-foreground = ${color.background-alt}
|
||||||
format-underline = ${self.format-foreground}
|
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
@ -119,14 +113,11 @@ label-song-maxlen = 100
|
|||||||
label-song-ellipsis = true
|
label-song-ellipsis = true
|
||||||
format-online = <label-song>
|
format-online = <label-song>
|
||||||
format-offline-foreground = ${color.background-alt}
|
format-offline-foreground = ${color.background-alt}
|
||||||
format-offline-underline = ${self.format-offline-foreground}
|
|
||||||
format-online-foreground = ${color.background-alt}
|
format-online-foreground = ${color.background-alt}
|
||||||
format-online-underline = ${self.format-online-foreground}
|
|
||||||
|
|
||||||
[module/volume]
|
[module/volume]
|
||||||
type = internal/alsa
|
type = internal/alsa
|
||||||
label-volume = %percentage%%
|
label-volume = %percentage%%
|
||||||
format-volume-foreground = ${color.background-alt}
|
format-volume-foreground = ${color.background-alt}
|
||||||
format-volume-underline = ${self.format-volume-foreground}
|
|
||||||
|
|
||||||
; vim:ft=dosini
|
; vim:ft=dosini
|
||||||
|
Loading…
Reference in New Issue
Block a user