No more MPD for now

This commit is contained in:
M1dgard 2018-04-18 09:09:08 +02:00
parent 3424c74360
commit 661c7fd084
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -48,9 +48,9 @@ font-6 = "Material Wifi Signal strength:pixelsize=14;2"
; MPD song position ; MPD song position
font-7 = "Fira Mono:size=7;-1" 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-center = date
modules-right = battery cpu memory temperature eth wlan modules-right = volume battery cpu memory temperature eth wlan
tray-position = right tray-position = right
tray-padding = 2 tray-padding = 2
@ -221,7 +221,7 @@ card = intel_backlight
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
;format-prefix = " " ;format-prefix = " "
format = <ramp-coreload> format = <ramp-coreload>%{O-20}
format-foreground = ${colors.foreground-alt} format-foreground = ${colors.foreground-alt}
format-prefix-foreground = ${colors.foreground-alt} format-prefix-foreground = ${colors.foreground-alt}
@ -247,7 +247,7 @@ ramp-coreload-7-foreground = ${colors.foreground-alert}
type = internal/memory type = internal/memory
interval = 2 interval = 2
format = "<label>" format = "<label>"
label = "%{F#777}RAM%{F} %percentage_used:3%%" label = "%{F#777}RAM%{F} %percentage_used:3%%%{O-20}"
[module/temperature] [module/temperature]
type = internal/temperature type = internal/temperature
@ -255,7 +255,7 @@ thermal-zone = 0
warn-temperature = 80 warn-temperature = 80
;format = <ramp> <label> ;format = <ramp> <label>
format = <label> format = %{F#777}temp%{F} <label>
format-warn = <label-warn> format-warn = <label-warn>
format-warn-foreground = ${colors.foreground-alert} format-warn-foreground = ${colors.foreground-alert}