mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added glance
This commit is contained in:
parent
93efd494ca
commit
a0de2dba92
15 changed files with 268 additions and 64 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
services.easyeffects.enable = true;
|
||||
services.easyeffects.enable = false;
|
||||
}
|
||||
|
|
11
modules/home/gui/desktop/wayland/pavucontrol/default.nix
Normal file
11
modules/home/gui/desktop/wayland/pavucontrol/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
pavucontrol
|
||||
;
|
||||
};
|
||||
}
|
|
@ -104,7 +104,7 @@ in
|
|||
format = "{icon} {volume}%";
|
||||
tooltip = false;
|
||||
format-muted = " Muted";
|
||||
on-click = "easyeffects";
|
||||
on-click = "pavucontrol";
|
||||
on-scroll-up = "pactl set-sink-volume @DEFAULT_SINK@ +5%";
|
||||
on-scroll-down = "pactl set-sink-volume @DEFAULT_SINK@ -5%";
|
||||
scroll-step = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue