Regenerated
This commit is contained in:
@@ -118,6 +118,28 @@ window#waybar {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#custom-windows {
|
||||
opacity: 0;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
||||
#custom-windows.active {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
/* Unstyled Modules */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#battery,
|
||||
|
||||
Reference in New Issue
Block a user