dotfiles/.config/eww/templates/bar/modules/workspaces.scss

29 lines
557 B
SCSS

@import "{{ base_dir }}/variables.scss";
.workspaces-widget {
margin-left: .4rem;
}
.workspace-entry {
padding-left: .6rem;
padding-right: .6rem;
background-color: rgba($black, 1);
border: 1px solid $magenta;
border-radius: 4px;
}
.workspace-entry:hover {
background-color: rgba($b_black, 1);
}
.workspace-current {
background-color: rgba($yellow, 1);
color: rgba($b_black, 1);
border: 0px none;
}
.workspace-current:hover {
background-color: rgba($yellow, 1);
}