How do I display custom shell result? #1007
Unanswered
YohannesTz
asked this question in
Q&A
Replies: 1 comment
-
I do not know exactly which shell Python uses, but I suspect aliases simply don't work. Can you try creating a shell script instead, make it executable and executing this with its absolute path? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I know the shell module exists but was not able to make it work for my needs. (skill issue 😅)
The command I wanted to show the result of looks like this:
which I have added to my zshrc. now doing

cpu_temp
results the following:now in my i3config I have this:
which fails to show the result and exit with "cpu_temp exited with code 127"

I was able to make it work for
uptime
but not sure what I am doing wrong here.any help is appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions