fix(waybar): ssh module false positive and resizing
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
window#waybar {
|
||||
background-color: @bg_dim;
|
||||
color: @fg;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
@@ -100,9 +101,17 @@ button:hover {
|
||||
}
|
||||
|
||||
/* center: alert zone */
|
||||
#custom-ssh {
|
||||
min-height: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
#custom-ssh.active {
|
||||
color: @cyan;
|
||||
font-size: 20px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#custom-notification.notification {
|
||||
|
||||
Reference in New Issue
Block a user