Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Synthwave-inspired Conky theme with weather support and a spiffy layout.

License

NotificationsYou must be signed in to change notification settings

scar45/conky_synthwave_neon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 theLoad level of the UPS (if APC UPS support is desired)

Installation:

  • Either clone the repository from Github, ordownload 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 theExo 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 withconky -c _____PATH_TO_REPO_____/.conkyrc

Weather Support:

This theme relies on the DarkSky API to parse weather data from JSON. DarkSky offersfree 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 acron job, or asystemd 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 instructscurl 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 / Setminimum_height to your screen resolution height
  • line 38 / Setupdate_interval to your desired refresh interval (default 1s)
  • line 70 / Remove if you do not useapcaccess 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!

About

Synthwave-inspired Conky theme with weather support and a spiffy layout.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Packages

    No packages published

    Contributors2

    •  
    •  

    [8]ページ先頭

    ©2009-2025 Movatter.jp