diff --git a/.gitmodules b/.gitmodules index 5fd46b9..13332a8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,3 +106,7 @@ path = pop-launcher url = https://github.com/pop-os/launcher.git branch = master +[submodule "cosmic-monitor"] + path = cosmic-monitor + url = https://github.com/pop-os/cosmic-monitor.git + branch = master diff --git a/README.md b/README.md index 6161173..8e6899a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ * [cosmic-idle](https://github.com/pop-os/cosmic-idle) * [cosmic-initial-setup](https://github.com/pop-os/cosmic-initial-setup) * [cosmic-launcher](https://github.com/pop-os/cosmic-launcher) +* [cosmic-monitor](https://github.com/pop-os/cosmic-monitor) * [cosmic-notifications](https://github.com/pop-os/cosmic-notifications) * [cosmic-osd](https://github.com/pop-os/cosmic-osd) * [cosmic-panel](https://github.com/pop-os/cosmic-panel) diff --git a/cosmic-monitor b/cosmic-monitor new file mode 160000 index 0000000..b377a20 --- /dev/null +++ b/cosmic-monitor @@ -0,0 +1 @@ +Subproject commit b377a2071fb2bedff273055c59cedab6374ca9be diff --git a/justfile b/justfile index c568fe5..0f7c518 100644 --- a/justfile +++ b/justfile @@ -14,6 +14,7 @@ build: {{ just }} cosmic-idle/build-release {{ just }} cosmic-initial-setup/build-release {{ just }} cosmic-launcher/build-release + {{ just }} cosmic-monitor/build-release {{ just }} cosmic-notifications/build-release {{ just }} cosmic-osd/build-release {{ just }} cosmic-panel/build-release @@ -42,6 +43,7 @@ install rootdir="" prefix="/usr/local": build {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-idle/install {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-initial-setup/install {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-launcher/install + {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-monitor/install {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-notifications/install {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-osd/install {{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-panel/install @@ -84,6 +86,7 @@ clean: {{ just }} cosmic-idle/clean {{ just }} cosmic-initial-setup/clean rm -rf cosmic-launcher/target + {{ just }} cosmic-monitor/clean rm -rf cosmic-panel/target rm -rf cosmic-player/target rm -rf cosmic-notifications/target