Skip to content

AyatanaIndicators/ayatana-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayatana Settings

Info

Ayatana Settings allows you to configure all your Ayatana system indicators.

Build dependencies

  • cmake-extras
  • intltool
  • gtk4
  • glib2
  • glibc
  • hicolor-icon-theme

Runtime dependencies

  • gtk4
  • glib2
  • glibc
  • hicolor-icon-theme

Installation

git clone https://github.com/AyatanaIndicators/ayatana-settings.git
cd ayatana-settings
mkdir build
cd build
cmake ..
make
sudo make install

The install prefix defaults to /usr, change it with -DCMAKE_INSTALL_PREFIX=/some/path