Added Power menu and show only the workspaces allocated to monitor
This commit is contained in:
11
scss/common/floating-widget.scss
Normal file
11
scss/common/floating-widget.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user