From dcc39189b7b232b0877aa553d56281902ba088a4 Mon Sep 17 00:00:00 2001 From: foosinn Date: Sun, 14 Jun 2020 10:33:19 +0200 Subject: [PATCH] fix wifi device name --- dotfiles/sway/status.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/sway/status.toml b/dotfiles/sway/status.toml index 0f42571..e0a3a6a 100644 --- a/dotfiles/sway/status.toml +++ b/dotfiles/sway/status.toml @@ -54,7 +54,7 @@ hide_missing = true [[block]] block = "net" -device = "wlp0s20f3" +device = "wlp3s0" ip = true ssid = true speed_up = false