docs: upate index

This commit is contained in:
javalsai 2024-09-07 16:28:05 +02:00
parent a223b47777
commit 4415cca2fe
Signed by: javalsai
SSH Key Fingerprint: SHA256:3G83yKhBUWVABVX/vPWH88xnK4+ptMtHkZGCRXD4Mk8
2 changed files with 23 additions and 25 deletions

View File

@ -1,11 +1,11 @@
# Index # Index
* [Index](#index) - [Index](#index)
* [Installing from Source](#installing-from-source) - [Installing from Source](#installing-from-source)
* [AUR](#aur) - [AUR](#aur)
* [Nix Flake](#nix-flake) - [Nix Flake](#nix-flake)
> \[!CAUTION] > [!CAUTION]
> I encourage you to read the manual installation steps to understand what will get installed in your computer by this package. > I encourage you to read the manual installation steps to understand what will get installed in your computer by this package.
# Installing from Source # Installing from Source
@ -20,7 +20,7 @@ cd lidm
make # 👍 make # 👍
``` ```
> \[!NOTE] > [!NOTE]
> There's pre-built binaries on the [releases tab](https://github.com/javalsai/lidm/releases) too. > There's pre-built binaries on the [releases tab](https://github.com/javalsai/lidm/releases) too.
Then you can install the files onto your filesystem with: Then you can install the files onto your filesystem with:
@ -48,7 +48,7 @@ make install-service-s6 # s6
[AUR packages](https://aur.archlinux.org/packages?K=lidm\&SeB=n) will automatically install most files. [AUR packages](https://aur.archlinux.org/packages?K=lidm\&SeB=n) will automatically install most files.
> \[!CAUTION] > [!CAUTION]
> [service files](./assets/pkg/aur#services) have to be manually installed by now. > [service files](./assets/pkg/aur#services) have to be manually installed by now.
# Nix Flake # Nix Flake
@ -65,5 +65,5 @@ or try it out without installing by:
nix run github:javalsai/lidm nix run github:javalsai/lidm
``` ```
> \[!CAUTION] > [!CAUTION]
> This doesn't include [service files](./assets/pkg/aur#services) neither > This doesn't include [service files](./assets/pkg/aur#services) neither

View File

@ -39,22 +39,20 @@ LiDM is like any [X Display Manager](https://en.wikipedia.org/wiki/X_display_man
# Index # Index
* [LiDM](#lidm) - [LiDM](#lidm)
* [Features](#features) - [Features](#features)
* [WIP](#wip) - [WIP](#wip)
* [Index](#index) - [Index](#index)
* [Ideology](#ideology) - [Ideology](#ideology)
* [Usage](#usage) - [Usage](#usage)
* [Arguments](#arguments) - [Arguments](#arguments)
* [Program](#program) - [Program](#program)
* [Requirements](#requirements) - [Requirements](#requirements)
* [Installation](#installation) - [Installation](#installation)
* [Manually](#manually) - [Configuring](#configuring)
* [AUR](#aur) - [Contributing](#contributing)
* [Configuring](#configuring) - [Backstory](#backstory)
* [Contributing](#contributing) - [Contributors](#contributors)
* [Backstory](#backstory)
* [Contributors](#contributors)
# Ideology # Ideology
@ -100,7 +98,7 @@ Configured colors are just gonna be put inside `\x1b[...m`, ofc you can add an '
The default fg style should disable decorators set up in other elements (cursive, underline... it's just adding 20 to the number btw, so if cursive is 4 (iirc), disabling it is 24). The default fg style should disable decorators set up in other elements (cursive, underline... it's just adding 20 to the number btw, so if cursive is 4 (iirc), disabling it is 24).
> \[!TIP] > [!TIP]
> If you don't like seeing an element, you can change the fg color of it to be the same as the bg, making it invisible. > If you don't like seeing an element, you can change the fg color of it to be the same as the bg, making it invisible.
# Contributing # Contributing