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

@@ -86,6 +86,7 @@
self = self;
pkgs = pkgs;
};
toolbelt = import ./commands/toolbelt.nix { pkgs = pkgs; };
viconf = import ./commands/viconf.nix {
pkgs = pkgs;
};
@@ -116,6 +117,7 @@ in {
toggle_float
toggle_oppacity
toggle_waybar
toolbelt
viconf
];
}