Skip to content

Commit

Permalink
Old Workspaces theme
Browse files Browse the repository at this point in the history
  • Loading branch information
koeqaife committed Sep 22, 2024
1 parent 451735f commit 8afeb7c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ags/themes/old_workspaces.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/**
* Name: Old Workspaces
* Author: koeqaife
* Version: 1.0.0
* ConfigVersion: universal
* LoadDefaultCss: true
* Hide: false
* Description: Includes old workspaces style (Enable "Hide empty workspaces")
*/

.workspaces button {
padding: 0px 5px;
margin: 4px 3px 4px 3px;
border-radius: 16px;
border: 0px;
}

.workspaces button:last-child {
margin: 4px 0px 4px 3px;
}

.workspaces button:first-child {
margin: 4px 3px 4px 0px;
}

.workspaces button.active {
background: @secondaryContainer;
min-width: 40px;
}

0 comments on commit 8afeb7c

Please sign in to comment.