diff --git a/.config/autostart/gis-weather.desktop b/.config/autostart/gis-weather.desktop index 5d2f1ba..4c71b9b 100644 --- a/.config/autostart/gis-weather.desktop +++ b/.config/autostart/gis-weather.desktop @@ -1,11 +1,7 @@ [Desktop Entry] +Name=Gis Weather +Exec=sh -c 'sleep 1; python3 "/usr/share/gis-weather/gis-weather.py" ' Type=Application -Exec=gis-weather -Icon=gis-weather Terminal=false -Name=gis-weather -Comment=A lightweight weather widget -GenericName=Gis-Weather Widget -Categories=System; -Hidden=false - +Icon=/usr/share/gis-weather/icon.png +Comment=Wetter-Widget \ No newline at end of file diff --git a/.config/gis-weather/gw_config1.json b/.config/gis-weather/gw_config1.json index 7fc5cd4..3a462cb 100755 --- a/.config/gis-weather/gw_config1.json +++ b/.config/gis-weather/gw_config1.json @@ -116,7 +116,7 @@ "fix_BadDrawable": false, "fix_position": true, "font": "Sans", - "height_adjustment": 0, + "height_adjustment": -7, "height_fix": 0, "high_wind": 10, "icon_now_attr": { @@ -178,7 +178,7 @@ "save_weather": false, "save_weather_fmt": "", "save_weather_path": "", - "scale": 0.8299999999999998, + "scale": 0.8199999999999998, "service": "OpenWeatherMap", "show_bg_png": true, "show_block_add_info": false, @@ -269,6 +269,6 @@ "wind_direct_small": false, "wind_fmt": "{wind_direct}, {wind_speed}", "wind_units": 1, - "x_pos": 1575, - "y_pos": 159 + "x_pos": 1580, + "y_pos": 152 } \ No newline at end of file