Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
29
nixosVista/homeManager/eww/base/start.sh
Executable file
29
nixosVista/homeManager/eww/base/start.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue