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);
|
.catch(print);
|
||||||
},
|
},
|
||||||
child: Box({
|
child: Box({
|
||||||
|
valign: 'center',
|
||||||
className: 'button',
|
className: 'button',
|
||||||
connections: [[Hyprland, self => {
|
connections: [[Hyprland, self => {
|
||||||
const occupied = Hyprland.getWorkspace(i)?.windows > 0;
|
const occupied = Hyprland.getWorkspace(i)?.windows > 0;
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
padding: 3px 12px;
|
padding: 3px 12px;
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
margin: 2px;
|
margin: 0 2.5px;
|
||||||
min-width: 20px;
|
min-height: 22px;
|
||||||
|
min-width: 22px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
* {color: transparent;}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
|
|
Loading…
Reference in a new issue