mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-31 16:49:30 +00:00
Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5e41502b9 | ||
|
|
0d512c1bf4 | ||
|
|
9093f5ab22 | ||
|
|
e755349b8f | ||
|
|
4af0111f54 | ||
|
|
41df50a547 | ||
|
|
ae00c0f437 | ||
|
|
e2b40599e8 | ||
|
|
8948ce5f7f | ||
|
|
6581855fe0 | ||
|
|
5b02d6db27 | ||
|
|
8e2534b6fd |
@@ -94,3 +94,7 @@
|
||||
path = cosmic-idle
|
||||
url = https://github.com/pop-os/cosmic-idle.git
|
||||
branch = master
|
||||
[submodule "cosmic-player"]
|
||||
path = cosmic-player
|
||||
url = https://github.com/pop-os/cosmic-player.git
|
||||
branch = master
|
||||
|
||||
@@ -16,6 +16,7 @@ Currently an incomplete **alpha**. Testing instructions below for various distri
|
||||
* [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)
|
||||
* [cosmic-player](https://github.com/pop-os/cosmic-player)
|
||||
* [cosmic-randr](https://github.com/pop-os/cosmic-randr)
|
||||
* [cosmic-screenshot](https://github.com/pop-os/cosmic-screenshot)
|
||||
* [cosmic-session](https://github.com/pop-os/cosmic-session)
|
||||
@@ -199,10 +200,10 @@ COSMIC can be installed on Gentoo via a custom overlay. Add the overlay using yo
|
||||
|
||||
Next, install the COSMIC desktop environment and its associated themes:
|
||||
|
||||
`emerge -1 cosmic-meta pop-theme-meta -pv`
|
||||
`emerge cosmic-meta pop-theme-meta`
|
||||
|
||||
Then log out, click on your user, and a sprocket at the bottom right shows an additional entry alongside your desktop environments. Change to COSMIC and proceed with log in.
|
||||
For further information, you may check the [Overlay Repository](https://github.com/fsvm88/cosmic-overlay).
|
||||
For further information, you may check the [Gentoo Wiki](https://wiki.gentoo.org/wiki/COSMIC) or [Overlay Repository](https://github.com/fsvm88/cosmic-overlay).
|
||||
|
||||
## Contact
|
||||
- [Mattermost](https://chat.pop-os.org/)
|
||||
|
||||
+1
-1
Submodule cosmic-applets updated: 11faa567f3...2b88f35991
+1
-1
Submodule cosmic-applibrary updated: 3dd148df0b...ebc8b462b2
+1
-1
Submodule cosmic-bg updated: fd44edf79b...b6adf25075
+1
-1
Submodule cosmic-comp updated: 90883c6ab1...e0f78da0ae
+1
-1
Submodule cosmic-edit updated: 3d92409275...4b75c32bff
+1
-1
Submodule cosmic-files updated: 20f9292e79...cd43d722d6
+1
-1
Submodule cosmic-greeter updated: 7366808e8c...5527c9b866
+1
-1
Submodule cosmic-icons updated: 3fdc2175c1...52ad55cba5
+1
-1
Submodule cosmic-idle updated: 08c1cf318e...7899fccbbe
+1
-1
Submodule cosmic-launcher updated: 6fe20b0999...b617a9dc68
+1
-1
Submodule cosmic-notifications updated: 980b962133...ea717d7938
+1
-1
Submodule cosmic-osd updated: c6fda40a0a...5dd5f23148
+1
-1
Submodule cosmic-panel updated: 041a44eb6f...dc429bc571
Submodule
+1
Submodule cosmic-player added at 5796e09704
+1
-1
Submodule cosmic-randr updated: 8d0938029f...c247019230
+1
-1
Submodule cosmic-screenshot updated: 031eb66861...10a564d9db
+1
-1
Submodule cosmic-session updated: 5a0df6afb6...6d16513d77
+1
-1
Submodule cosmic-settings updated: ef051c3b13...d853267ef1
+1
-1
Submodule cosmic-settings-daemon updated: 2f17f33875...58ff27f972
+1
-1
Submodule cosmic-store updated: d78e23e54b...28039ef6fc
+1
-1
Submodule cosmic-term updated: eba2eb38b7...b05076be65
+1
-1
Submodule cosmic-workspaces-epoch updated: 70d6c415a1...7f877f72a3
@@ -16,6 +16,7 @@ build:
|
||||
{{ just }} cosmic-notifications/build-release
|
||||
{{ make }} -C cosmic-osd all
|
||||
{{ just }} cosmic-panel/build-release
|
||||
{{ just }} cosmic-player/build-release
|
||||
{{ just }} cosmic-randr/build-release
|
||||
{{ just }} cosmic-screenshot/build-release
|
||||
{{ just }} cosmic-settings/build-release
|
||||
@@ -41,6 +42,7 @@ install rootdir="" prefix="/usr/local": build
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-notifications/install
|
||||
{{ make }} -C cosmic-osd install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-panel/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-player/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-randr/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-screenshot/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-settings/install
|
||||
@@ -78,6 +80,7 @@ clean:
|
||||
{{ just }} cosmic-idle/clean
|
||||
rm -rf cosmic-launcher/target
|
||||
rm -rf cosmic-panel/target
|
||||
rm -rf cosmic-player/target
|
||||
rm -rf cosmic-notifications/target
|
||||
rm -rf cosmic-osd/target
|
||||
rm -rf cosmic-randr/target
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: 7c8313898b...a821b5a778
Reference in New Issue
Block a user