Home Gen414 @ 2024-11-01-17:40
This commit is contained in:
parent
5cb5e1a5e0
commit
f5bcf62a51
@ -1,4 +1,4 @@
|
|||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"swaync/themes" = {
|
"swaync/themes" = {
|
||||||
@ -87,23 +87,19 @@
|
|||||||
actions = [
|
actions = [
|
||||||
{
|
{
|
||||||
label = " ";
|
label = " ";
|
||||||
command = "amixer set Master toggle";
|
command = "${pkgs.alsa-utils}/bin/amixer set Master toggle";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = "";
|
label = "";
|
||||||
command = "amixer set Capture toggle";
|
command = "${pkgs.alsa-utils}/bin/amixer set Capture toggle";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = " ";
|
label = " ";
|
||||||
command = "nm-connection-editor";
|
command = "${pkgs.networkmanagerapplet}/bin/nm-connection-editor";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
label = "";
|
label = "";
|
||||||
command = "blueman-manager";
|
command = "${pkgs.blueman}/bin/blueman-manager";
|
||||||
}
|
|
||||||
{
|
|
||||||
label = "";
|
|
||||||
command = "nwg-look";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user