This commit is contained in:
Peritia 2026-02-12 15:32:45 +01:00
parent b6b87d5aed
commit 9c72a71585
3546 changed files with 18655 additions and 0 deletions

View file

@ -0,0 +1,29 @@
#!/bin/bash
# Reload/Open eww
eww kill
eww daemon
# Day label at the top of the screen.
eww open daybox
# Wofi button -- Cancelled/still wip, I think it looks bad.
# eww open menu
# All other aesthetic gifs
eww open gif1
eww open gif2
# The temperature widget
#eww open diinkitemperature
# Call the weather polling function once initially.
# I recommend installing cron and making a cronjob that calls
# the script with --getdata every 30 minutes.
#WEATHER_POLLING="$HOME/.config/eww/scripts/weather.sh"
#bash "$WEATHER_POLLING" --getdata &
#disown
# -- Experimental gif, uncomment if you want it :D
# eww open gif3