make bar (more likely to work with) multimonitor (#162)

This commit is contained in:
end-4
2024-01-24 23:20:53 +07:00
parent 1cb1b94ad2
commit 830f6a780d
5 changed files with 39 additions and 61 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const moveToRelativeWorkspace = async (self, num) => {
}
}
export const ModuleMusic = () => {
export default () => {
// TODO: use cairo to make button bounce smaller on click, if that's possible
const playingState = Widget.Box({ // Wrap a box cuz overlay can't have margins itself
homogeneous: true,