Home Gen414 @ 2024-11-01-17:40

This commit is contained in:
Jonas Röger 2024-11-01 17:40:35 +01:00
parent 5cb5e1a5e0
commit f5bcf62a51

View File

@ -1,4 +1,4 @@
{...}: {
{pkgs, ...}: {
xdg.enable = true;
xdg.configFile = {
"swaync/themes" = {
@ -87,23 +87,19 @@
actions = [
{
label = " ";
command = "amixer set Master toggle";
command = "${pkgs.alsa-utils}/bin/amixer set Master toggle";
}
{
label = "";
command = "amixer set Capture toggle";
command = "${pkgs.alsa-utils}/bin/amixer set Capture toggle";
}
{
label = " ";
command = "nm-connection-editor";
command = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
}
{
label = "󰂯";
command = "blueman-manager";
}
{
label = "󰏘";
command = "nwg-look";
command = "${pkgs.blueman}/bin/blueman-manager";
}
];
};