Update rEADME

This commit is contained in:
iFargle 2023-09-18 16:29:17 +09:00
parent b0498d8bf5
commit 154814d918

View file

@ -24,6 +24,67 @@
Completed ToDo List [here](complete.md) Completed ToDo List [here](complete.md)
--- ---
# Directory structure
```
.
├── home-manager
│   ├── common
│   │   ├── desktops
│   │   │   └── hyprland
│   │   │   ├── _default
│   │   │   │   └── wlogout
│   │   │   └── gruvbox
│   │   └── software
│   │   ├── cli
│   │   │   └── themes
│   │   │   ├── default
│   │   │   │   └── doom-emacs.d
│   │   │   └── gruvbox
│   │   │   └── doom-emacs.d
│   │   └── gui
│   │   └── themes
│   │   └── gruvbox
│   ├── hosts
│   │   └── nixos-laptop
│   │   └── desktops
│   │   ├── gnome
│   │   └── hyprland
│   │   ├── gruvbox
│   │   └── waybar
│   └── users
│   └── albert
├── keys
│   ├── hosts
│   ├── ssh
│   └── users
├── lib
├── nixos
│   ├── common
│   │   ├── desktops
│   │   │   ├── gnome
│   │   │   │   └── themes
│   │   │   └── hyprland
│   │   ├── modules
│   │   ├── services
│   │   └── software
│   │   ├── cli
│   │   └── gui
│   ├── hosts
│   │   ├── nixos-desktop
│   │   ├── nixos-laptop
│   │   ├── nixos-rpi4-01
│   │   ├── nixos-rpi4-02
│   │   ├── nixos-rpi4-03
│   │   ├── nixos-rpi4-img
│   │   └── nixos-vm-01
│   └── users
│   └── albert
├── secrets
└── wallpapers
├── colorful
└── gruvbox
```
# Configs # Configs
| Hostname | Description | Status | | Hostname | Description | Status |
| -------- | ----------- | ------ | | -------- | ----------- | ------ |
@ -60,11 +121,13 @@ Completed ToDo List [here](complete.md)
--- ---
# Theming # Theming
* To change system-wide themes, you need to change the following: | Name | Description | Desktops | Status |
| ---- | ----------- | -------- | ------ |
| default | No theming applied | All | Complete |
| gruvbox | Fall / Retro groovy theme | Hyprland/Gnome | Hyprland Complete, Gnome WIP |
| synth | Synthwave / Cyberpunk theme | Hyprland/Gnome | Work in Progress |
* Current themes: * To change system-wide themes, you need to change the following:
1. gruvbox
2. synthwave
## Desktops ## Desktops
### gnome ### gnome