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": [
"󰈀"
""
],
"disconnected": [
"󰖪"
"󰤮"
]
},
"format-wifi": "󰤨",
"format-ethernet": "󰈀",
"format-disconnected": "󰖪",
"format-ethernet": "",
"format-disconnected": "󰤮",
"format-linked": "󰈁",
"tooltip": false,
//"on-click": "pgrep -x rofi &>/dev/null && notify-send rofi || networkmanager_dmenu"

View file

@ -181,6 +181,16 @@ tooltip label {
margin: 2px 0px;
}
#network.disconnected {
padding-right: 5px;
margin: 2px 0px;
}
#network.ethernet {
padding-right: 3px;
margin: 2px 0px;
}
#submap {
min-width: 0px;
margin: 4px 6px 4px 6px;