update
This commit is contained in:
parent
8d16aa86e0
commit
5e3a372259
@ -1,6 +1,6 @@
|
||||
# APPS
|
||||
|
||||
<details>
|
||||
<summary>Click to show installed apps</summary>
|
||||
*non-exhaustive list*
|
||||
|
||||
| Category | Software |
|
||||
|----------------|---------------|
|
||||
@ -31,6 +31,3 @@
|
||||
| | neofetch |
|
||||
| | cava |
|
||||
| | ... |
|
||||
|
||||
</details>
|
||||
|
10
docs/CONTRIBUTING.md
Normal file
10
docs/CONTRIBUTING.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Contributing to Nixy
|
||||
|
||||
Everybody is invited and welcome to contribute to Nixy. There is a lot to do... Check the `docs/TODO.md` file!
|
||||
|
||||
The process is straight-forward.
|
||||
|
||||
- Read [How to get faster PR reviews](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#best-practices-for-faster-reviews) by Kubernetes (but skip step 0 and 1)
|
||||
- Fork Nixy [git repository](https://github.com/anotherhadi/nixy).
|
||||
- Write your changes (new theme, bug fixes, ...).
|
||||
- Create a Pull Request against the main branch of Nixy.
|
@ -1,9 +1,6 @@
|
||||
## Scripts
|
||||
# Scripts
|
||||
|
||||
### Nix/NixOs shortcuts
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Nix/NixOs shortcuts
|
||||
|
||||
- `nixy-edit`
|
||||
- `nixy-rebuild`
|
||||
@ -11,23 +8,13 @@
|
||||
- `nixy-gc` # garbage collection
|
||||
- `nixy-cb` # clean boot menu
|
||||
|
||||
</details>
|
||||
|
||||
### Brightness control
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Brightness control
|
||||
|
||||
- `brightness-up`
|
||||
- `brightness-down`
|
||||
- `brightness-change <up/down> <increment>`
|
||||
|
||||
</details>
|
||||
|
||||
### Sound control
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Sound control
|
||||
|
||||
- `sound-up`
|
||||
- `sound-down`
|
||||
@ -35,52 +22,30 @@
|
||||
- `sound-output`
|
||||
- `sound-change <up/down/mute> <increment>`
|
||||
|
||||
</details>
|
||||
|
||||
### Caffeine
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Caffeine
|
||||
|
||||
Caffeine is a simple script that toggles hypridle (disable suspend & screenlock).
|
||||
|
||||
- `caffeine` # Toggle caffeine
|
||||
- `caffeine-status` # Return active/inactive
|
||||
|
||||
</details>
|
||||
|
||||
### Night-Shift
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Night-Shift
|
||||
|
||||
Blue light filter, using wlsunset
|
||||
|
||||
- `night-shift-on`
|
||||
- `night-shift-off`
|
||||
|
||||
</details>
|
||||
|
||||
### Nerdfont FZF
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Nerdfont FZF
|
||||
|
||||
Nerdfont fzf is a quick way to search for nerdfont icons locally.
|
||||
It will copy the selected icon to the clipboard.
|
||||
|
||||
- `nerdfont-fzf`
|
||||
|
||||
</details>
|
||||
|
||||
### Compress/Extract
|
||||
|
||||
<details>
|
||||
<summary>Click to expand</summary>
|
||||
## Compress/Extract
|
||||
|
||||
Some shortcut to compress and extract files.
|
||||
|
||||
- `compress` ...
|
||||
- `extract` ...
|
||||
|
||||
</details>
|
11
docs/THEMES.md
Normal file
11
docs/THEMES.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Themes
|
||||
|
||||
Themes are defined in `hosts/themes`. Those themes define the colors, fonts, icons, etc, used by Hyprland and the apps installed.
|
||||
You can change the selected theme by changing the import statement at the top of your host's variables file.
|
||||
|
||||
*To apply the theme to duckduckgo, follow the instructions in `$HOME/.duckduckgo-colorscheme.js`.*
|
||||
|
||||
## Create your own theme
|
||||
|
||||
Create a copy of one of the existing theme and change the variables.
|
||||
Wallpapers are loaded from the `home/wallpapers` folder.
|
13
docs/TODO.md
Normal file
13
docs/TODO.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Todolist
|
||||
|
||||
- [ ] Find a new icon theme (White, flat)
|
||||
- [ ] Global font-size config (Alt font size for waybar)
|
||||
- [ ] Catppuccin theme
|
||||
- [ ] Windows theme
|
||||
- [ ] MacOS theme
|
||||
- [ ] Rice screenshot script
|
||||
- [ ] Global variable for config location
|
||||
- [ ] Obsidian conditional import
|
||||
- [ ] Nixvim
|
||||
- [ ] Telescope shortcut for file content
|
||||
- [ ] Markdown snippets
|
@ -1 +0,0 @@
|
||||
# Contributing
|
@ -1,24 +0,0 @@
|
||||
## Settings, Themes and colors
|
||||
|
||||
*Nixy Theme:*
|
||||
|
||||
Font:
|
||||
Default: SF Apple
|
||||
Mono: MesloLG Nerd Font
|
||||
GTK Theme: FlatColor (Based on the colors in variables.nix)
|
||||
QT Theme: Follow GTK
|
||||
Icons:
|
||||
Cursor:
|
||||
|
||||
*Create your own:*
|
||||
|
||||
In your hosts configuration, you should add a `variables.nix` file to manage your settings, including:
|
||||
|
||||
- user information
|
||||
- timezone and locale
|
||||
- keyboard layout
|
||||
- the theme: will be used in programs and for GTK and QT themes
|
||||
- ... (check the `hosts/guest/variables.nix` file for more information)
|
||||
|
||||
PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.duckduckgo-colorscheme.js`.
|
||||
|
@ -1 +0,0 @@
|
||||
- [ ] Example
|
Loading…
Reference in New Issue
Block a user