forked from kunsi/dotfiles
i3pystatus: add ice portal info
This commit is contained in:
parent
82bd1013ef
commit
8f4229b1e2
2 changed files with 65 additions and 1 deletions
|
@ -96,6 +96,11 @@ status.register("shell",
|
|||
on_leftclick="xinput enable 'SynPS/2 Synaptics TouchPad'",
|
||||
on_rightclick="xinput disable 'SynPS/2 Synaptics TouchPad'")
|
||||
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
command="/home/kunsi/.config/i3pystatus/ice-status.py",
|
||||
interval=2)
|
||||
|
||||
status.register("network",
|
||||
interface="wlp4s0",
|
||||
format_up="{interface}:[ {essid} ({freq:01.3f}GHz – {quality}%)][ {v6cidr}][ {v4cidr}]",
|
||||
|
@ -103,7 +108,7 @@ status.register("network",
|
|||
detect_active=True,
|
||||
freq_divisor=1000000000,
|
||||
divisor=1024,
|
||||
on_leftclick="xiate -name xiate-floating -e sudo wifi-menu",
|
||||
on_leftclick="xiate -class xiate-floating -e sudo wifi-menu",
|
||||
hints={"markup":"pango"})
|
||||
|
||||
#status.register("mpd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue