Manage items in your trash bin right from the Budgie panel.
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
- Configure the build directory and meson with:
mkdir build
meson --prefix=/usr build
- Build the project with:
ninja -C build
- Install the files with:
sudo ninja install -C build
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.
- This project puts the pointer symbol (
*
) on the name instead of the type - This project uses spaces instead of tabs (sorry, Josh :P)