Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
po
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status

Icon

Elements

A periodic table designed for pantheon shell

Screenshot

Screenshot

Installation

Get it on AppCenter

Dependencies

These dependencies must be present before building

  • valac
  • meson
  • gtk+-3.0
  • granite
  • glib2.0

You can install these on a ubuntu-based system by executing this command:

sudo apt install valac libgtk-3-dev libglib2.0-dev libgranite-dev meson

Building

git clone https://github.com/eudaldgr/elements.git
meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.eudaldgr.elements

Deconstruct

sudo ninja uninstall
You can’t perform that action at this time.