[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-center = date
|
||||
modules-right = battery memory cpu temperature eth wlan
|
||||
modules-right = eth wlan battery memory cpu temperature
|
||||
|
||||
tray-position = right
|
||||
tray-padding = 2
|
||||
|
@ -229,16 +229,15 @@ card = intel_backlight
|
|||
type = internal/cpu
|
||||
interval = 3
|
||||
;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-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
|
||||
; Available tokens:
|
||||
; %percentage% (default) - total cpu load
|
||||
; %percentage-cores% - load percentage for each core
|
||||
; %percentage-core[1-9]% - load percentage for specific core
|
||||
label = %percentage%%
|
||||
label = %percentage%
|
||||
|
||||
ramp-coreload-0 = ▁
|
||||
ramp-coreload-0-foreground = ${colors.foreground-alt}
|
||||
|
@ -261,7 +260,7 @@ ramp-coreload-7-foreground = ${colors.foreground-alert}
|
|||
type = internal/memory
|
||||
interval = 3
|
||||
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]
|
||||
type = internal/temperature
|
||||
|
@ -271,7 +270,7 @@ warn-temperature = 80
|
|||
interval = 3
|
||||
|
||||
;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-foreground = ${colors.foreground-alert}
|
||||
|
||||
|
|
Loading…
Reference in a new issue