Regenerated
This commit is contained in:
+303
-300
File diff suppressed because it is too large
Load Diff
+7
-4
@@ -2951,25 +2951,28 @@ window#waybar {
|
||||
transition: opacity 0.2s ease, width 0.2s ease;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
/* All workspace buttons */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#workspaces button label {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#workspaces button.active label {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#battery,
|
||||
|
||||
@@ -96,25 +96,28 @@ window#waybar {
|
||||
transition: opacity 0.2s ease, width 0.2s ease;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
/* All workspace buttons */
|
||||
/* --------------------------------------------------------- */
|
||||
|
||||
#workspaces button label {
|
||||
padding: 0px 5px;
|
||||
border-radius: 10px;
|
||||
border: 2px solid transparent;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
transition: all 0.2s ease;
|
||||
min-width: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#workspaces button.active label {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#idle_inhibitor,
|
||||
#battery,
|
||||
|
||||
Reference in New Issue
Block a user