replaced keyring bind with a sort of control panel thing with several system related options like changing the wallpaper, managing volume controls, etc. also has a calculator

This commit is contained in:
pagedmov
2024-10-26 04:03:21 -04:00
parent 84133fbef7
commit bd5a7514a9
5 changed files with 88 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
base16scheme = "nord"; # can be easily changed with the chscheme script
# Map colors from yaml to attribute set
# Extracting colors into a set here allows them to be propagated across the entire config
# Extracting colors into a set here allows them to be propagated across the entire config, with or without stylix
lib = nixpkgs.lib;
pkgs = import nixpkgs { system = "x86_64-linux"; };
scheme_path = "${pkgs.base16-schemes}/share/themes/${base16scheme}.yaml";