testing using swaylock again

This commit is contained in:
Tyler Kelley 2024-01-29 16:18:14 -06:00
parent cceb9fb7f2
commit 52c36ae4eb
3 changed files with 5 additions and 9 deletions

View File

@ -109,7 +109,7 @@ in with lib; {
exec-once = waybar
exec-once = swaync
exec-once = wallsetter
exec-once = swayidle -w timeout 150 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
exec-once = swayidle -w timeout 10 'swaylock -f' timeout 20 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000'
dwindle {
pseudotile = true
preserve_split = true

View File

@ -8,7 +8,7 @@
swaynotificationcenter rofi-wayland imv transmission-gtk mpv
gimp obs-studio blender-hip kdenlive godot_4 rustup audacity
font-awesome spotify swayidle vim neovide neovim pavucontrol
element-desktop
element-desktop swaylock
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
# Import Scripts
(import ./../scripts/emopicker9000.nix { inherit pkgs; })

View File

@ -2,25 +2,21 @@
{
home.file.".config/swaylock/config".text = ''
indicator
indicator-caps-lock
show-failed-attempts
ignore-empty-password
indicator-thickness=15
indicator-radius=150
image=~/Pictures/Wallpapers/Gangsta-Hoodie.jpeg
clock
effect-blur=7x5
effect-vignette=0.5:0.5
ring-color=${config.colorScheme.colors.base0D}
key-hl-color=${config.colorScheme.colors.base0F}
line-color=00000000
inside-color=00000088
inside-clear-color=00000088
separator-color=00000000
text-color=${config.colorScheme.colors.base05}
text-clear-color=${config.colorScheme.colors.base05}
ring-clear-color=${config.colorScheme.colors.base0D}
separator-color=00000000
grace=2
fade-in=0.5
font=Ubuntu
'';
}