display stuff i guess

This commit is contained in:
h
2023-10-10 16:53:57 -04:00
parent 7e43e05a73
commit a7e4592a9c
5 changed files with 19 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
#
if [[ $(cat /etc/hostname) == "uzui" ]]; then
"${XDG_CONFIG_HOME}"/bin/uzui/monitor_connect "$@"
fi