removed herobrine (no longer using vaxry projects)
goodbye all vaxry projects <3 now using swaylock for screen locking, big fan of niri and definitely not going to swap back to hyprland i also made waybar slightly transparent using stylix
This commit is contained in:
parent
a48763c70d
commit
67d78ac27c
9 changed files with 21 additions and 246 deletions
14
home-manager/swaylock.nix
Normal file
14
home-manager/swaylock.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = {
|
||||
screenshots = true;
|
||||
#effect-pixelate= "50";
|
||||
effect-blur = "10x5";
|
||||
clock = true;
|
||||
indicator= true;
|
||||
indicator-caps-lock = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue