Official documentation for quickshell
Go to file
outfoxxed c5733431d8
nix: update lockfile
2024-07-01 20:56:18 -07:00
assets/css feat: add QML overview 2024-03-07 05:30:01 -08:00
content intro: fix Variants api 2024-06-23 02:44:43 -07:00
data misc: add matrix to navbar and change icons 2024-04-01 22:29:23 -07:00
layouts build: add pam api 2024-06-17 18:37:30 -07:00
themes initial commit 2024-02-12 04:07:01 -08:00
typegen typegen: support generics on superclass + nix lockfile update 2024-06-22 01:59:08 -07:00
types nix: update lockfile 2024-06-07 04:32:57 -07:00
.gitignore build: add nix package 2024-03-09 06:28:20 -08:00
.gitmodules initial commit 2024-02-12 04:07:01 -08:00
Justfile build: fix casing of pipewire api 2024-07-01 20:55:05 -07:00
README.md readme: mention hosted docs 2024-03-11 05:44:25 -07:00
default.nix build: add nix package 2024-03-09 06:28:20 -08:00
flake.lock nix: update lockfile 2024-07-01 20:56:18 -07:00
flake.nix build: add nix package 2024-03-09 06:28:20 -08:00
hugo.toml misc: add matrix to navbar and change icons 2024-04-01 22:29:23 -07:00
package.nix build: add nix package 2024-03-09 06:28:20 -08:00
shell.nix initial commit 2024-02-12 04:07:01 -08:00

README.md

quickshell-docs

Documentation for quickshell.

Hosted version at quickshell.outfoxxed.me.

Building the documentation

The docs depend on:

  • just
  • hugo
  • rust

To build the documentation you must be in a subdirectory of the main quickshell repo, which is where the submodule clones this repo.

Run the following command to build and serve the docs locally:

$ just serve