Fixed padding issues on waybar's netwrk module
This commit is contained in:
parent
f5a4428728
commit
afdbb68742
|
@ -299,15 +299,15 @@
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"ethernet": [
|
"ethernet": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
"disconnected": [
|
"disconnected": [
|
||||||
""
|
""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"format-wifi": "",
|
"format-wifi": "",
|
||||||
"format-ethernet": "",
|
"format-ethernet": "",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"format-linked": "",
|
"format-linked": "",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
//"on-click": "pgrep -x rofi &>/dev/null && notify-send rofi || networkmanager_dmenu"
|
//"on-click": "pgrep -x rofi &>/dev/null && notify-send rofi || networkmanager_dmenu"
|
||||||
|
|
|
@ -181,6 +181,16 @@ tooltip label {
|
||||||
margin: 2px 0px;
|
margin: 2px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#network.disconnected {
|
||||||
|
padding-right: 5px;
|
||||||
|
margin: 2px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.ethernet {
|
||||||
|
padding-right: 3px;
|
||||||
|
margin: 2px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
#submap {
|
#submap {
|
||||||
min-width: 0px;
|
min-width: 0px;
|
||||||
margin: 4px 6px 4px 6px;
|
margin: 4px 6px 4px 6px;
|
||||||
|
|
Loading…
Reference in a new issue