diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-09-07 17:24:40 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-09-07 17:24:40 (EDT) |
commit | cab1bdecae5861b10099f999c75ffea9d47b1f81 (patch) | |
tree | 55b6212e2558d0b883007cc8f458dc33fe309533 /.config/fbpanel | |
parent | 5d4bcb0c2b10635813ddb598a37b6630d0ddf1e1 (diff) | |
download | fluxbox-cab1bdecae5861b10099f999c75ffea9d47b1f81.zip fluxbox-cab1bdecae5861b10099f999c75ffea9d47b1f81.tar.gz fluxbox-cab1bdecae5861b10099f999c75ffea9d47b1f81.tar.bz2 |
.config/fbpanel/taskbar: Update network interface
ens10 seems to have been among the victims of the EMP from a lightning
strike about 30 feet away.
Diffstat (limited to '.config/fbpanel')
-rw-r--r-- | .config/fbpanel/taskbar | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/fbpanel/taskbar b/.config/fbpanel/taskbar index 1777e51..a7b1ac1 100644 --- a/.config/fbpanel/taskbar +++ b/.config/fbpanel/taskbar @@ -101,7 +101,7 @@ Plugin { Plugin { type = net config { - interface = ens10 + interface = ens9 TxColor = violet RxColor = blue # 1 Gb/s = 122070.3125 KiB/s @@ -117,7 +117,7 @@ Plugin { Plugin { type = net config { - interface = ens10 + interface = ens9 TxColor = violet RxColor = blue # 8 Mb/s = 976.5625 KiB/s |