You are not logged in.
Is it possible to display time
ie
12:46am
as
1 2 : 4 6 a m
I've not seen any examples anywhere and I'm trying to adjust the clock to an image.
Last edited by MrEd (2019-07-11 01:58:20)
MSI B85M-G43 * Dualcore 3.3GHz *-12GB ram * GT740 4GB video * Logitech USB-Marble Mouse=Trackball * System - ArchLinux-Antergos, KDE Plasma Desktop - Conky 1.10
Offline
solved it with
${color6}${goto 63}${exec date +%I:%M |cut -c 1}\
${color6}${goto 159}${exec date +%I:%M |cut -c 2}\
${color6}${goto 245}${exec date +%I:%M |cut -c 3}\
${color6}${goto 309}${exec date +%I:%M |cut -c 4}\
${color6}${goto 403}${exec date +%I:%M |cut -c 5}\
Last edited by MrEd (2019-07-11 01:58:48)
MSI B85M-G43 * Dualcore 3.3GHz *-12GB ram * GT740 4GB video * Logitech USB-Marble Mouse=Trackball * System - ArchLinux-Antergos, KDE Plasma Desktop - Conky 1.10
Offline