Auto-commit kunsi-p14s.kunbox.net 2023-11-11 14:23:59

This commit is contained in:
Franzi 2023-11-11 14:23:59 +01:00
parent e7371b3e83
commit 6899ba8fd2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 73 additions and 82 deletions

View file

@ -19,16 +19,16 @@ status.register("shell",
format="♪D {output}",
command="wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d: -f2",
interval=1)
status.register("shell",
format="{output}",
hints = {"markup": "pango"},
command="/home/kunsi/.config/i3pystatus/microphone-status.sh",
on_rightclick="pactl set-source-mute alsa_input.pci-0000_07_00.6.HiFi__hw_acp__source toggle",
interval=1)
#status.register("shell",
# format="{output}",
# hints = {"markup": "pango"},
# command="/home/kunsi/.config/i3pystatus/microphone-status.sh",
# on_rightclick="pactl set-source-mute alsa_input.pci-0000_07_00.6.HiFi__hw_acp__source toggle",
# interval=1)
status.register("backlight",
format="{percentage}%",
backlight="amdgpu_bl0",
backlight="amdgpu_bl1",
on_leftclick="sudo light -S 10",
on_rightclick="sudo light -S 50",
interval=1)
@ -41,7 +41,7 @@ status.register("shell",
on_rightclick="xset s off")
status.register("clock",
format=("%a, %Y-%m-%d %H:%M:%S (W%V)", "Europe/Berlin"))
format=("%a, %Y-%m-%d %H:%M:%S %z (W%V)", "Europe/Berlin"))
status.register("clock",
format=("%Y-%m-%d %H:%M:%S UTC", "UTC"))
@ -58,8 +58,8 @@ status.register("battery",
status.register("load",
format="{avg1}")
status.register("amdgpu",
format="G: {temp}°C {gpu_usage}%")
#status.register("amdgpu",
# format="G: {temp}°C {gpu_usage}%")
status.register("temp",
format="C: {temp:.0f}°C",
hints={"markup": "pango"},
@ -97,9 +97,9 @@ status.register("shell",
status.register("wifionice",
hints = {"markup": "pango"},
url_on_click='https://travelynx.franzi.business/s/{last_station_no}?train={train_type}%20{train_no}',
wifi_adapters=['wlp3s0'],
wifi_adapters=['wlp2s0'],
format_offtrain='Wann wieder Zug?',
format_ontrain='<span color="#00AA00">{train_type} {train_no}</span> [<span color="#999999">{speed}km/h</span> ]> {next_station}[ '
format_ontrain='{train_type} {train_no} [~ <span color="#999999">{speed}km/h</span> ]> {next_station}[ '
'<span color="#999999">\[{next_platform}\]</span> {arrival_time} '
'({arrival_in}[ | <span color="#FF0000">{delay}</span>])][ '
'<span color="#999999">(Net: {net_current} > \[{net_duration}\] '
@ -119,7 +119,7 @@ status.register("network",
detect_active=True,
freq_divisor=1000000000,
divisor=1024,
on_leftclick="alacritty --class terminal-floating -e sudo wifi-menu",
on_leftclick="kitty --class terminal-floating -e sudo wifi-menu",
hints={"markup":"pango"})
#status.register("mpd",