chore: desktop variant
This commit is contained in:
parent
20deee09db
commit
a2011eab8c
51 changed files with 0 additions and 541 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
weather=$(cat $HOME/.cache/weather/weather-stat)
|
||||
weather_count=$(cat $HOME/.cache/weather/weather-stat | wc -c)
|
||||
|
||||
if [ "$weather_count" -lt 10 ]; then
|
||||
echo $weather;
|
||||
else
|
||||
echo $(cat $HOME/.cache/weather/weather-stat | cut -c1-6)...
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue