Skip to content

eudaldgr/elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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