Polybar changes for kell
This commit is contained in:
parent
ed558cc57c
commit
ce54393ed1
|
@ -40,7 +40,7 @@ font-6 = "Font Awesome v4 Compatibility:size=11:antialias=true;3"
|
|||
; Set modules list
|
||||
modules-left = xwindow
|
||||
modules-center = i3
|
||||
modules-right = date governor temperature memory clockspeed cpu pulseaudio battery startarrow
|
||||
modules-right = temperature memory clockspeed cpu pulseaudio date startarrow
|
||||
fixed-center = true
|
||||
|
||||
;=======================================
|
||||
|
@ -68,8 +68,8 @@ ramp-volume-1 = 🔊
|
|||
[module/date]
|
||||
; Powerline settings
|
||||
inherit = powerline-templates/right-to-left-item
|
||||
background = ${colors.blue}
|
||||
background-next = ${root.background}
|
||||
background = ${colors.background}
|
||||
background-next = ${colors.blue}
|
||||
; Other settings
|
||||
type = internal/date
|
||||
format-background = ${self.background}
|
||||
|
@ -115,13 +115,13 @@ format = " <label> GHz "
|
|||
; Powerline settings
|
||||
inherit = powerline-templates/right-to-left-item
|
||||
background = ${colors.blue}
|
||||
background-next = ${colors.background}
|
||||
background-next = ${root.background}
|
||||
; Other settings
|
||||
type = custom/script
|
||||
format-background = ${colors.blue}
|
||||
format-foreground = ${colors.white}
|
||||
format-warn-background = ${self.background}
|
||||
exec = sensors | grep Package | cut -d ' ' -f 5 | cut -d '+' -f 2
|
||||
exec = sensors | grep Tctl | awk '{print $2}' | cut -d '+' -f 2
|
||||
format = " <label> "
|
||||
|
||||
[module/governor]
|
||||
|
|
Loading…
Reference in New Issue