mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-02-02 17:49:13 +01:00
testing using swaylock again
This commit is contained in:
parent
cceb9fb7f2
commit
52c36ae4eb
@ -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
|
||||
|
@ -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; })
|
||||
|
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user