forked from kunsi/dotfiles
Auto-commit kunsi-p14s.kunbox.net 2024-06-18 21:34:35
This commit is contained in:
parent
1d15aa8a0e
commit
7d25559833
3 changed files with 10 additions and 6 deletions
|
@ -66,3 +66,7 @@ end
|
||||||
function config --wraps=/usr/bin/git
|
function config --wraps=/usr/bin/git
|
||||||
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv;
|
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv;
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function cert
|
||||||
|
echo "" | openssl s_client -connect {$argv[1]}:443
|
||||||
|
end
|
||||||
|
|
|
@ -122,7 +122,7 @@ exec_always sudo /home/kunsi/.bin/trackpoint-settings.sh
|
||||||
exec xset s noblank && xset s 90 10 && xset -dpms
|
exec xset s noblank && xset s 90 10 && xset -dpms
|
||||||
exec xsetroot -solid "#000000"
|
exec xsetroot -solid "#000000"
|
||||||
exec xss-lock -n /home/kunsi/.bin/notify.sh -- /home/kunsi/.bin/screenlock.sh
|
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
|
bindsym XF86Favorites exec /home/kunsi/.bin/screenlock.sh
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@ status.register("shell",
|
||||||
on_rightclick="xset s off")
|
on_rightclick="xset s off")
|
||||||
|
|
||||||
status.register("clock",
|
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",
|
status.register("clock",
|
||||||
format=("%Y-%m-%d %H:%M:%S UTC", "UTC"))
|
format=("%Y-%m-%d %H:%M:%S UTC", "UTC"))
|
||||||
|
|
||||||
|
@ -57,13 +57,13 @@ status.register("battery",
|
||||||
})
|
})
|
||||||
|
|
||||||
status.register("load",
|
status.register("load",
|
||||||
format="{avg1}")
|
format="L: {avg1}")
|
||||||
#status.register("amdgpu",
|
status.register("amdgpu",
|
||||||
# format="G: {temp}°C {gpu_usage}%")
|
format="G: {temp}°C {gpu_usage}%",
|
||||||
|
card=1)
|
||||||
status.register("temp",
|
status.register("temp",
|
||||||
format="C: {temp:.0f}°C",
|
format="C: {temp:.0f}°C",
|
||||||
hints={"markup": "pango"},
|
hints={"markup": "pango"},
|
||||||
# lm_sensors_enable=True,
|
|
||||||
dynamic_color=True)
|
dynamic_color=True)
|
||||||
|
|
||||||
status.register("shell",
|
status.register("shell",
|
||||||
|
|
Loading…
Reference in a new issue