Skip to content

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Sep 26, 2022
1 parent 0dcdecc commit ad4c4f9
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/default/configs/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# info.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
# WARNING! Value of this parameter is EVALUATED as Python expression and can
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/all-day.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This presence config will be activated when there is an upcoming event today.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_prompt_1w is not None and eve_days_1w == 0
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/all.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# with this event's prompt.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_prompt_1w is not None
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/anni-milestone-day.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# 'anniversary' after event name.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w is not None and (eve_key_1w.startswith("anni_1week") or
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/anni-milestone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# 'anniversary' after event name.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w is not None and (eve_key_1w.startswith("anni_1week") or
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/anni-year-day.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# anniversary calendar event today.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = (eve_key_1w is not None and eve_key_1w.startswith("anni_")
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/anni-year.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# anniversary calendar events with anniversary-related activity text content.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w is not None and eve_key_1w.startswith("anni_")
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/moni-bday-day.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This presence config will be activated when there's Monika's birthday today.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w == "Monika's Birthday" and eve_days_1w == 0
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/moni-bday.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# activity text lines.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w == "Monika's Birthday"
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/player-bday-day.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This presence config will be activated when there's player's birthday today.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w == "player-bday" and eve_days_1w == 0
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/events/player-bday.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# activity text lines.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = eve_key_1w == "player-bday"
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/time-of-day/morning.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# override fallback presence config in default.conf.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = mas_globals.time_of_day_4state == "morning"
Expand Down
1 change: 1 addition & 0 deletions config/default/configs/time-of-day/night.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# presence config in default.conf.
#
# Author: Herman S. <[email protected]>
# Since: v0.0.1

[Presence]
Condition = mas_globals.time_of_day_4state == "night"
Expand Down

0 comments on commit ad4c4f9

Please sign in to comment.