rofi-wayland, hypridle, dolphin package
This commit is contained in:
parent
f55e945bfd
commit
777427e1cf
@ -5,14 +5,14 @@ general {
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 150 # 2.5min.
|
||||
timeout = 90 # 1.5min.
|
||||
on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||
on-resume = brightnessctl -r # monitor backlight restore.
|
||||
}
|
||||
|
||||
# turn off keyboard backlight, comment out this section if you dont have a keyboard backlight.
|
||||
listener {
|
||||
timeout = 180 # 3min
|
||||
timeout = 120 # 3min
|
||||
on-timeout = loginctl lock-session # lock screen when timeout has passed
|
||||
}
|
||||
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
hyprpicker
|
||||
hypridle
|
||||
|
||||
kdePackages.dolphin
|
||||
|
||||
dunst
|
||||
libnotify
|
||||
swayosd
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
config = lib.mkIf config.rofi.enable {
|
||||
home.packages = [
|
||||
pkgs.rofi
|
||||
pkgs.rofi-wayland
|
||||
];
|
||||
|
||||
programs.rofi = {
|
||||
@ -19,6 +19,7 @@
|
||||
location = "center";
|
||||
pass = {};
|
||||
font = lib.mkDefault "JetBrainsMono NF 14";
|
||||
package = pkgs.rofi-wayland;
|
||||
theme = let
|
||||
inherit (config.lib.formats.rasi) mkLiteral;
|
||||
in {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user