forked from kunsi/dotfiles
i3: design, shortcuts
This commit is contained in:
parent
1986318920
commit
a27ff6b437
2 changed files with 11 additions and 8 deletions
|
@ -30,7 +30,7 @@ status.register("shell",
|
|||
on_rightclick="xset s off")
|
||||
|
||||
status.register("clock",
|
||||
format="%a, %Y-%m-%d %H:%M:%S",)
|
||||
format="%a, %Y-%m-%d %H:%M:%S (W%V)",)
|
||||
|
||||
status.register("battery",
|
||||
battery_ident="BAT0",
|
||||
|
@ -71,6 +71,8 @@ status.register("shell",
|
|||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/rfkill-bt.py",
|
||||
on_leftclick='sudo rfkill block bluetooth',
|
||||
on_rightclick='sudo rfkill unblock bluetooth',
|
||||
interval=1)
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
|
@ -101,7 +103,7 @@ status.register("network",
|
|||
detect_active=True,
|
||||
freq_divisor=1000000000,
|
||||
divisor=1024,
|
||||
on_leftclick="gnome-terminal -- nmtui",
|
||||
on_leftclick="gnome-terminal -- sudo wifi-menu",
|
||||
hints={"markup":"pango"})
|
||||
|
||||
#status.register("mpd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue