Update
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
wf-recorder
|
||||
glow
|
||||
nwg-displays
|
||||
wireguard-tools
|
||||
bitwarden-cli
|
||||
|
||||
# Just cool
|
||||
peaclock
|
||||
|
||||
@@ -4,18 +4,18 @@
|
||||
enable = true;
|
||||
settings = {
|
||||
general = { ignore_dbus_inhibit = false; };
|
||||
listener = [
|
||||
{
|
||||
timeout = 600;
|
||||
on-timeout = pkgs.hyprlock + "/bin/hyprlock";
|
||||
}
|
||||
{
|
||||
timeout = 660;
|
||||
on-timeout = "systemctl suspend";
|
||||
on-resume = pkgs.libnotify
|
||||
+ "/bin/notify-send 'Welcome back to your desktop!'";
|
||||
}
|
||||
];
|
||||
listener = [{
|
||||
timeout = 600;
|
||||
on-timeout = pkgs.hyprlock + "/bin/hyprlock";
|
||||
}
|
||||
# FIXME
|
||||
# {
|
||||
# timeout = 660;
|
||||
# on-timeout = "systemctl suspend";
|
||||
# on-resume = pkgs.libnotify
|
||||
# + "/bin/notify-send 'Welcome back to your desktop!'";
|
||||
# }
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user