]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Actually do the thing I said I did last time
authorMaximilian Friedersdorff <max@friedersdorff.com>
Wed, 10 Apr 2019 09:50:54 +0000 (10:50 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Wed, 10 Apr 2019 09:50:54 +0000 (10:50 +0100)
sway/.conkyrc

index 6f41e18954883630c2b440ddb1fca58e2e1bb5c5..d6c35dd8029e016f3defa8ec13db17a31c29cc5c 100644 (file)
@@ -25,15 +25,28 @@ conky.text = [[
   {"full_text": "Root ${fs_free /root} Free", "color": "\#ffffff"},
   {"full_text": "Disk r:${diskio_read} w:${diskio_write}", "color": "\#ffffff"},
   {"full_text": "CPU ${cpu cpu0}%", "color": "\#ffffff"},
-  {
-    "full_text": "d:${downspeed eno1} u:${upspeed eno1} ${addr eno1}", 
-       "color":
-         ${if_match "${addr eno1}"=="No Address"}
-           "\#ff0000"
-         ${else}
-               "\#00ff00"
-         ${endif}
-  },
+  ${if_match "${nodename_short}"=="magnesium"}
+    {
+      "full_text": "d:${downspeed eno1} u:${upspeed eno1} ${addr eno1}", 
+      "color":
+        ${if_match "${addr eno1}"=="No Address"}
+          "\#ff0000"
+        ${else}
+         "\#00ff00"
+        ${endif}
+    },
+  ${endif}
+  ${if_match "${nodename_short}"=="platinum"}
+    {
+      "full_text": "d:${downspeed wlp2s0} u:${upspeed wlp2s0} ${addr wlp2s0}", 
+      "color":
+        ${if_match "${addr wlp2s0}"=="No Address"}
+          "\#ff0000"
+        ${else}
+         "\#00ff00"
+        ${endif}
+    },
+  ${endif}
   ${if_match "${addr tun0}"!="No Address"}
        {"full_text": "VPN", "color": "\#00ff00"},
   ${endif}
@@ -46,8 +59,16 @@ conky.text = [[
                "\#ff0000"
          ${endif} 
   },
-  ${if_match "${exec hostname}"=="platinum"}
-       {"full_text": "${acpitool}", "color": "\#ffffff"},
+  ${if_match "${nodename_short}"=="platinum"}
+       {
+         "full_text": "BAT ${battery_short} ${battery_time}", 
+         "color": 
+         ${if_match ${battery_percent}<20}
+           "\#ff0000"
+         ${else}
+               "\#00ff00"
+         ${endif}
+       },
   ${endif}
   {"full_text": "${time}", "color": "\#ffffff"}
 ],