i3: design, shortcuts

This commit is contained in:
Franzi 2021-02-09 07:28:08 +01:00
parent 1986318920
commit a27ff6b437
Signed by untrusted user: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 11 additions and 8 deletions

View file

@ -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",