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
|
; Set modules list
|
||||||
modules-left = xwindow
|
modules-left = xwindow
|
||||||
modules-center = i3
|
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
|
fixed-center = true
|
||||||
|
|
||||||
;=======================================
|
;=======================================
|
||||||
|
@ -68,8 +68,8 @@ ramp-volume-1 = 🔊
|
||||||
[module/date]
|
[module/date]
|
||||||
; Powerline settings
|
; Powerline settings
|
||||||
inherit = powerline-templates/right-to-left-item
|
inherit = powerline-templates/right-to-left-item
|
||||||
background = ${colors.blue}
|
background = ${colors.background}
|
||||||
background-next = ${root.background}
|
background-next = ${colors.blue}
|
||||||
; Other settings
|
; Other settings
|
||||||
type = internal/date
|
type = internal/date
|
||||||
format-background = ${self.background}
|
format-background = ${self.background}
|
||||||
|
@ -115,13 +115,13 @@ format = " <label> GHz "
|
||||||
; Powerline settings
|
; Powerline settings
|
||||||
inherit = powerline-templates/right-to-left-item
|
inherit = powerline-templates/right-to-left-item
|
||||||
background = ${colors.blue}
|
background = ${colors.blue}
|
||||||
background-next = ${colors.background}
|
background-next = ${root.background}
|
||||||
; Other settings
|
; Other settings
|
||||||
type = custom/script
|
type = custom/script
|
||||||
format-background = ${colors.blue}
|
format-background = ${colors.blue}
|
||||||
format-foreground = ${colors.white}
|
format-foreground = ${colors.white}
|
||||||
format-warn-background = ${self.background}
|
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> "
|
format = " <label> "
|
||||||
|
|
||||||
[module/governor]
|
[module/governor]
|
||||||
|
|
Loading…
Reference in New Issue