Auto-commit kunsi-p14s.kunbox.net 2024-03-01 20:34:58
This commit is contained in:
parent
6899ba8fd2
commit
393c9b31a4
4 changed files with 24 additions and 21 deletions
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo -n 255 > /sys/devices/platform/i8042/serio1/serio2/sensitivity
|
||||
echo -n 200 > /sys/devices/platform/i8042/serio1/serio2/speed
|
||||
xinput set-prop 'TPPS/2 Elan TrackPoint' 321 0.7
|
||||
|
|
|
@ -15,9 +15,9 @@ alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
|
|||
alias tmp='cd (mktemp -d -p /home/kunsi --suffix=.(date +%F))'
|
||||
alias v='vim -p'
|
||||
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
|
||||
alias voc2gui='cd /home/kunsi/git/voctomix/ && .venv/bin/python voctogui/voctogui.py'
|
||||
alias weechat='mosh carlene -- tmux attach-session -d -t weechat-tmux'
|
||||
alias wipa="watch -cn0.3 'ip --color=always -brief addr show; echo; ip --color=always route show; ip -6 --color=always route show'"
|
||||
alias voc2gui='cd /home/kunsi/git/voctomix/ && voctogui/voctogui.py'
|
||||
alias weechat='mosh carlene.kunbox.net -- tmux attach-session -d -t weechat-tmux'
|
||||
alias wipa="watch -cn0.3 'ip --color=always -brief addr show; echo; ip --color=always route show; ip -6 --color=always route show; echo; echo; cat /etc/resolv.conf'"
|
||||
alias youtube-dl='yt-dlp --compat-options youtube-dl'
|
||||
|
||||
alias lumos='mosquitto_pub -h 172.19.138.20 -t /switch/wohnzimmer/stehlampe/cmnd/POWER -m "ON"'
|
||||
|
|
|
@ -4,21 +4,21 @@ status = Status(
|
|||
logfile='/dev/stderr',
|
||||
)
|
||||
|
||||
#status.register("pulseaudio",
|
||||
# format="♪I {volume}%",
|
||||
# format_muted="♪I -∞dB",
|
||||
# step="2",
|
||||
# sink="alsa_output.pci-0000_07_00.6.HiFi__hw_Generic_1__sink")
|
||||
#status.register("pulseaudio",
|
||||
# format="♪D {volume}%",
|
||||
# format_muted="♪D -∞dB",
|
||||
# step="2",
|
||||
# sink="@DEFAULT_SINK@")
|
||||
status.register("pulseaudio",
|
||||
format="♪I {volume}%",
|
||||
format_muted="♪I -∞dB",
|
||||
step="2",
|
||||
sink="alsa_output.pci-0000_06_00.6.HiFi__hw_Generic_1__sink")
|
||||
status.register("pulseaudio",
|
||||
format="♪D {volume}%",
|
||||
format_muted="♪D -∞dB",
|
||||
step="2",
|
||||
sink="@DEFAULT_SINK@")
|
||||
|
||||
status.register("shell",
|
||||
format="♪D {output}",
|
||||
command="wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -d: -f2",
|
||||
interval=1)
|
||||
#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"},
|
||||
|
@ -93,11 +93,11 @@ status.register("shell",
|
|||
on_leftclick="xinput enable 'SynPS/2 Synaptics TouchPad'",
|
||||
on_rightclick="xinput disable 'SynPS/2 Synaptics TouchPad'")
|
||||
|
||||
#status.register("wifionice", wifi_adapters=['wlp3s0'])
|
||||
#status.register("wifionice", wifi_adapters=['wlan0'])
|
||||
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=['wlp2s0'],
|
||||
wifi_adapters=['wlan0'],
|
||||
format_offtrain='Wann wieder Zug?',
|
||||
format_ontrain='{train_type} {train_no} [~ <span color="#999999">{speed}km/h</span> ]> {next_station}[ '
|
||||
'<span color="#999999">\[{next_platform}\]</span> {arrival_time} '
|
||||
|
|
|
@ -5,6 +5,10 @@ Host *
|
|||
|
||||
Include ~/.ssh/bwnodes
|
||||
|
||||
Host 172.19.138.95
|
||||
User of
|
||||
|
||||
|
||||
Host mixer191.lan.c3voc.de
|
||||
Hostname 10.73.191.1
|
||||
Host encoder191.lan.c3voc.de
|
||||
|
|
Loading…
Reference in a new issue