refactor(serpantinum): flatten right widgets list

This commit is contained in:
tux
2026-09-08 15:52:06 +05:30
parent 54049a60ec
commit a01bd43ec9

View File

@@ -42,13 +42,11 @@
]; ];
center = [ "vis" ]; center = [ "vis" ];
right = [ right = [
[
"media" "media"
"vol" "vol"
"bat" "bat"
"tray" "tray"
"timedate" "timedate"
]
]; ];
}; };
}; };