fix(ags workspace bar): make workspace indicators true circles
This commit is contained in:
parent
7f06a60027
commit
4e0141099c
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue