Added Power menu and show only the workspaces allocated to monitor

This commit is contained in:
Jas Singh
2024-06-09 18:40:51 -07:00
parent 3579e563b8
commit d695d9aa67
25 changed files with 784 additions and 383 deletions

View File

@@ -0,0 +1,11 @@
@import "../colors";
@mixin floating-widget {
// box-shadow: 0 0 5px 0 $shadow-color;
margin: max($spacing, 8px);
border: 3px solid $surface1;
background-color: $base;
color: $primary_fg;
border-radius: 11px;
padding: 20px;
}