All Projects → SandSux → SciFi_Conky_HUD

SandSux / SciFi_Conky_HUD

Licence: MIT license
SciFi theme for Conky

Programming Languages

lua
6591 projects
shell
77523 projects

Projects that are alternatives of or similar to SciFi Conky HUD

conky-manager2
Fork of GUI for managing Conky widgets. Support added for latest conky config version, and works with Ubuntu 16-21, Mint 18-20 and more.
Stars: ✭ 141 (+327.27%)
Mutual labels:  conky, conky-theme, conkyrc, conky-themes, conky-conf, conky-manager, conky-configurations, conky-widget, conky-config
Conky-Minimalism
A Simple Conky config
Stars: ✭ 32 (-3.03%)
Mutual labels:  conky, conky-theme, conkyrc, conky-themes, conky-conf
TheWeatherDashboardApp
A small and stylish weather dashboard.
Stars: ✭ 29 (-12.12%)
Mutual labels:  openweathermap-api, openweathermap
OpenWeatherMap-Android-Library
A wrapper for the openweathermap REST API
Stars: ✭ 100 (+203.03%)
Mutual labels:  openweathermap-api, openweathermap
angular-openweather-app
A weather forecast app written in AngularJS
Stars: ✭ 54 (+63.64%)
Mutual labels:  openweathermap-api, openweathermap
weather-bar-app
Weather Bar lives in your Menu Bar giving you access to beautiful real-time weather conditions and a generous 15-day forecast.
Stars: ✭ 38 (+15.15%)
Mutual labels:  openweathermap-api, openweathermap
conky-cards
Conky theme inspired by the "Flat" trend
Stars: ✭ 75 (+127.27%)
Mutual labels:  conky, conky-theme
OWM-JAPIs
Java APIs for OpenWeatherMap.org
Stars: ✭ 14 (-57.58%)
Mutual labels:  openweathermap-api, openweathermap
Themes
Themes I either made or adapted for Alfred, Connected Text, Folding Text, Golden Dict, Obsidian, OmniOutliner, Outlinely, Scapple, Scrivener, Tinderbox, and Ulysses.
Stars: ✭ 45 (+36.36%)
Mutual labels:  themes
AVS-File-Decoder
Convert Winamp AVS .avs preset files to WebVS JSON
Stars: ✭ 14 (-57.58%)
Mutual labels:  advanced
scala-weather
High-performance Scala library for looking up the weather
Stars: ✭ 45 (+36.36%)
Mutual labels:  openweathermap
conky-for-macOS
macOS port of the Light-weight system monitor for X.
Stars: ✭ 139 (+321.21%)
Mutual labels:  conky
BetterDiscord-Themes
Themes that I create for the Discord addon; BetterDiscord
Stars: ✭ 65 (+96.97%)
Mutual labels:  themes
ThemeChanger
Theme changing utility for Linux, etc.
Stars: ✭ 14 (-57.58%)
Mutual labels:  themes
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (+21.21%)
Mutual labels:  themes
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+20781.82%)
Mutual labels:  themes
mohusman360.github.io
Simple Resume Template with Tailwind CSS
Stars: ✭ 38 (+15.15%)
Mutual labels:  themes
angular-material-dynamic-themes
Making able the app to switch between material themes at run-time
Stars: ✭ 24 (-27.27%)
Mutual labels:  themes
pluvia weather flutter
A weather app with beautiful animations, built with Flutter. Uses the OpenWeatherMap API and MapBox API.
Stars: ✭ 114 (+245.45%)
Mutual labels:  openweathermap
mocp-themes
My collection of themes for the music on console player
Stars: ✭ 48 (+45.45%)
Mutual labels:  themes

SciFi_Conky_HUD

Conky is a free system monitor tool for the X window system on Linux. It is able to monitor many system varaibles including CPU status, swap space, temperatures, disk usage, processes, network interfaces, battery status and a slew of others and then display the information on your desktop. It is also capable of displaying time, calendars, weather and more.

Enjoy & Cheers!

You can grab the latest release from github

Screenshots

Documentation

The GitHub Wiki is the central hub for all of Conky's documentation

Dependencies

  • Conky-all package with LUA support and Cairo bindings.
  • Openweathermap API Key
  • jq
  • lm-sensors
  • hddtemp

Installation

First and foremost we need to obtain the conky-all package

sudo apt install conky-all

You can also visit GitHub's Conky Wiki for more Installation options and information

