kunesj / conkyKeep

Show notes from Google Keep on Linux desktop with conky
GNU General Public License v3.0
15 stars 2 forks source link

define some conkyrc settings (conkywidth) in config_default.cfg #7

Closed kunesj closed 7 years ago

kunesj commented 7 years ago

Will probably require generating settings part of conkyrc before starting conky.

startConkyKeep.py --once-> "conkyKeep.sh start" --every600-> "python3 -m conkyKeep"

kunesj commented 7 years ago

done

[General] ConkyWidth = 1000 ConkyHeight = 1080 ConkyUpdate = 10 ConkyKeepUpdate = 600 ConkyGapX = 0 ConkyGapY = 35