feat: loose changes...?

This commit is contained in:
Kat Inskip 2025-08-07 14:24:53 -06:00
parent 32588d7074
commit 61143478c8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
11 changed files with 232 additions and 10 deletions

View file

@ -8,6 +8,21 @@ _: {
layer-shell = true;
layer = "overlay";
control-center-layer = "top";
widgets = [ "mpris" "dnd" "title" "notifications" "inhibitors" "backlight" "volume" ];
widget-config = {
title = {
text = "Notifications";
clear-all-button = true;
button-text = "";
};
dnd = {
text = " DND";
};
mpris = {
image-size = 60;
image-radius = 12;
};
};
};
};
}