polybar: underlinefarben entfernt
This commit is contained in:
parent
16d5b23571
commit
b98d3cd7b5
1 changed files with 0 additions and 9 deletions
|
@ -120,7 +120,6 @@ type = internal/cpu
|
|||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #f90000
|
||||
label = %percentage:2%%
|
||||
|
||||
[module/memory]
|
||||
|
@ -128,7 +127,6 @@ type = internal/memory
|
|||
interval = 2
|
||||
format-prefix = " "
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #4bffdc
|
||||
label = %percentage_used%%
|
||||
|
||||
[module/wlan]
|
||||
|
@ -136,7 +134,6 @@ type = internal/network
|
|||
interface = wlp4s0
|
||||
interval = 3.0
|
||||
format-connected = <ramp-signal> <label-connected>
|
||||
format-connected-underline = #9f78e1
|
||||
label-connected = %essid%
|
||||
format-disconnected =
|
||||
;format-disconnected = <label-disconnected>
|
||||
|
@ -154,7 +151,6 @@ ramp-signal-foreground = ${colors.foreground-alt}
|
|||
type = internal/network
|
||||
interface = enp2s0
|
||||
interval = 3.0
|
||||
format-connected-underline = #55aa55
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
label-connected = %local_ip%
|
||||
|
@ -168,7 +164,6 @@ format-disconnected =
|
|||
type = internal/network
|
||||
interface = enx482ae352c8d7
|
||||
interval = 3.0
|
||||
format-connected-underline = #55aa55
|
||||
format-connected-prefix = " "
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
label-connected = %local_ip%
|
||||
|
@ -188,7 +183,6 @@ time = %H:%M
|
|||
time-alt = %H:%M:%S
|
||||
format-prefix =
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
format-underline = #0a6cf5
|
||||
label = %date% %time%
|
||||
|
||||
[module/alsa]
|
||||
|
@ -222,12 +216,9 @@ battery = BAT0
|
|||
adapter = AC
|
||||
full-at = 98
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
format-charging-underline = #ffb52a
|
||||
format-discharging = <animation-discharging> <label-discharging>
|
||||
format-discharging-underline = ${self.format-charging-underline}
|
||||
format-full-prefix = " "
|
||||
format-full-prefix-foreground = ${colors.foreground-alt}
|
||||
format-full-underline = ${self.format-charging-underline}
|
||||
ramp-capacity-0 =
|
||||
ramp-capacity-1 =
|
||||
ramp-capacity-2 =
|
||||
|
|
Loading…
Reference in a new issue