-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rename provider-related files (#106)
- Loading branch information
1 parent
e5e0959
commit 82f29f2
Showing
39 changed files
with
200 additions
and
249 deletions.
There are no files selected for viewing
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
This file was deleted.
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
mod config; | ||
mod provider; | ||
mod variables; | ||
mod battery_provider; | ||
|
||
pub use config::*; | ||
pub use provider::*; | ||
pub use variables::*; | ||
pub use battery_provider::*; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
18 changes: 17 additions & 1 deletion
18
...ges/desktop/src/providers/cpu/provider.rs → ...desktop/src/providers/cpu/cpu_provider.rs
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
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
mod config; | ||
mod provider; | ||
mod variables; | ||
mod cpu_provider; | ||
|
||
pub use config::*; | ||
pub use provider::*; | ||
pub use variables::*; | ||
pub use cpu_provider::*; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 18 additions & 1 deletion
19
...es/desktop/src/providers/host/provider.rs → ...sktop/src/providers/host/host_provider.rs
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
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
mod config; | ||
mod provider; | ||
mod variables; | ||
mod host_provider; | ||
|
||
pub use config::*; | ||
pub use provider::*; | ||
pub use variables::*; | ||
pub use host_provider::*; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 18 additions & 1 deletion
19
...ages/desktop/src/providers/ip/provider.rs → ...s/desktop/src/providers/ip/ip_provider.rs
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
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 |
---|---|---|
@@ -1,8 +1,4 @@ | ||
mod config; | ||
mod ip_provider; | ||
mod ipinfo_res; | ||
mod provider; | ||
mod variables; | ||
|
||
pub use config::*; | ||
pub use provider::*; | ||
pub use variables::*; | ||
pub use ip_provider::*; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
mod config; | ||
mod provider; | ||
mod variables; | ||
mod keyboard_provider; | ||
|
||
pub use config::*; | ||
pub use provider::*; | ||
pub use variables::*; | ||
pub use keyboard_provider::*; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
7 changes: 0 additions & 7 deletions
7
...sktop/src/providers/komorebi/variables.rs → ...op/src/providers/komorebi/komorebi_res.rs
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
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
mod config; | ||
mod provider; | ||
mod variables; | ||
mod komorebi_provider; | ||
mod komorebi_res; | ||
|
||
pub use config::*; | ||
pub use provider::*; | ||
pub use variables::*; | ||
pub use komorebi_provider::*; | ||
pub use komorebi_res::*; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.