forked from kunsi/dotfiles
i3 stuff
This commit is contained in:
parent
c97e7a53df
commit
1dbc95269b
3 changed files with 27 additions and 9 deletions
|
@ -29,7 +29,7 @@ status.register("shell",
|
|||
on_rightclick="xset s off")
|
||||
|
||||
status.register("clock",
|
||||
format="%a, %Y-%m-%d %H:%M:%S UTC",)
|
||||
format="%a, %Y-%m-%d %H:%M:%S",)
|
||||
|
||||
status.register("battery",
|
||||
battery_ident="BAT0",
|
||||
|
@ -71,6 +71,11 @@ status.register("shell",
|
|||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/rfkill-bt.py",
|
||||
interval=1)
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/redshift.py",
|
||||
interval=1)
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
|
@ -88,6 +93,21 @@ status.register("network",
|
|||
divisor=1024,
|
||||
hints={"markup":"pango"})
|
||||
|
||||
#status.register("mpd",
|
||||
# format="{status} [{pos}/{len}: ][{artist} - ]{title}{filename}[ ({song_elapsed}/{song_length})]",
|
||||
# status={
|
||||
# "pause": "▷",
|
||||
# "play": "▶",
|
||||
# "stop": "◾",
|
||||
# },
|
||||
# host="172.19.138.20",
|
||||
# color="#666666",
|
||||
# on_rightclick="stop",
|
||||
# on_upscroll="previous_song",
|
||||
# on_downscroll="next_song",
|
||||
# hide_inactive=True,
|
||||
# max_field_len=200)
|
||||
|
||||
status.register("disk",
|
||||
path="/home",
|
||||
format="{used}/{total}G",)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue