diff options
Diffstat (limited to 'polybar/config')
| -rw-r--r-- | polybar/config | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/polybar/config b/polybar/config index 87e51ff..9ba3be7 100644 --- a/polybar/config +++ b/polybar/config @@ -53,7 +53,7 @@ font-2 = Siji:pixelsize=10;1 modules-left = info-hlwm-workspaces xwindow modules-center = -modules-right = cpu memory storage battery wifi volume date +modules-right = cpu cpu-temp memory storage battery wifi volume date [module/volume] interval = 1 @@ -64,6 +64,18 @@ format-prefix = "VOL: " format-prefix-foreground = ${colors.foreground-alt} format-underline = #C4C1DC +[module/cpu-temp] +interval = 1 +type = custom/script +exec = "~/.config/polybar/plat.sh cpu-temp" +tail = true +format-foreground = ${colors.foreground-alt} +format-prefix = "(" +format-prefix-foreground = ${colors.foreground-alt} +format-suffix = "°)" +format-suffix-foreground = ${colors.foreground-alt} +format-underline = #DE965D + [module/storage] interval = 1 type = custom/script |