make some ags config stuff

This commit is contained in:
Chris Cochrun 2024-06-17 17:06:08 -05:00
parent e21de5fed2
commit e78496f43d
2 changed files with 55 additions and 2 deletions

21
.config/ags/style.css Normal file
View file

@ -0,0 +1,21 @@
window {
background-color: transparent;
}
.workspaces {
background-color: blue;
border-color: purple;
}
button:active {
background-color: @theme_selected_bg_color;
}
button:hover {
border-bottom: 3px solid @theme_fg_color;
}
.workspaces button.focused {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}