update tailscale host

This commit is contained in:
2024-10-18 13:54:14 +05:30
parent 4850f8ec8a
commit c2f1ca9d23

View File

@ -3,7 +3,7 @@ local watch = require("awful.widget.watch")
local wibox = require("wibox")
local tailscale = wibox.widget.textbox("Home: NA")
watch("bash -c \"tailscale ping pi | awk '{print $NF}'\"", 10, function(_, stdout)
watch("bash -c \"tailscale ping vega | awk '{print $NF}'\"", 10, function(_, stdout)
tailscale.text = "Home:" .. " " .. stdout
end)