✨ feat(waybar): full, instead of only left, center and right mods
This commit is contained in:
+8
-6
@@ -3,14 +3,12 @@
|
||||
|
||||
/* Distro Logo */
|
||||
#custom-logo {
|
||||
padding-left: 12px;
|
||||
padding-right: 18px;
|
||||
padding: 0 12px;
|
||||
font-size: 15.2px;
|
||||
transition: 110ms ease-in;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
|
||||
/* Workspace Indicator */
|
||||
#workspaces {
|
||||
padding: 5px 0;
|
||||
@@ -28,8 +26,7 @@
|
||||
|
||||
#workspaces > button.active {
|
||||
background: @foreground;
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
padding-right: 24px;
|
||||
}
|
||||
|
||||
#workspaces > button.urgent {
|
||||
@@ -89,10 +86,15 @@ window.empty #window {
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#network {
|
||||
padding-right: 11px
|
||||
}
|
||||
|
||||
/* Network and Wi-Fi */
|
||||
#network.disconnected {
|
||||
padding-right: 15px;
|
||||
font-size: 14px;
|
||||
padding-left: 11px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user