|
@@ -224,15 +224,14 @@ type = internal/network
|
|
|
interface = ${env:WLAN:}
|
|
|
interval = 5.0
|
|
|
|
|
|
-format-connected = <ramp-signal> <label-connected>
|
|
|
+format-connected = <label-connected>
|
|
|
format-connected-underline = #9f78e1
|
|
|
-label-connected = %essid% %local_ip%
|
|
|
+label-connected = %essid% %signal%%
|
|
|
|
|
|
-format-disconnected =
|
|
|
-;format-disconnected = <label-disconnected>
|
|
|
-;format-disconnected-underline = ${self.format-connected-underline}
|
|
|
-;label-disconnected = %ifname% disconnected
|
|
|
-;label-disconnected-foreground = ${colors.foreground-alt}
|
|
|
+format-disconnected = <label-disconnected>
|
|
|
+format-disconnected-underline = #880000
|
|
|
+label-disconnected = wifi down
|
|
|
+label-disconnected-foreground = ${colors.foreground-alt}
|
|
|
|
|
|
ramp-signal-0 =
|
|
|
ramp-signal-1 =
|
|
@@ -250,11 +249,10 @@ format-connected-underline = #55aa55
|
|
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
|
|
label-connected = %local_ip%
|
|
|
|
|
|
-format-disconnected =
|
|
|
-;format-disconnected = <label-disconnected>
|
|
|
-;format-disconnected-underline = ${self.format-connected-underline}
|
|
|
-;label-disconnected = %ifname% disconnected
|
|
|
-;label-disconnected-foreground = ${colors.foreground-alt}
|
|
|
+format-disconnected = <label-disconnected>
|
|
|
+format-disconnected-underline = #880000
|
|
|
+label-disconnected = eth down
|
|
|
+label-disconnected-foreground = ${colors.foreground-alt}
|
|
|
|
|
|
[module/date]
|
|
|
type = internal/date
|
|
@@ -263,11 +261,11 @@ interval = 5
|
|
|
date =
|
|
|
date-alt = " %Y-%m-%d"
|
|
|
|
|
|
-time = %H:%M
|
|
|
+time = %H:%M:%S
|
|
|
time-alt = %H:%M:%S
|
|
|
|
|
|
-format-prefix =
|
|
|
-format-prefix-foreground = ${colors.foreground-alt}
|
|
|
+;format-prefix =
|
|
|
+;format-prefix-foreground = ${colors.foreground-alt}
|
|
|
format-underline = #0a6cf5
|
|
|
|
|
|
label = %date% %time%
|
|
@@ -339,7 +337,7 @@ format-charging-underline = #ffb52a
|
|
|
format-discharging = <animation-discharging> <label-discharging>
|
|
|
format-discharging-underline = ${self.format-charging-underline}
|
|
|
|
|
|
-format-full-prefix = " "
|
|
|
+;format-full-prefix = " "
|
|
|
format-full-prefix-foreground = ${colors.foreground-alt}
|
|
|
format-full-underline = ${self.format-charging-underline}
|
|
|
|