#!/bin/bash
|
|
|
|
source ~/.config/config.env
|
|
|
|
temp=$(sed 's/[0-9][0-9][0-9]$/°C/' $TEMP_ZONE)
|
|
icon=
|
|
|
|
echo "^c#bf616a^$icon^d^ $temp"
|