From 7d3f2ecb435a55475bb2f873692dc257e41112cf Mon Sep 17 00:00:00 2001 From: pagedMov Date: Tue, 22 Oct 2024 03:42:26 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 47ba64c..9275413 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ If you are on NixOS and have flakes enabled, you can just clone the repo and run ## Neat Features * *chscheme* - This script will open a fuzzy finder window containing all of the colorschemes available in the base16-schemes package on nixpkgs. It contains a preview showing you what the colors will look like in your terminal. +![chscheme](./assets/screens/chscheme.png) + +* *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](./assets/screens/keyring.png) + +* Terminal sound effects from earthbound :D + Important note: Some aspects of the configuration are hard coded. these include * Hyprland config: hardcoded display outputs * Waybar config: hardcoded display outputs From 5a9f8529ede2b04fafb76052bcc526b2da9c6731 Mon Sep 17 00:00:00 2001 From: pagedMov Date: Tue, 22 Oct 2024 03:45:32 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9275413..f13e1fa 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,22 @@ My dots are written 100% in Nix so if you bring your own hardware-configuration. If you are on NixOS and have flakes enabled, you can just clone the repo and run sudo nixos-rebuild switch --flake /path/to/this-repo (again, just make sure you don't use my hardware configuration on your machine) -![Screenshot](./assets/screens/desktop.png) +
+ Desktop +
## Neat Features * *chscheme* - This script will open a fuzzy finder window containing all of the colorschemes available in the base16-schemes package on nixpkgs. It contains a preview showing you what the colors will look like in your terminal. -![chscheme](./assets/screens/chscheme.png) +
+ chscheme +
* *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](./assets/screens/keyring.png) +
+ keyring +
* Terminal sound effects from earthbound :D