Programing language in which brisk is written

I’m wondering what programming language the brisk menu is written in as I would eventually like to fork it

Brisk menu is a Gtk+ application, so it is written in C. :relaxed:

Mickey :slight_smile:

ok thank you and is it pure C or C++

also can it be written in anything else or does GTK require C

It is written in C, not in C++. These languages are supported, as well:

https://www.gtk.org/language-bindings.php

Mickey :relaxed:

Thanks for the information

Correct, Brisk is just C, built using ninja and meson. Here is the source code:

1 Like

already found the source code but thank you anyways

I would love an option to remove the word “Menu”.

You can with hidden settings. Just run this in a terminal:

gsettings set com.solus-project.brisk-menu label-visible false

(Change false to true to get it back.)

You can also change the text. For example, to change it to “pepa65” run this:

gsettings set com.solus-project.brisk-menu label-text 'pepa65'

Of course the label has to be visible to see this text, like the default “menu”. Make sure to include the single quotes around the last item!

If, like me, you really never ever want to see a text label, you can hide the label and set it to be nothing:

gsettings set com.solus-project.brisk-menu label-visible false
gsettings set com.solus-project.brisk-menu label-text ''
1 Like

That’s brilliant! Thank you for sharing. It would be great if these settings were accessible on right-click, but this works, it is set only once for me.

I think if you look at I think it is brisk’s github page or something like that they are planning on adding a settings menu but its not available yet

also dconf editor has some of these settings available you just have find them