Fixed padding issues on waybar's netwrk module

This commit is contained in:
Gu://em_ 2024-12-23 13:34:50 +01:00
parent f5a4428728
commit afdbb68742
2 changed files with 14 additions and 4 deletions

View file

@ -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"

View file

@ -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;