1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Tacticalsmooth
7b9ba840fb fixed lambda issue on nixos (#1188) 2025-12-28 12:50:07 +01:00
xxyangyoulin
84fb567ff5 Notification: Right-click to toggle Do Not Disturb (#1174) 2025-12-28 00:34:52 -05:00
2 changed files with 5 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ in
}; };
dgop = { dgop = {
package = lib.mkPackageOption pkgs "dgop"; package = lib.mkPackageOption pkgs "dgop" {};
}; };
enableSystemMonitoring = lib.mkOption { enableSystemMonitoring = lib.mkOption {

View File

@@ -33,4 +33,8 @@ BasePill {
} }
} }
} }
onRightClicked: {
SessionData.setDoNotDisturb(!SessionData.doNotDisturb)
}
} }