working on eww
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user