summaryrefslogtreecommitdiff
path: root/xmonad/nvidia-temp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad/nvidia-temp.sh')
-rwxr-xr-xxmonad/nvidia-temp.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmonad/nvidia-temp.sh b/xmonad/nvidia-temp.sh
index fa40e91..6cddd1c 100755
--- a/xmonad/nvidia-temp.sh
+++ b/xmonad/nvidia-temp.sh
@@ -16,13 +16,13 @@ get_color()
HIGH=$3
if test $TEMP -lt $LOW
then
- COL=gray90
+ COL=#93a1a1
else
if test $TEMP -lt $HIGH
then
- COL=lightblue
+ COL=#268bd2
else
- COL=red
+ COL=#dc322f
fi
fi