-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed default log file to ~/.odilia.log (#151)
* changed default log file to ~/.odilia.log * updated to use env instead of dirs home_dir, need to create odilia directory in .local/share * changed log file to XDG_DATA * removed TODOs * changed log path --------- Co-authored-by: Ellis Haker <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ thiserror = "1.0.37" | |
zbus.workspace = true | ||
serde_plain.workspace = true | ||
figment = "0.10.15" | ||
xdg = "2.4.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters