Compare commits

...

2 commits

3 changed files with 15 additions and 15 deletions

View file

@ -69,11 +69,15 @@ export const Overview = Window({
let active = '';
if (app.address == Hyprland.active.client.address) {
active = 'active';
print(app.at[0])
print(app.at[1])
}
if (app.size[0] === 0) {
app.size[0] = 1524;
app.size[1] = 908;
app.at[0] = 197;
app.at[1] = 170;
}
fixed.put(
@ -108,6 +112,7 @@ export const Overview = Window({
childI = 1;
}
// TODO: make this a revealer so no awkward jump
box.children[childI].centerWidget.add(
Box({
properties: [['id', ws.id]],

View file

@ -4,14 +4,13 @@
.workspace .window {
border-radius: 10px;
margin: 0 10px;
}
.normal {
margin-bottom: 5px;
.workspace {
margin: 0 10px;
.window {
border: 2px solid #411C6C;
@ -25,7 +24,6 @@
.special {
.workspace {
margin: 0 5px;
.window {
border: 2px solid lighten($color: black, $amount: 20);

View file

@ -669,18 +669,15 @@ calendar:indeterminate {
min-height: 1px;
min-width: 1px; }
.overview .workspace .window {
border-radius: 10px; }
border-radius: 10px;
margin: 0 10px; }
.overview .normal {
margin-bottom: 5px; }
.overview .normal .workspace {
margin: 0 10px; }
.overview .normal .workspace .window {
border: 2px solid #411C6C; }
.overview .normal .workspace .window.active {
border: 2px solid purple; }
.overview .special .workspace {
margin: 0 5px; }
.overview .special .workspace .window {
border: 2px solid #333333; }
.overview .special .workspace .window.active {
.overview .normal .workspace .window {
border: 2px solid #411C6C; }
.overview .normal .workspace .window.active {
border: 2px solid purple; }
.overview .special .workspace .window {
border: 2px solid #333333; }
.overview .special .workspace .window.active {
border: 2px solid purple; }