diff options
| author | Miguel <m.i@gmx.at> | 2019-05-26 22:37:12 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-05-26 22:37:12 +0200 |
| commit | 4d9ec9a46e0085588a896679573461601dd76bfc (patch) | |
| tree | 98f8c6575d8b1fe8ead124fed0706cff598b054d /xmonad/nvidia-temp.sh | |
| parent | 3c634f69fe1e67c109c20a8dc5a594dc10bff0fe (diff) | |
some improvements
Diffstat (limited to 'xmonad/nvidia-temp.sh')
| -rwxr-xr-x | xmonad/nvidia-temp.sh | 6 |
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 |
