change lockscreen to betterlockscreen
This commit is contained in:
@@ -90,8 +90,9 @@
|
|||||||
# Setting the Basic Packages.
|
# Setting the Basic Packages.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
|
(libsForQt5.callPackage ./home/themes/catppuccin-sddm.nix { })
|
||||||
xsecurelock
|
# Betterlockscreen
|
||||||
xss-lock
|
xss-lock
|
||||||
|
xorg.xset
|
||||||
# flutter
|
# flutter
|
||||||
android-studio
|
android-studio
|
||||||
clang
|
clang
|
||||||
@@ -155,6 +156,8 @@
|
|||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
zsh.enable = true;
|
zsh.enable = true;
|
||||||
};
|
};
|
||||||
|
# Betterlockscreen
|
||||||
|
security.pam.services.i3lock.enable = true;
|
||||||
|
|
||||||
# Enabling the Keyring.
|
# Enabling the Keyring.
|
||||||
security.pam.services.lightdm.enableGnomeKeyring = true;
|
security.pam.services.lightdm.enableGnomeKeyring = true;
|
||||||
|
|||||||
5
home/programs/betterlockscreen/default.nix
Normal file
5
home/programs/betterlockscreen/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ betterlockscreen ];
|
||||||
|
}
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./alacritty
|
./alacritty
|
||||||
./anki
|
./anki
|
||||||
|
./betterlockscreen
|
||||||
./calibre
|
./calibre
|
||||||
./discord
|
./discord
|
||||||
./dolphin
|
./dolphin
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
(include "./bar.yuck")
|
(include "./bar.yuck")
|
||||||
(include "./powerpopup.yuck")
|
(include "./power.yuck")
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
xsecurelock
|
betterlockscreen --lock blur
|
||||||
|
|||||||
@@ -100,3 +100,5 @@ myStartupHook = do
|
|||||||
spawnOnce "nextcloud --background"
|
spawnOnce "nextcloud --background"
|
||||||
spawnOnce "trayer --edge top --align left --widthtype request --height 25 --transparent true --alpha 0 --expand true --SetDockType true --SetPartialStrut true"
|
spawnOnce "trayer --edge top --align left --widthtype request --height 25 --transparent true --alpha 0 --expand true --SetDockType true --SetPartialStrut true"
|
||||||
spawnOnce "eww open bar"
|
spawnOnce "eww open bar"
|
||||||
|
spawnOnce "xss-lock -- ~/.config/eww/scripts/blur-lock.sh &"
|
||||||
|
spawnOnce "xset s 600 600 && xset +dpms && xset dpms 600 900 1200"
|
||||||
|
|||||||
Reference in New Issue
Block a user