working on eww

This commit is contained in:
2026-03-11 16:15:14 +01:00
parent 0920d68637
commit 1a10c80bd7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
;; Update network status ;; Update network status
(setq network-essid (exec "nmcli -t -f TYPE,NAME dev status | awk -F: '/wifi/{print $2}' | xargs -I {} sh -c 'nmcli -t -f SIGNAL dev wifi list ifname {} | awk -F: \"NR==2{print \\$1}\"'")) (setq network-essid (exec "nmcli -t -f TYPE,NAME dev status | awk -F: '/wifi/{print $2}' | xargs -I {} sh -c 'nmcli -t -f SIGNAL dev wifi list ifname {} | awk -F: \"NR==2{print \\$1}\"'"))
(if (string-empty? network-essid) (if (string-empty? network-essid)
(eww update network_label="Disconnected ") (eww update network_label="Disconnected !")
(eww update network_label=(strfmt " ({}%)" network-essid))) (eww update network_label=(strfmt " ({}%)" network-essid)))
;; Update clock ;; Update clock