mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Use libsecret to hide API key
This commit is contained in:
@@ -24,7 +24,7 @@ get_icon() {
|
||||
echo $icon
|
||||
}
|
||||
|
||||
KEY=""
|
||||
KEY=`secret-tool lookup openweathermap api_key`
|
||||
CITY=""
|
||||
UNITS="metric"
|
||||
SYMBOL="°"
|
||||
|
||||
Reference in New Issue
Block a user