Introduces eww bar
This commit is contained in:
parent
75bc7eb6a7
commit
e58899e4ae
30 changed files with 279 additions and 1147 deletions
22
.config/eww/widgets/bar/style.scss
Normal file
22
.config/eww/widgets/bar/style.scss
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
.bar {
|
||||
margin: 0 10px;
|
||||
.default-padding {
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.workspaces {
|
||||
padding-right: 1rem;
|
||||
|
||||
.workspace {
|
||||
padding: 0.5 1rem;
|
||||
border-radius: $border-radius;
|
||||
|
||||
&.active {
|
||||
box-shadow: 0 -1px 0 0 green inset;
|
||||
}
|
||||
&.current {
|
||||
box-shadow: 0 -1px 0 0 yellow inset;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue