Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -16,14 +16,26 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run
|
|||||||
<img src="./assets/screens/chscheme.png" alt="chscheme" />
|
<img src="./assets/screens/chscheme.png" alt="chscheme" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
* *keyring* - This script leverages pass and fzf, and will open a fuzzy finder window containing all of the paths in ~/.password-store. When a path is selected, it will copy that password to your clipboard for 45 seconds. This script is bound to Super + P in the hyprland config.
|
* *keyring* - This script leverages pass and fzf, and will open a fuzzy finder window containing all of the paths in ~/.password-store. When a path is selected, it will copy that password to your clipboard for 45 seconds. This script is bound to Super + P in the hyprland config.
|
||||||
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<img src="./assets/screens/keyring.png" alt="keyring" />
|
<img src="./assets/screens/keyring.png" alt="keyring" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
* *invoke* - Try out commands by temporarily downloading them from nixpkgs without binding them to your system configuration. Basically an alias for `nix run nixpkgs#{command} -- {args}`
|
||||||
|
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<img src="./assets/screens/invoke.png" alt="invoke" />
|
||||||
|
</div>
|
||||||
|
|
||||||
* Terminal sound effects from earthbound :D
|
* Terminal sound effects from earthbound :D
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
Important note: Some aspects of the configuration are hard coded. these include
|
Important note: Some aspects of the configuration are hard coded. these include
|
||||||
* Hyprland config: hardcoded display outputs
|
* Hyprland config: hardcoded display outputs
|
||||||
* Waybar config: hardcoded display outputs
|
* Waybar config: hardcoded display outputs
|
||||||
|
|||||||
Reference in New Issue
Block a user