mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 10:14:34 +02:00
polybar: display current weather
This commit is contained in:
parent
eb3e05e488
commit
0559c830ef
5 changed files with 197 additions and 1 deletions
11
dotfiles/systemd/weather.service
Normal file
11
dotfiles/systemd/weather.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Build and display wallpaper
|
||||
PartOf=graphical-session.target
|
||||
After=polybar.service
|
||||
|
||||
[Service]
|
||||
Environment=OWM_API_KEY=81687c78e0376836871a6cb9fc347249
|
||||
ExecStart=/usr/bin/mkdir -p %h/.cache/i3
|
||||
ExecStart=%h/.config/i3/bin/polybar-weather
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
Loading…
Add table
Add a link
Reference in a new issue