Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 36 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pipewire = { version = "0.9", default-features = false, optional = true }
quick-xml = { version = "0.37", features = ["serialize"] }
regex = "1.5"
reqwest = { version = "0.12", features = ["json"] }
rrule = "0.14.0"
sensors = "0.2.2"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
Expand Down
8 changes: 7 additions & 1 deletion cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ words:
- alsamixer
- amixer
- apcupsd
- aplay
- apk
- aplay
- armv
- arphrd
- backon
Expand Down Expand Up @@ -53,6 +53,8 @@ words:
- docsrs
- dtolnay
- dunst
- exdate
- exdates
- execvp
- favg
- fcntl
Expand Down Expand Up @@ -132,13 +134,17 @@ words:
- powf
- powi
- pybugz
- rdate
- rdates
- recip
- repr
- reqwest
- resolv
- retval
- rofi
- rofication
- rrule
- rrules
- rsplit
- rtattr
- rtattrs
Expand Down
2 changes: 2 additions & 0 deletions src/blocks/calendar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,6 @@ pub enum CalendarError {
RequestToken(String),
#[error("Store token error: {0}")]
StoreToken(#[from] TokenStoreError),
#[error("local time falls in a _gap_ in the local time, or if there was an error")]
TzConversion,
}
Loading