1
0
mirror of https://gitlab.com/ceda_ei/tz-conky synced 2025-12-24 17:30:04 +01:00

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

View File

@@ -30,5 +30,5 @@ conky.config = {
};
conky.text = [[
${execp ./tz.sh}
${execp ./tz.py}
]];