aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2019-07-09 11:57:48 +0100
committerVasil Zlatanov <v@skozl.com>2019-07-09 11:57:48 +0100
commitd2951a324b2b7f0c4876130cb878513e3525884c (patch)
tree3e8425b2208da95c439a86ea44587b0f07c4ccf7
parentcee81868febcc77a3117a68099139f50804b48db (diff)
downloaddotfiles-d2951a324b2b7f0c4876130cb878513e3525884c.tar.gz
dotfiles-d2951a324b2b7f0c4876130cb878513e3525884c.tar.bz2
dotfiles-d2951a324b2b7f0c4876130cb878513e3525884c.zip
Add temperature indicator to panel
-rwxr-xr-xPanel/lemonbar/icons5
-rwxr-xr-xPanel/lemonbar/panel1
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" &