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)
* [Installing from Source](#installing-from-source)
* [AUR](#aur)
* [Nix Flake](#nix-flake)
- [Index](#index)
- [Installing from Source](#installing-from-source)
- [AUR](#aur)
- [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.
# Installing from Source
@ -20,7 +20,7 @@ cd lidm
make # 👍
```
> \[!NOTE]
> [!NOTE]
> 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:
@ -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.
> \[!CAUTION]
> [!CAUTION]
> [service files](./assets/pkg/aur#services) have to be manually installed by now.
# Nix Flake
@ -65,5 +65,5 @@ or try it out without installing by:
nix run github:javalsai/lidm
```
> \[!CAUTION]
> [!CAUTION]
> 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
* [LiDM](#lidm)
* [Features](#features)
* [WIP](#wip)
* [Index](#index)
* [Ideology](#ideology)
* [Usage](#usage)
* [Arguments](#arguments)
* [Program](#program)
* [Requirements](#requirements)
* [Installation](#installation)
* [Manually](#manually)
* [AUR](#aur)
* [Configuring](#configuring)
* [Contributing](#contributing)
* [Backstory](#backstory)
* [Contributors](#contributors)
- [LiDM](#lidm)
- [Features](#features)
- [WIP](#wip)
- [Index](#index)
- [Ideology](#ideology)
- [Usage](#usage)
- [Arguments](#arguments)
- [Program](#program)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuring](#configuring)
- [Contributing](#contributing)
- [Backstory](#backstory)
- [Contributors](#contributors)
# 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).
> \[!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.
# Contributing