chore(xmobar): Added gruvbox theme
This commit is contained in:
parent
99dffbaf57
commit
1953a639ab
4 changed files with 17 additions and 22 deletions
|
@ -13,10 +13,10 @@ else
|
|||
fi
|
||||
|
||||
if [ "$temp" -ge "$temp2" ] ; then
|
||||
echo "<fn=6></fn> <fc=#C1514E>$temp</fc>°C"
|
||||
echo "<fc=#7C6F64><fn=6></fn></fc> <fc=#FB4934> $temp°C</fc>"
|
||||
elif [ "$temp" -ge "$temp1" ] ; then
|
||||
echo "<fn=6></fn> <fc=#C1A24E>$temp</fc>°C"
|
||||
echo "<fc=#7C6F64><fn=6></fn></fc> <fc=#FE8019> $temp°C</fc>"
|
||||
else
|
||||
echo "<fn=6></fn> <fc=#AAC0F0>$temp</fc>°C"
|
||||
echo "<fc=#7C6F64><fn=6></fn></fc> <fc=#B8BB26> $temp°C</fc>"
|
||||
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue