button and script to create and switch to a new workspace
This commit is contained in:
@@ -37,6 +37,7 @@ tooltip {
|
||||
border: 3px solid @overlay0;
|
||||
}
|
||||
|
||||
#custom-workspacenew,
|
||||
#workspaces button {
|
||||
padding: 3px 5px; /* Adjusted padding to reduce height */
|
||||
margin: 3px 5px; /* Reduced margin slightly */
|
||||
@@ -60,13 +61,22 @@ tooltip {
|
||||
background-color: @red;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
#workspaceactions {
|
||||
background-color: alpha(@base, 0.6);
|
||||
border-radius: 14px;
|
||||
padding: 3px 6px; /* Adjusted padding to reduce height */
|
||||
border: 3px solid @blue;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#custom-workspacenew:hover {
|
||||
background-color: alpha(@blue, 0.3);
|
||||
}
|
||||
|
||||
#window {
|
||||
background-color: alpha(@base, 0.6);
|
||||
font-size: 15px; /* Slightly smaller font size */
|
||||
|
||||
Reference in New Issue
Block a user