[packages] feat: removed hypridle
This commit is contained in:
parent
5cff0c7631
commit
a9e2dd58d1
@ -9,7 +9,6 @@
|
||||
};
|
||||
|
||||
imports = [
|
||||
./hypridle.nix
|
||||
./hyprland-bindings.nix
|
||||
./hyprland-environment.nix
|
||||
./hyprland-execution.nix
|
||||
|
@ -1,44 +0,0 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
|
||||
# include hyprland configs
|
||||
home.file.".config/hypr/hypridle.conf".text = ''
|
||||
|
||||
# general
|
||||
general {
|
||||
ignore_dbus_inhibit = false
|
||||
}
|
||||
|
||||
|
||||
# listeners
|
||||
# notify inactivity
|
||||
listener {
|
||||
timeout = 45
|
||||
on-timeout = notify-send -t 4000 "Are you there ?"
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 50
|
||||
on-timeout = notify-send -t 4000 "Are you there ??"
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 55
|
||||
on-timeout = notify-send -t 4000 "Apperantly not, lock engaged ! "
|
||||
}
|
||||
|
||||
|
||||
# lock screen
|
||||
listener {
|
||||
timeout = 60
|
||||
on-timeout = killall hyprlock && hyprlock
|
||||
}
|
||||
|
||||
|
||||
# suspend after 5 minutes
|
||||
listener {
|
||||
timeout = 500
|
||||
on-timeout = systemctl suspend
|
||||
}
|
||||
'';
|
||||
}
|
@ -43,9 +43,6 @@
|
||||
"clipse -clear"
|
||||
"clipse -listen"
|
||||
|
||||
# start hypridle
|
||||
# "hypridle"
|
||||
|
||||
# set volume
|
||||
"pw-volume change 80%"
|
||||
|
||||
|
@ -23,9 +23,8 @@
|
||||
adwaita-qt
|
||||
brightnessctl
|
||||
grim
|
||||
unstable.grimblast
|
||||
unstable.hypridle
|
||||
unstable.hyprlock
|
||||
grimblast
|
||||
hyprlock
|
||||
imagemagick
|
||||
jq
|
||||
libnotify
|
||||
|
Reference in New Issue
Block a user