Use 'Eth' for Ethernet in i3 status
dblume

dblume commited on 2023-11-27 09:06:24
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -28,8 +28,8 @@ wireless _first_ {
28 28
 }
29 29
 
30 30
 ethernet _first_ {
31
-        format_up = "E: %ip (%speed)"
32
-        format_down = "E: down"
31
+        format_up = "Eth: %ip (%speed)"
32
+        format_down = "Eth: down"
33 33
 }
34 34
 
35 35
 volume master {
36 36