mirror of
https://github.com/adi1090x/rofi.git
synced 2026-03-19 02:30:12 +01:00
removed light
This commit is contained in:
parent
825b46ec44
commit
f556ae10ef
@ -25,7 +25,6 @@
|
|||||||
# Optional runtime dependencies for full functionality
|
# Optional runtime dependencies for full functionality
|
||||||
pkexec
|
pkexec
|
||||||
acpi
|
acpi
|
||||||
light
|
|
||||||
mpd
|
mpd
|
||||||
mpc
|
mpc
|
||||||
maim
|
maim
|
||||||
|
|||||||
@ -75,7 +75,7 @@ in {
|
|||||||
default = false;
|
default = false;
|
||||||
description = ''
|
description = ''
|
||||||
Install optional runtime dependencies used by the bundled applets:
|
Install optional runtime dependencies used by the bundled applets:
|
||||||
acpi (battery), light (brightness), mpd + mpc (music),
|
acpi (battery), mpd + mpc (music),
|
||||||
maim + xrandr (screenshot), dunst (notifications), xclip (clipboard),
|
maim + xrandr (screenshot), dunst (notifications), xclip (clipboard),
|
||||||
alsa-utils / pavucontrol (volume), polkit (run-as-root applet).
|
alsa-utils / pavucontrol (volume), polkit (run-as-root applet).
|
||||||
'';
|
'';
|
||||||
@ -543,7 +543,7 @@ in {
|
|||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[ rofi launcherCmd powerMenuCmd ]
|
[ rofi launcherCmd powerMenuCmd ]
|
||||||
++ optionals cfg.withOptionalDeps [
|
++ optionals cfg.withOptionalDeps [
|
||||||
acpi light mpd mpc maim xorg.xrandr
|
acpi mpd mpc maim xorg.xrandr
|
||||||
dunst xclip alsa-utils pavucontrol polkit
|
dunst xclip alsa-utils pavucontrol polkit
|
||||||
]
|
]
|
||||||
++ cfg.extraPackages;
|
++ cfg.extraPackages;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user