Update rEADME
This commit is contained in:
parent
b0498d8bf5
commit
154814d918
1 changed files with 67 additions and 4 deletions
71
README.md
71
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue