2024-10-12 00:46:39 -07:00
|
|
|
* {
|
|
|
|
all: unset; }
|
2024-09-06 16:55:55 -07:00
|
|
|
|
2024-10-12 00:46:39 -07:00
|
|
|
bar {
|
2024-09-06 16:55:55 -07:00
|
|
|
background: transparent; }
|
|
|
|
|
2024-10-12 00:46:39 -07:00
|
|
|
box.workspaces {
|
|
|
|
min-height: 50px;
|
|
|
|
background: #161616;
|
|
|
|
padding: 5px; }
|
|
|
|
box.workspaces box > button {
|
|
|
|
min-width: 10px;
|
|
|
|
min-height: 10px;
|
|
|
|
margin: 5px;
|
2024-09-06 16:55:55 -07:00
|
|
|
background-color: #262626; }
|
2024-10-12 00:46:39 -07:00
|
|
|
box.workspaces box > button.occupied {
|
2024-09-06 16:55:55 -07:00
|
|
|
background-color: #393939; }
|
2024-10-12 00:46:39 -07:00
|
|
|
box.workspaces box > button.focused {
|
2024-09-06 16:55:55 -07:00
|
|
|
background-color: #FF7EB6; }
|