Waybar: use nm-applet instead of network module
This commit is contained in:
parent
085a6f831d
commit
72754a0f22
|
|
@ -1,6 +1,7 @@
|
|||
exec-once = mako &
|
||||
exec-once = swayosd &
|
||||
exec-once = waybar &
|
||||
exec-once = nm-applet &
|
||||
exec-once = foot -s &
|
||||
exec-once = udiskie &
|
||||
exec-once = swayidle -w &
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
"modules-right": [
|
||||
"hyprland/language",
|
||||
"pulseaudio",
|
||||
"network",
|
||||
"tray"
|
||||
],
|
||||
"hyprland/window": {
|
||||
|
|
@ -65,10 +64,10 @@
|
|||
"network": {
|
||||
"format-wifi": "{icon} {essid}",
|
||||
"format-ethernet": " {ifname}",
|
||||
"tooltip-format": " {ifname} via {gwaddr}",
|
||||
"tooltip-format": " {ifname} via {gwaddr}",
|
||||
"format-linked": " {ifname} (No IP)",
|
||||
"format-disconnected": "",
|
||||
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
||||
"format-disconnected": "",
|
||||
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
||||
"on-click-right": "nm-connection-editor",
|
||||
"format-icons": [
|
||||
"",
|
||||
|
|
|
|||
Loading…
Reference in New Issue