Next, we need to install a few dependencies that did not come with our 'conky-all' package that we are going to need to get all these configs to run.

Install JQ

JQ is a lightweight, command line JSON processor. If Aptitude (apt) can't find it in your existing repositories, you may need to add the line manually to your sources.list file More information

  1. Run:

sudo apt update

  1. Install jq:

sudo apt install jq

Install & Configure lm-sensors

In order to populate neccessary sensor data and achieve functionality with this script, we need to install and run lm-sensors

  1. Install lm-sensors on Ubuntu or Debian Linux

sudo apt install lm-sensors

  1. Next, run sudo sensors-detect to find and configure sensors, then follow the prompts by responding "yes" to all. At the end of detection, lm-sensors will write out all detected sensors so that Conky can access the data. You can test the general function after configuration by running the command sensors

Install hddtemp

sudo apt install hddtemp

Optional

If you wish, you can Install Conky Manager, a Graphical User Interface (GUI) tool for those who prefer not to work in the command line

+ Add the neccessary repository: 

`sudo add-apt-repository ppa:teejee2008/ppa`

+ Update: 

`sudo apt-get update`

+ Install Conky Manager: 

`sudo apt install conky-manager`

Configuration

  1. Acquire this repository:

git clone https://github.com/SandSux/SciFi_Conky_HUD.git

  1. We need to relocate all of our conky files from this repo into a folder called .conky (The period indicates that this is a hidden file).

    • Create a directory in your home folder so that all of the paths in the configuration files link the .lua, .png, etc. files correctly.

      cd && sudo mkdir ~/.conky

    • Note: [CTRL + h] toggles hidden files from view
    • Move all of the contents of your cloned repository SciFi_Conky_HUD into your new ~/.conky directory

      mv ~/SciFi_Conky_HUD/* ~/.conky/

    Note: The asterisk denotes ALL file types/extensions within a directory

  2. Openweathermap API - visit OpenWeatherMap to sign up for your API key

openweathermap_screen

  • You will also need to find your City_ID here. (Use [CTRL+f] to search page) or use the included city_list.txt file (it's the same list as the linked one).
  1. Included in this repo is a file named "conky_start" which we need to issue a chmod command to in order to make it executable:

    chmod 755 conky_start

    • Move the 'conky-start' script into you home directory (your path) so that it can be executed directly from the command line without changing directories:

    mv ~/.conky/conky_start /home/<USER>/conky_start

  2. Now conky can be started by issuing the command:

    ./conky_start &

  3. Next, some values need to be changed in a couple configuration files so that they reflect your system hardware interfaces.

    • Pick your favorite text editor and open the net.rc file. (i.e. Atom, Sublime, Pluma, etc.)
    • In net.rc towards the bottom there are a few lines where you will enter the designator for your wireless adapter interface marked as <YOUR_WIFI_INTERFACE>. If you are unsure what your wireless interface is called, run ifconfig to display a list of your network interfaces. It will likely be wlan0 or something to the effect of wlp**0.
    • Next, there is a path that we need to update in /lua/circle_anim.lua located on line 4 called IMAGEPATH. Update that path to reflect that of your system and you will have a working lua clock rings configuration.
    • Finally, there are some paths in the hdd.rc file that need to be changed to reflect your system on lines 59, 60, and 63
  4. Open your weather.rc file and enter your openweathermap API_KEY and your CITY_ID

  5. Autorun at start:

    • Commands can be run at login by placing a launcher in the ~/.config/autostart or by adding an entry to your 'Startup Applications' gui

Changes

  • Compiled documentation and wrote README.md
  • Translated all Hungarian comments to English
  • Changed UTF-8 character encoding from Hungarian to en_US.UTF-8 on line 67 of weather.rc

See README_Add-Animation.md for general instructions on adding your own animated image to the desktop configuration. Also included is a small collection of gif images to get you started in /images/SAMPLE-gifs

API Reference

For the weather.rc configuration, you are going to have to obtain an API Key from OpenWeatherMap in order to populate your weather data. For referrence, API stands for "Application Programming Interface." The API key is a code passed in by computer programs calling an application programming interface (API) to identify the calling program, its developer, or its user to the Web site. Simply, it is a way to pull specific data from a web service to be used in a third-party fashion.

Contributors

I found the original script on the KDE Store. It was written by a Hungarian developer who did a spectacular job, though there was no documentation, README and all of the in-line information in the configs was written in Hungarian.

License

MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:   

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
DEALINGS IN THE SOFTWARE.
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].