diff options
| author | Yigit Sever | 2019-03-17 23:09:49 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-03-17 23:18:28 +0300 |
| commit | ea211500227aa58f5e495777743c5d391cbc3110 (patch) | |
| tree | afa2b455f9fea40b45dbf8a742c0d0d498024edb /.config/conky/scripts | |
| download | dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.gz dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.bz2 dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.zip | |
Initial commit
Diffstat (limited to '.config/conky/scripts')
| -rw-r--r-- | .config/conky/scripts/conky_lua_scripts.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/conky/scripts/conky_lua_scripts.lua b/.config/conky/scripts/conky_lua_scripts.lua new file mode 100644 index 0000000..9751a21 --- /dev/null +++ b/.config/conky/scripts/conky_lua_scripts.lua | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | function conky_format( format, number ) | ||
| 2 | return string.format( format, conky_parse( number ) ) | ||
| 3 | end | ||
