fixes waybar, adds cursors
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
.modules-left,
|
||||
.modules-right {
|
||||
background-color: rgba(17, 24, 39, 0.1);
|
||||
margin: 4px;
|
||||
padding: 3px 6px;
|
||||
margin: 2px;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
/* The whole bar */
|
||||
@@ -41,9 +41,9 @@ window#waybar.empty #window {
|
||||
|
||||
/* --- Workspaces --- */
|
||||
#workspaces button {
|
||||
padding: 3px 2px;
|
||||
margin: 3px 2px;
|
||||
border-radius: 6px;
|
||||
padding: 3px 10px;
|
||||
margin: 2px;
|
||||
border-radius: 3px;
|
||||
color: @foreground;
|
||||
background-color: alpha(@foreground, 0.15);
|
||||
transition: all 0.3s ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user