diff options
| author | Miguel <m.i@gmx.at> | 2019-02-10 19:34:18 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-10 19:34:18 +0100 |
| commit | 3c634f69fe1e67c109c20a8dc5a594dc10bff0fe (patch) | |
| tree | b257b4d23fcbeee213ab9b6854d60395305ef778 /xmonad/nvidia-temp.sh | |
| parent | b97ba813265e58c362c3b30b3c00c9674e11c6be (diff) | |
dotfiles updated
Diffstat (limited to 'xmonad/nvidia-temp.sh')
| -rwxr-xr-x | xmonad/nvidia-temp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad/nvidia-temp.sh b/xmonad/nvidia-temp.sh index 9adc421..fa40e91 100755 --- a/xmonad/nvidia-temp.sh +++ b/xmonad/nvidia-temp.sh @@ -32,5 +32,5 @@ get_color() TEMP_COL=$(get_color $TEMP $TEMP_LOW $TEMP_HIGH) GPU_COL=$(get_color $GPU $GPU_LOW $GPU_HIGH) -echo "<fc=$GPU_COL>$GPU</fc>% (<fc=$TEMP_COL>$TEMP</fc>°C)" +echo "<fc=$GPU_COL>$GPU</fc>% <fc=$TEMP_COL>$TEMP</fc>°C" |
