wip stuff

This commit is contained in:
Mars 2024-08-06 05:05:30 +00:00
parent 133654b020
commit 08f0637584
7 changed files with 159 additions and 6 deletions

View file

@ -17,3 +17,13 @@ fn GetNowPlaying() -> string;
* @brief Get the OS version.
*/
fn GetOSVersion() -> string;
/**
* @brief Get the current desktop environment.
*/
fn GetDesktopEnvironment() -> string;
/**
* @brief Get the current window manager.
*/
fn GetWindowManager() -> string;