All Projects → scar45 → Conky_synthwave_neon

scar45 / Conky_synthwave_neon

Licence: gpl-3.0
Synthwave-inspired Conky theme with weather support and a spiffy layout.

Labels

Projects that are alternatives of or similar to Conky synthwave neon

Knowweather
一款美观、实用的天气app。实践了模块化架构 和 Android Architecture Components
Stars: ✭ 1,138 (+925.23%)
Mutual labels:  weather
Gsodr
Global Surface Summary of the Day ('GSOD') Weather Data Client for R
Stars: ✭ 72 (-35.14%)
Mutual labels:  weather
Qbox
🐈 RxJava+Retrofit+Okhttp+Glide + A life tool App, contains modules: news; jokes; constellation fortune; LED; weather; calendar; two-dimensional code, and more ... 小秋魔盒是一个生活工具 App,主要功能有:新闻资讯;微信精选美文;笑话趣图;星座运势;LED字幕;天气;日历;二维码;手电筒;老黄历。在开发中尽可能多的用了目前比较流行的框架和库。
Stars: ✭ 1,360 (+1125.23%)
Mutual labels:  weather
Rwunderground
A simple R package to get historical and forecast weather data
Stars: ✭ 68 (-38.74%)
Mutual labels:  weather
Xygrib
This is the new home for the development of zyGrib
Stars: ✭ 70 (-36.94%)
Mutual labels:  weather
Darksky
Python API wrapper for the DarkSky (async&sync)
Stars: ✭ 81 (-27.03%)
Mutual labels:  weather
Air
Mac menu bar app to track Air Quality
Stars: ✭ 63 (-43.24%)
Mutual labels:  weather
Sol
☀️ Sol° beautifully displays weather information so you can plan your day accordingly. Check the weather in your current location or any city around the world. Implemented in Objective-C.
Stars: ✭ 1,430 (+1188.29%)
Mutual labels:  weather
Aix Weather Widget
Graph weather widget for Android
Stars: ✭ 70 (-36.94%)
Mutual labels:  weather
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-18.92%)
Mutual labels:  weather
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+942.34%)
Mutual labels:  weather
Flask weather
☀️ ☔️ Flask app to auto-detect local weather based off of user's IP address.
Stars: ✭ 70 (-36.94%)
Mutual labels:  weather
Get noaa ghcn data
A tool to interface with and download Global Historical Climatology Network (GHCN) data into easily readable CSVs.
Stars: ✭ 83 (-25.23%)
Mutual labels:  weather
Bash Snippets
A collection of small bash scripts for heavy terminal users
Stars: ✭ 8,558 (+7609.91%)
Mutual labels:  weather
Ws4kp
WeatherStar 4000+
Stars: ✭ 100 (-9.91%)
Mutual labels:  weather
Srclimate
Concise style weather forecasting.
Stars: ✭ 63 (-43.24%)
Mutual labels:  weather
Homebridge Weather
OpenWeatherMap Plugin for Homebridge
Stars: ✭ 78 (-29.73%)
Mutual labels:  weather
Infoboard
Infoboard showing time, weather, calendar events, photos from local folder or online sources as background and Transport for London status updates. Intended for Raspberry Pi, but should work on any machine with NodeJS available.
Stars: ✭ 111 (+0%)
Mutual labels:  weather
Weatherchartview
A simple line chart view of weather for android.
Stars: ✭ 106 (-4.5%)
Mutual labels:  weather
Flutter weather bg
A rich and cool weather dynamic background plug-in
Stars: ✭ 89 (-19.82%)
Mutual labels:  weather

Synthwave Neon Theme for Conky

Conky theme with weather support and a spiffy layout:

Screenie


Dependencies:

  • conky v1.10+, as the new config file uses Lua syntax
  • Exo 2 Font for the proper font display, though you can use any you prefer (but may have to update font sizing in the config)
  • apcaccess for reading the Load level of the UPS (if APC UPS support is desired)

Installation:

  • Either clone the repository from Github, or download the latest zip file
  • Update the default references within .conkyrc to point to your local repository folder, or wherever you extracted the zip file. i.e.:
    • Use Find & Replace to modify ~/Design/icons/ in the default config to _____PATH_TO_REPO_____/icons/
  • Ensure the Exo 2 Font (above) is installed in your custom/system font collection
  • If weather support is desired, see below for how to create the JSON file that conky will parse
  • Run this conky theme config with conky -c _____PATH_TO_REPO_____/.conkyrc

Weather Support:

This theme relies on the DarkSky API to parse weather data from JSON. DarkSky offers free rate-limited API access, so please create an account if you'd like to utilize the weather functionality in this theme. Once you've done so, you can simply pull the weather data every so often by using a cron job, or a systemd timer (take note of DarkSky's rate limits), which runs a command similar to:

curl -s -o ~/.cache/weather.json "https://api.darksky.net/forecast/_____YOUR_API_KEY_____/_____LAT_____,_____LONG_____"

This instructs curl to save the output to a JSON file. If you save the JSON output to somewhere other than ~/.cache/weather.json path, you will need to modify that path in .conkyrc.

This theme will parse that JSON file (~/.cache/weather.json) on your local machine every so often, and use it to display the correct temperature values, and weather icons.

.conkyrc edits for personalized info:

  • line 19 / Set minimum_height to your screen resolution height
  • line 38 / Set update_interval to your desired refresh interval (default 1s)
  • line 70 / Remove if you do not use apcaccess to obtain UPS status
  • line 73 / CPU model and optionally change image
  • line 77 / CPU cores (if not 12)
  • line 113-116 / Disk mapping for I/O stats, disk free, etc.

Notes:

This layout was built for 1440p resolution, but you can adapt it by simply adding/removing anything really.

Hope you enjoy using this conky theme, and if you'd like, you can:

ko-fi

Cheers!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].