No more MPD for now
This commit is contained in:
parent
3424c74360
commit
661c7fd084
1 changed files with 5 additions and 5 deletions
|
@ -48,9 +48,9 @@ font-6 = "Material Wifi Signal strength:pixelsize=14;2"
|
|||
; MPD song position
|
||||
font-7 = "Fira Mono:size=7;-1"
|
||||
|
||||
modules-left = i3 volume mpd-local mpd-online-1 mpd-online-2
|
||||
modules-left = i3
|
||||
modules-center = date
|
||||
modules-right = battery cpu memory temperature eth wlan
|
||||
modules-right = volume battery cpu memory temperature eth wlan
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
|
@ -221,7 +221,7 @@ card = intel_backlight
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
;format-prefix = " "
|
||||
format = <ramp-coreload>
|
||||
format = <ramp-coreload>%{O-20}
|
||||
format-foreground = ${colors.foreground-alt}
|
||||
format-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
@ -247,7 +247,7 @@ ramp-coreload-7-foreground = ${colors.foreground-alert}
|
|||
type = internal/memory
|
||||
interval = 2
|
||||
format = "<label>"
|
||||
label = "%{F#777}RAM%{F} %percentage_used:3%%"
|
||||
label = "%{F#777}RAM%{F} %percentage_used:3%%%{O-20}"
|
||||
|
||||
[module/temperature]
|
||||
type = internal/temperature
|
||||
|
@ -255,7 +255,7 @@ thermal-zone = 0
|
|||
warn-temperature = 80
|
||||
|
||||
;format = <ramp> <label>
|
||||
format = <label>
|
||||
format = %{F#777}temp%{F} <label>
|
||||
format-warn = <label-warn>
|
||||
format-warn-foreground = ${colors.foreground-alert}
|
||||
|
||||
|
|
Loading…
Reference in a new issue