Quickshell lockscreen

This commit is contained in:
outfoxxed 2024-03-08 02:30:44 -08:00
parent 2de8a9e979
commit d388842a87
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
6 changed files with 154 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ system, inputs, impurity, lib, config, pkgs, ... }: let
inherit (inputs) hyprland hyprpaper hyprland-hy3;
inherit (inputs) hyprland hyprpaper hyprland-hy3 quickshell;
# I blame home manager
wrapper = pkgs.callPackage ({ ... }: pkgs.writeShellScriptBin "hyprland" ''
@ -52,6 +52,10 @@ in {
wrapper
hyprpaper
pamtester # quickshell lockscreen
quickshell.packages.${system}.default
(writeShellScriptBin "quickshell-lock" "quickshell -c ${impurity.link ./lockscreen/shell.qml}")
# environment programs
wl-clipboard
grim