feat(waybar): full, instead of only left, center and right mods

This commit is contained in:
João Dias
2024-11-17 16:05:32 -03:00
parent e53e248921
commit 3043242b4c
3 changed files with 17 additions and 23 deletions
+8 -6
View File
@@ -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;
}