1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

niri: do screen transition when changing themes

This commit is contained in:
bbedward
2025-09-19 10:24:37 -04:00
parent 5fcffba73e
commit 0e887408c5
3 changed files with 19 additions and 2 deletions

View File

@@ -406,6 +406,16 @@ Singleton {
return true
}
function doScreenTransition() {
return send({
"Action": {
"DoScreenTransition": {
"delay_ms": 100,
}
}
})
}
function switchToWorkspace(workspaceIndex) {
return send({
"Action": {