This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/wayland/ags/ags-config/scss/panel/widgets/workspaces.scss

28 lines
506 B
SCSS

.workspaces {
background-color: $box-bg;
border-radius: $box-border-radius;
margin: 5px 0px 5px 10px;
font-size: 0px;
}
.workspaces button {
border-radius: 0;
background-color: $wsbg;
font-size: 10px;
}
.workspaces button.focused {
border-radius: 0px;
background-color: $activewsbg;
}
.workspaces button:first-child {
border-radius: $box-border-radius 0px 0px $box-border-radius;
}
.workspaces button:last-child {
border-radius: 0px $box-border-radius $box-border-radius 0px;
}