[polybar] Reorder, make more stuff clickable
This commit is contained in:
parent
318fa288ff
commit
9cae0b5b48
1 changed files with 5 additions and 6 deletions
|
@ -63,7 +63,7 @@ width = 100%
|
||||||
|
|
||||||
modules-left = i3 volume mpd-local
|
modules-left = i3 volume mpd-local
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = battery memory cpu temperature eth wlan
|
modules-right = eth wlan battery memory cpu temperature
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
|
@ -229,16 +229,15 @@ card = intel_backlight
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 3
|
interval = 3
|
||||||
;format-prefix = " "
|
;format-prefix = " "
|
||||||
format = <ramp-coreload>%{O-20}
|
format = "%{A1:i3-sensible-terminal -e htop &:}<ramp-coreload>%{A}%{O-20}"
|
||||||
format-foreground = ${colors.foreground-alt}
|
format-foreground = ${colors.foreground-alt}
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
|
|
||||||
; Available tokens:
|
; Available tokens:
|
||||||
; %percentage% (default) - total cpu load
|
; %percentage% (default) - total cpu load
|
||||||
; %percentage-cores% - load percentage for each core
|
; %percentage-cores% - load percentage for each core
|
||||||
; %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-0-foreground = ${colors.foreground-alt}
|
ramp-coreload-0-foreground = ${colors.foreground-alt}
|
||||||
|
@ -261,7 +260,7 @@ ramp-coreload-7-foreground = ${colors.foreground-alert}
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 3
|
interval = 3
|
||||||
format = "<label>"
|
format = "<label>"
|
||||||
label = "%{F#777}%{F}%percentage_used:3%%%{O-20}"
|
label = "%{A1:i3-sensible-terminal -e htop &:}%{F#777}%{F}%percentage_used:3%%{A}%{O-20}"
|
||||||
|
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
|
@ -271,7 +270,7 @@ warn-temperature = 80
|
||||||
interval = 3
|
interval = 3
|
||||||
|
|
||||||
;format = <ramp> <label>
|
;format = <ramp> <label>
|
||||||
format = %{F#888}%{F} <label>
|
format = "%{A1:i3-sensible-terminal -e watch sensors &:}%{F#888}%{F} <label>%{A}"
|
||||||
format-warn = %{T3}%{T-} <label-warn>
|
format-warn = %{T3}%{T-} <label-warn>
|
||||||
format-warn-foreground = ${colors.foreground-alert}
|
format-warn-foreground = ${colors.foreground-alert}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue