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;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --------------------------------------------------------- */
|
||||||
/* All workspace buttons */
|
/* All workspace buttons */
|
||||||
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#workspaces button label {
|
#workspaces button label {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#workspaces button.active label {
|
#workspaces button.active label {
|
||||||
font-size: 16px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#battery,
|
#battery,
|
||||||
|
|||||||
@@ -96,25 +96,28 @@ window#waybar {
|
|||||||
transition: opacity 0.2s ease, width 0.2s ease;
|
transition: opacity 0.2s ease, width 0.2s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --------------------------------------------------------- */
|
||||||
/* All workspace buttons */
|
/* All workspace buttons */
|
||||||
|
/* --------------------------------------------------------- */
|
||||||
|
|
||||||
#workspaces button label {
|
#workspaces button label {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border: 2px solid transparent;
|
border: 2px solid transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 12px;
|
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#workspaces button.active label {
|
#workspaces button.active label {
|
||||||
font-size: 16px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button:hover {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#idle_inhibitor,
|
#idle_inhibitor,
|
||||||
#battery,
|
#battery,
|
||||||
|
|||||||
Reference in New Issue
Block a user