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 = mako &
|
||||||
exec-once = swayosd &
|
exec-once = swayosd &
|
||||||
exec-once = waybar &
|
exec-once = waybar &
|
||||||
|
exec-once = nm-applet &
|
||||||
exec-once = foot -s &
|
exec-once = foot -s &
|
||||||
exec-once = udiskie &
|
exec-once = udiskie &
|
||||||
exec-once = swayidle -w &
|
exec-once = swayidle -w &
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"hyprland/language",
|
"hyprland/language",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"network",
|
|
||||||
"tray"
|
"tray"
|
||||||
],
|
],
|
||||||
"hyprland/window": {
|
"hyprland/window": {
|
||||||
|
|
@ -65,10 +64,10 @@
|
||||||
"network": {
|
"network": {
|
||||||
"format-wifi": "{icon} {essid}",
|
"format-wifi": "{icon} {essid}",
|
||||||
"format-ethernet": " {ifname}",
|
"format-ethernet": " {ifname}",
|
||||||
"tooltip-format": " {ifname} via {gwaddr}",
|
"tooltip-format": " {ifname} via {gwaddr}",
|
||||||
"format-linked": " {ifname} (No IP)",
|
"format-linked": " {ifname} (No IP)",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
"format-alt": " {ifname}: {ipaddr}/{cidr}",
|
||||||
"on-click-right": "nm-connection-editor",
|
"on-click-right": "nm-connection-editor",
|
||||||
"format-icons": [
|
"format-icons": [
|
||||||
"",
|
"",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue