|
@@ -55,9 +55,9 @@ font-0 = Go Mono:pixelsize=10;1
|
|
|
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
|
|
font-2 = siji:pixelsize=10;1
|
|
|
|
|
|
-modules-left = i3 pulseaudio
|
|
|
+modules-left = i3
|
|
|
modules-center =
|
|
|
-modules-right = filesystem xbacklight xkeyboard memory cpu wlan eth battery temperature date
|
|
|
+modules-right = pulseaudio xkeyboard cpu wlan eth battery date
|
|
|
|
|
|
tray-position = right
|
|
|
tray-padding = 2
|
|
@@ -206,7 +206,7 @@ type = internal/cpu
|
|
|
interval = 2
|
|
|
format-prefix = "cpu "
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
-format-underline = #f90000
|
|
|
+format-underline = #4bffdc
|
|
|
label = %percentage:2%%
|
|
|
|
|
|
[module/memory]
|
|
@@ -214,7 +214,7 @@ type = internal/memory
|
|
|
interval = 2
|
|
|
format-prefix = "mem "
|
|
|
format-prefix-foreground = ${colors.foreground-alt}
|
|
|
-format-underline = #4bffdc
|
|
|
+format-underline = #f90000
|
|
|
label = %percentage_used%%
|
|
|
|
|
|
[module/wlan]
|
|
@@ -341,8 +341,8 @@ format-full-prefix = " "
|
|
|
format-full-prefix-foreground = ${colors.foreground-alt}
|
|
|
format-full-underline = ${self.format-charging-underline}
|
|
|
|
|
|
-label-charging = %time% CHG
|
|
|
-label-discharging = %time% DIS
|
|
|
+label-charging = %percentage%% %time% CHG
|
|
|
+label-discharging = %percentage%% %time% DIS
|
|
|
label-full = FULL
|
|
|
|
|
|
ramp-capacity-0 =
|