diff options
author | Vasil Zlatanov <v@skozl.com> | 2019-07-09 11:57:48 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2019-07-09 11:57:48 +0100 |
commit | d2951a324b2b7f0c4876130cb878513e3525884c (patch) | |
tree | 3e8425b2208da95c439a86ea44587b0f07c4ccf7 /Panel/lemonbar | |
parent | cee81868febcc77a3117a68099139f50804b48db (diff) | |
download | dotfiles-d2951a324b2b7f0c4876130cb878513e3525884c.tar.gz dotfiles-d2951a324b2b7f0c4876130cb878513e3525884c.tar.bz2 dotfiles-d2951a324b2b7f0c4876130cb878513e3525884c.zip |
Add temperature indicator to panel
Diffstat (limited to 'Panel/lemonbar')
-rwxr-xr-x | Panel/lemonbar/icons | 5 | ||||
-rwxr-xr-x | Panel/lemonbar/panel | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Panel/lemonbar/icons b/Panel/lemonbar/icons index 8c8f7af..1be901e 100755 --- a/Panel/lemonbar/icons +++ b/Panel/lemonbar/icons @@ -24,4 +24,9 @@ ICON_FACE='' ICON_PRIV='' ICON_PUB='' ICON_MAIL='' +ICON_T0='' +ICON_T1='' +ICON_T2='' +ICON_T3='' +ICON_T4='' diff --git a/Panel/lemonbar/panel b/Panel/lemonbar/panel index 8058e56..4008682 100755 --- a/Panel/lemonbar/panel +++ b/Panel/lemonbar/panel @@ -15,6 +15,7 @@ volume -f 'V%i' > "$PANEL_FIFO" & battery -i 60 -sf 'B%s %i' > "$PANEL_FIFO" & clock -i 60 -sf 'Z%d %a %H:%M' > "$PANEL_FIFO" & ./music > "$PANEL_FIFO" & +./temp > "$PANEL_FIFO" & #./load > "$PANEL_FIFO" & #essid -sf 'E%s' -i 30 -w wlp2s0 > "$PANEL_FIFO" & # ./signal > "$PANEL_FIFO" & |