├── .conkyrc ├── LICENSE ├── README.md ├── conkiran_screenshot.jpeg └── fonts ├── Aller.ttf ├── Ubuntu.ttf └── Vazir.ttf /.conkyrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/.conkyrc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/README.md -------------------------------------------------------------------------------- /conkiran_screenshot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/conkiran_screenshot.jpeg -------------------------------------------------------------------------------- /fonts/Aller.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/fonts/Aller.ttf -------------------------------------------------------------------------------- /fonts/Ubuntu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/fonts/Ubuntu.ttf -------------------------------------------------------------------------------- /fonts/Vazir.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mostafaasadi/conkiran/HEAD/fonts/Vazir.ttf --------------------------------------------------------------------------------