Auto-commit kunsi-p14s.kunbox.net 2024-06-18 21:34:35

This commit is contained in:
Franzi 2024-06-18 21:34:35 +02:00
parent 1d15aa8a0e
commit 7d25559833
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 10 additions and 6 deletions

View file

@ -66,3 +66,7 @@ end
function config --wraps=/usr/bin/git
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv;
end
function cert
echo "" | openssl s_client -connect {$argv[1]}:443
end

View file

@ -122,7 +122,7 @@ exec_always sudo /home/kunsi/.bin/trackpoint-settings.sh
exec xset s noblank && xset s 90 10 && xset -dpms
exec xsetroot -solid "#000000"
exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh
exec xinput disable 'SynPS/2 Synaptics TouchPad'
#exec xinput disable 'SynPS/2 Synaptics TouchPad'
bindsym XF86Favorites exec /home/kunsi/.bin/screenlock.sh

View file

@ -41,7 +41,7 @@ status.register("shell",
on_rightclick="xset s off")
status.register("clock",
format=("%a, %Y-%m-%d %H:%M:%S %z (W%V)", "Europe/Berlin"))
format="%a, %Y-%m-%d %H:%M:%S %z (W%V)")
status.register("clock",
format=("%Y-%m-%d %H:%M:%S UTC", "UTC"))
@ -57,13 +57,13 @@ status.register("battery",
})
status.register("load",
format="{avg1}")
#status.register("amdgpu",
# format="G: {temp}°C {gpu_usage}%")
format="L: {avg1}")
status.register("amdgpu",
format="G: {temp}°C {gpu_usage}%",
card=1)
status.register("temp",
format="C: {temp:.0f}°C",
hints={"markup": "pango"},
# lm_sensors_enable=True,
dynamic_color=True)
status.register("shell",