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/panel | |
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/panel')
-rwxr-xr-x | Panel/lemonbar/panel | 1 |
1 files changed, 1 insertions, 0 deletions
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" & |