yutanirc: add a little easter egg
This commit is contained in:
parent
109a138951
commit
27bf6f15d8
8
base/etc/weather.conf
Normal file
8
base/etc/weather.conf
Normal file
@ -0,0 +1,8 @@
|
||||
# Location configuration
|
||||
city=Tokyo
|
||||
units=metric
|
||||
# The key below is provided for use in ToaruOS for free from
|
||||
# OpenWeatherMap.org. We must provide the key so that the weather
|
||||
# widget can make API queries. Use of this key for other purposes
|
||||
# is against OpenWeatherMap's terms of service
|
||||
key=78c832cfada2b0337f516891afb4f13b
|
@ -4,4 +4,5 @@ if stat -Lq /usr/share/fonts/DejaVuSansMono.ttf then export FREETYPE_PROPERTIES=
|
||||
cd ~/Desktop
|
||||
file-browser --wallpaper &
|
||||
cd ~
|
||||
export-cmd _DATE date +"%m/%d"; if equals? "$_DATE" "12/25" then sh -c "snow --no-ad &"; unset _DATE
|
||||
exec panel --really
|
||||
|
Loading…
Reference in New Issue
Block a user