Update #polybar and #i3 keyboard settings
One thing that occurred to me today was to not clutter my interface. There were some "neat" nice to haves in the polybar setup I just added, but I don't NEED to see memory usage and cpu temperature most days. I have access to that if I want it, but I don't need it.
This commit is contained in:
@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user