├── .gitignore ├── README.md ├── conf ├── conky-altcoin-monitor │ ├── conky-altcoin-monitor │ └── fetch.sh ├── conky-bluetooth-monitor │ └── conky-bluetooth-monitor ├── conky-calendar │ ├── conky-calendar │ └── conkyrc-calendar.png ├── conky-clock │ ├── conky-clock │ └── conkyrc-clock.png ├── conky-computer-metrics │ └── conky-computer-metrics ├── conky-exploded-view │ ├── bg.png │ ├── bg.xcf │ ├── conky-exploded-view │ └── conkyrc-computer-monitor.png ├── conky-fortune │ └── conky-fortune ├── conky-mini-moc-player │ ├── conky-mini-moc-player │ └── conkyrc_mini_moc_player.png ├── conky-pingbeat │ └── conky-pingbeat ├── conky-rss-reader │ └── conky-rss-reader ├── conky-weather │ ├── conky-weather │ ├── conky-weather-alt │ └── weather-pull.sh └── conky-xfce-workspace-indicator │ └── conky-xfce-workspace-indicator ├── conky-configure.png ├── conky-configure.sh ├── conky-launch.sh ├── conky-logotype.png ├── docs ├── conky-bluetooth-monitor.md ├── conky-rss-reader.md ├── conkyrc-altcoin-monitor.md ├── conkyrc-altcoin-monitor.png ├── conkyrc-bluetooth-monitor.png ├── conkyrc-pingbeat.md ├── conkyrc-rss-reader.png ├── conkyrc-weather-alt.png ├── conkyrc-weather.md └── conkyrc-weather.png ├── fonts ├── Fantasque Sans Mono.ttf └── FuraCode Nerd Font.ttf ├── preview.png └── wallpaper ├── Aid2Esai.jpg └── Saeh3ahC.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/README.md -------------------------------------------------------------------------------- /conf/conky-altcoin-monitor/conky-altcoin-monitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-altcoin-monitor/conky-altcoin-monitor -------------------------------------------------------------------------------- /conf/conky-altcoin-monitor/fetch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-altcoin-monitor/fetch.sh -------------------------------------------------------------------------------- /conf/conky-bluetooth-monitor/conky-bluetooth-monitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-bluetooth-monitor/conky-bluetooth-monitor -------------------------------------------------------------------------------- /conf/conky-calendar/conky-calendar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-calendar/conky-calendar -------------------------------------------------------------------------------- /conf/conky-calendar/conkyrc-calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-calendar/conkyrc-calendar.png -------------------------------------------------------------------------------- /conf/conky-clock/conky-clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-clock/conky-clock -------------------------------------------------------------------------------- /conf/conky-clock/conkyrc-clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-clock/conkyrc-clock.png -------------------------------------------------------------------------------- /conf/conky-computer-metrics/conky-computer-metrics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-computer-metrics/conky-computer-metrics -------------------------------------------------------------------------------- /conf/conky-exploded-view/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-exploded-view/bg.png -------------------------------------------------------------------------------- /conf/conky-exploded-view/bg.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-exploded-view/bg.xcf -------------------------------------------------------------------------------- /conf/conky-exploded-view/conky-exploded-view: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-exploded-view/conky-exploded-view -------------------------------------------------------------------------------- /conf/conky-exploded-view/conkyrc-computer-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-exploded-view/conkyrc-computer-monitor.png -------------------------------------------------------------------------------- /conf/conky-fortune/conky-fortune: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-fortune/conky-fortune -------------------------------------------------------------------------------- /conf/conky-mini-moc-player/conky-mini-moc-player: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-mini-moc-player/conky-mini-moc-player -------------------------------------------------------------------------------- /conf/conky-mini-moc-player/conkyrc_mini_moc_player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-mini-moc-player/conkyrc_mini_moc_player.png -------------------------------------------------------------------------------- /conf/conky-pingbeat/conky-pingbeat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-pingbeat/conky-pingbeat -------------------------------------------------------------------------------- /conf/conky-rss-reader/conky-rss-reader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-rss-reader/conky-rss-reader -------------------------------------------------------------------------------- /conf/conky-weather/conky-weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-weather/conky-weather -------------------------------------------------------------------------------- /conf/conky-weather/conky-weather-alt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-weather/conky-weather-alt -------------------------------------------------------------------------------- /conf/conky-weather/weather-pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-weather/weather-pull.sh -------------------------------------------------------------------------------- /conf/conky-xfce-workspace-indicator/conky-xfce-workspace-indicator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conf/conky-xfce-workspace-indicator/conky-xfce-workspace-indicator -------------------------------------------------------------------------------- /conky-configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conky-configure.png -------------------------------------------------------------------------------- /conky-configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conky-configure.sh -------------------------------------------------------------------------------- /conky-launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conky-launch.sh -------------------------------------------------------------------------------- /conky-logotype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/conky-logotype.png -------------------------------------------------------------------------------- /docs/conky-bluetooth-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conky-bluetooth-monitor.md -------------------------------------------------------------------------------- /docs/conky-rss-reader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conky-rss-reader.md -------------------------------------------------------------------------------- /docs/conkyrc-altcoin-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-altcoin-monitor.md -------------------------------------------------------------------------------- /docs/conkyrc-altcoin-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-altcoin-monitor.png -------------------------------------------------------------------------------- /docs/conkyrc-bluetooth-monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-bluetooth-monitor.png -------------------------------------------------------------------------------- /docs/conkyrc-pingbeat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-pingbeat.md -------------------------------------------------------------------------------- /docs/conkyrc-rss-reader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-rss-reader.png -------------------------------------------------------------------------------- /docs/conkyrc-weather-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-weather-alt.png -------------------------------------------------------------------------------- /docs/conkyrc-weather.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-weather.md -------------------------------------------------------------------------------- /docs/conkyrc-weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/docs/conkyrc-weather.png -------------------------------------------------------------------------------- /fonts/Fantasque Sans Mono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/fonts/Fantasque Sans Mono.ttf -------------------------------------------------------------------------------- /fonts/FuraCode Nerd Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/fonts/FuraCode Nerd Font.ttf -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/preview.png -------------------------------------------------------------------------------- /wallpaper/Aid2Esai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/wallpaper/Aid2Esai.jpg -------------------------------------------------------------------------------- /wallpaper/Saeh3ahC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kosteron/Conky/HEAD/wallpaper/Saeh3ahC.png --------------------------------------------------------------------------------