fix(ags workspace bar): make workspace indicators true circles

This commit is contained in:
matt1432 2023-10-29 12:15:08 -04:00
parent 7f06a60027
commit 4e0141099c
2 changed files with 4 additions and 3 deletions

View file

@ -17,6 +17,7 @@ const Workspace = ({ i } = {}) =>
.catch(print);
},
child: Box({
valign: 'center',
className: 'button',
connections: [[Hyprland, self => {
const occupied = Hyprland.getWorkspace(i)?.windows > 0;

View file

@ -5,10 +5,10 @@
padding: 3px 12px;
.button {
margin: 2px;
min-width: 20px;
margin: 0 2.5px;
min-height: 22px;
min-width: 22px;
border-radius: 100%;
* {color: transparent;}
}
.empty {