Skip to content

EbonJaeger/budgie-trash-applet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budgie Trash Applet

Manage items in your trash bin right from the Budgie panel.

Main View


Development

Dependencies

budgie-1.0 >= 2
gtk+-3.0 >= 3.22
glib-2.0 >= 2.46.0
libnotify >= 0.7
sassc

You can get these on Solus with the following packages:

budgie-desktop-devel
libgtk-3-devel
libnotify-devel
glib2-devel
sassc

Building and Installing

  1. Configure the build directory and meson with:
mkdir build
meson --prefix=/usr build
  1. Build the project with:
ninja -C build
  1. Install the files with:
sudo ninja install -C build

Code Style

This project uses pretty much the same code style as Budgie Desktop in order to make the code bases more consistant across the Budgie projects. In theory, this makes it easier for people familiar with one project to see what's going on in other, related projects.

Differences

  1. This project puts the pointer symbol (*) on the name instead of the type
  2. This project uses spaces instead of tabs (sorry, Josh :P)