Remove ugly sysmon
This commit is contained in:
parent
f8a8ced6ee
commit
3424c74360
1 changed files with 16 additions and 35 deletions
|
@ -47,10 +47,6 @@ font-5 = "Weather Icons:size=10;1"
|
||||||
font-6 = "Material Wifi Signal strength:pixelsize=14;2"
|
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"
|
||||||
; CPU graph
|
|
||||||
font-8 = "Fira Mono:size=8;6"
|
|
||||||
; RAM and temperature
|
|
||||||
font-9 = "Fira Mono:size=7;-7"
|
|
||||||
|
|
||||||
modules-left = i3 volume mpd-local mpd-online-1 mpd-online-2
|
modules-left = i3 volume mpd-local mpd-online-1 mpd-online-2
|
||||||
modules-center = date
|
modules-center = date
|
||||||
|
@ -225,7 +221,7 @@ card = intel_backlight
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
;format-prefix = " "
|
;format-prefix = " "
|
||||||
format = %{T9}%{F#222}▔%{O-1}▔%{O-1}▔%{O-1}▔%{O-1}▔%{O-1}▔%{O-1}▔%{O-43}▁%{O-1}▁%{O-1}▁%{O-1}▁%{O-1}▁%{O-1}▁%{O-1}▁%{T-}%{F}%{O-40}<ramp-coreload>%{O-76}
|
format = <ramp-coreload>
|
||||||
format-foreground = ${colors.foreground-alt}
|
format-foreground = ${colors.foreground-alt}
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
|
@ -236,37 +232,22 @@ format-prefix-foreground = ${colors.foreground-alt}
|
||||||
; %percentage-core[1-9]% - load percentage for specific core
|
; %percentage-core[1-9]% - load percentage for specific core
|
||||||
label = %percentage%%
|
label = %percentage%%
|
||||||
|
|
||||||
ramp-coreload-0 = " "
|
ramp-coreload-0 = ▁
|
||||||
ramp-coreload-1 = ▁
|
ramp-coreload-1 = ▂
|
||||||
ramp-coreload-2 = ▂
|
ramp-coreload-2 = ▃
|
||||||
ramp-coreload-3 = ▃
|
ramp-coreload-3 = ▄
|
||||||
ramp-coreload-4 = ▄
|
ramp-coreload-4 = ▅
|
||||||
ramp-coreload-5 = ▅
|
ramp-coreload-5 = ▆
|
||||||
ramp-coreload-6 = ▆
|
ramp-coreload-6 = ▇
|
||||||
ramp-coreload-7 = ▇
|
ramp-coreload-6-foreground = ${colors.foreground-caution}
|
||||||
ramp-coreload-7-foreground = ${colors.foreground-caution}
|
ramp-coreload-7 = █
|
||||||
ramp-coreload-8 = █
|
ramp-coreload-7-foreground = ${colors.foreground-alert}
|
||||||
ramp-coreload-8-foreground = ${colors.foreground-alert}
|
|
||||||
ramp-coreload-font = 9
|
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
;format = "%{T10}<label>%{T-}%{O-31}"
|
format = "<label>"
|
||||||
label = "%percentage_used:3%%"
|
label = "%{F#777}RAM%{F} %percentage_used:3%%"
|
||||||
|
|
||||||
format = "<bar-used>%{O-33}"
|
|
||||||
bar-used-width = 7
|
|
||||||
bar-used-indicator =
|
|
||||||
bar-used-fill = ━
|
|
||||||
bar-used-fill-font = 10
|
|
||||||
bar-used-foreground-0 = ${colors.foreground-alt}
|
|
||||||
bar-used-foreground-1 = ${colors.foreground-alt}
|
|
||||||
bar-used-foreground-2 = ${colors.foreground-caution}
|
|
||||||
bar-used-foreground-3 = ${colors.foreground-alert}
|
|
||||||
bar-used-empty = ━
|
|
||||||
bar-used-empty-font = 10
|
|
||||||
bar-used-empty-foreground = #222
|
|
||||||
|
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
|
@ -274,11 +255,11 @@ thermal-zone = 0
|
||||||
warn-temperature = 80
|
warn-temperature = 80
|
||||||
|
|
||||||
;format = <ramp> <label>
|
;format = <ramp> <label>
|
||||||
format = %{T10}<label>%{T-}
|
format = <label>
|
||||||
format-warn = "%{T10}<label-warn>%{T-}"
|
format-warn = <label-warn>
|
||||||
format-warn-foreground = ${colors.foreground-alert}
|
format-warn-foreground = ${colors.foreground-alert}
|
||||||
|
|
||||||
label = %temperature:2:2%
|
label = %temperature%
|
||||||
label-warn = ${self.label}
|
label-warn = ${self.label}
|
||||||
|
|
||||||
ramp-0 =
|
ramp-0 =
|
||||||
|
|
Loading…
Reference in a new issue