wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 21:33:35 +01:00
parent 03d369976a
commit bfa5d36960

View file

@ -44,19 +44,19 @@
}
{
label = " 󰍃 ";
command = "niri msg action quit"
command = "niri msg action quit";
}
{
label = " 󰌾 ";
command = "swaylock"
command = "swaylock";
}
{
label = " 󰜉 ";
command = "systemctl reboot"
command = "systemctl reboot";
}
{
label = " 󰐥 ";
command = "systemctl poweroff"
command = "systemctl poweroff";
}
];
};
@ -66,10 +66,9 @@
button-text = "Do Not Disturb";
};
mpris = {
"blacklist": [],
"autohide": false,
"show-album-art": "always",
"loop-carousel": false
autohide = false;
show-album-art = "always";
loop-carousel = false;
};
};
};