mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
docs: update Mosey Branch project notes
This commit is contained in:
parent
df19265030
commit
03e1918194
@ -1,7 +1,8 @@
|
|||||||
= Mosey branch
|
= Mosey branch
|
||||||
:toc:
|
:toc:
|
||||||
|
|
||||||
A workflow module of a Hyprland desktop environment featuring my link:https://github.com/foo-dogsquared/base16-bark-on-a-tree-scheme[custom colorscheme].
|
A workflow module of a "prim" and "proper" desktop environment featuring Hyprland and my link:https://github.com/foo-dogsquared/base16-bark-on-a-tree-scheme[custom colorscheme].
|
||||||
|
It is integrated with link:https://systemd.io/DESKTOP_ENVIRONMENTS/[systemd] through link:https://gitlab.gnome.org/GNOME/gnome-session/[gnome-session] (but it could be used without systemd since gnome-session can be also be used without systemd).
|
||||||
|
|
||||||
// TODO: Screenshot
|
// TODO: Screenshot
|
||||||
|
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
= Mosey branch custom session
|
= Mosey branch custom session
|
||||||
:toc:
|
:toc:
|
||||||
|
|
||||||
This is an installation script for the custom desktop environment "Mosey branch".
|
This is an installation template for the custom desktop environment "Mosey branch" containing configuration files including systemd units, gnome-session sessions, and desktop entries for the required components.
|
||||||
|
Much of it is inspired from link:https://gitlab.gnome.org/World/Phosh/phosh/[Phosh session files], link:https://gitlab.gnome.org/GNOME/gnome-shell[gnome-shell session files], and link:https://gitlab.gnome.org/GNOME/gnome-settings-daemon/[gnome-settings-daemon systemd service files].
|
||||||
|
You can also find out more details to configure gnome-session from `gnome-session(1)` manual page.
|
||||||
|
|
||||||
|
To build this template, you have to build with link:https://mesonbuild.com/[Meson build system].
|
||||||
|
|
||||||
|
[source, shell]
|
||||||
|
----
|
||||||
|
meson setup builddir && cd builddir
|
||||||
|
meson compile
|
||||||
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user