Use a pure python implementation instead of bash

This commit is contained in:
2025-12-18 03:00:40 +05:30
parent 16fb4ad25e
commit b7f09cc3a1
3 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -30,5 +30,5 @@ conky.config = {
};
conky.text = [[
${execp ./tz.sh}
${execp ./tz.py}
]];