update
This commit is contained in:
11
.utils/fetch-weather.service
Normal file
11
.utils/fetch-weather.service
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Fetch Weather
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/home/Username_PLACEHOLDER/.config/eww/Main/scripts/weather --getdata
|
||||||
|
WorkingDirectory=/home/Username_PLACEHOLDER/.config/eww/Main/scripts
|
||||||
|
Environment=OPENWEATHER_API_KEY="Onecall_3.0_APIKey_PLACEHOLDER"
|
||||||
|
Environment=OPENWEATHER_LAT="Latitude_PLACEHOLDER"
|
||||||
|
Environment=OPENWEATHER_LON="Longitude_PLACEHOLDER"
|
||||||
10
.utils/fetch-weather.timer
Normal file
10
.utils/fetch-weather.timer
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Fetch weather information every hour
|
||||||
|
Requires=fetch-weather.service
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=hourly
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
||||||
@@ -18,11 +18,13 @@
|
|||||||
|
|
||||||
## Hyprland & most of Hypr\* ecosystem
|
## Hyprland & most of Hypr\* ecosystem
|
||||||
|
|
||||||
Based on [end-4/dots-hyprland](https://github.com/end-4/dots-hyprland) but without ags.
|
Based on [end-4/dots-hyprland](https://github.com/end-4/dots-hyprland) but without ags amd tons of other stuff.
|
||||||
|
|
||||||
## Eww
|
## Eww
|
||||||
|
|
||||||
Modified "Main Dashboard" from [syndrizzle/hotfiles](https://github.com/syndrizzle/hotfiles/tree/bspwm) without notification center.
|
- **"main"**, modified from [syndrizzle/hotfiles](https://github.com/syndrizzle/hotfiles/tree/bspwm) without notification center.
|
||||||
|
- **"lyrics"**, dependent on api from [akashrchandran/spotify-lyrics-api](https://github.com/akashrchandran/spotify-lyrics-api) and [a small program](https://github.com/Uyanide/spotify-lyrics) from myself.
|
||||||
|
- weather API from [Openweather](https://openweathermap.org/), requires API Key and two systemd files in `.utils/`
|
||||||
|
|
||||||
## Grub theme
|
## Grub theme
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user