Many changes to setup colours, update window positions, put notes on desktop, etc.

Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
2025-11-24 14:52:17 +01:00
parent a0ac0420da
commit 80ee3fcadf
9 changed files with 493 additions and 131 deletions

View File

@@ -6,6 +6,7 @@ extern "C" {
}
#include "yellownotes.h"
#include "exe_path.h"
SIGNAL(YellowNotes, on_tray_activate, popupTrayMenu)
@@ -22,9 +23,12 @@ static void activate (GtkApplication* app, gpointer user_data)
int main(int argc, char **argv)
{
GtkLoader l;
WhereAmI w;
srand(time(NULL)); // seed with current time
std::string my_path = w.containing_folder();
try {
l.loadGtk();
} catch(std::string msg) {