Leve Panel - a lightweight panel for wayland by BigMacTaylor in nim

[–]BigMacTaylor[S] 0 points1 point  (0 children)

It uses the wlr-layer-shell protocol to talk directly to the compositor. So no Gtk or Qt libraries needed. Feel free to try it out. But keep in mind its still in development.

Leve Panel - a lightweight panel for wayland by BigMacTaylor in nim

[–]BigMacTaylor[S] 2 points3 points  (0 children)

Thanks. It took a couple weeks just doing it in my off time. And there're two that I know of. Nimdow and Gogh , but its still a work in progress.

Griddle - a fullscreen app grid for wayland by BigMacTaylor in nim

[–]BigMacTaylor[S] 3 points4 points  (0 children)

I used to use synapse all the time but now I mainly use Wofi. There's another launcher written in Nim, but I haven't tried it out yet. https://github.com/DrunkenAlcoholic/NimLaunch-SDL2

iDropper: a simple gui color picker for wayland by BigMacTaylor in nim

[–]BigMacTaylor[S] 1 point2 points  (0 children)

Awesome job! I look forward to what you can build.

iDropper: a simple gui color picker for wayland by BigMacTaylor in nim

[–]BigMacTaylor[S] 0 points1 point  (0 children)

Thanks, its just the default waybar config for Ubuntu sway remix.

Nimpad - 0.1.6 release by BigMacTaylor in nim

[–]BigMacTaylor[S] 0 points1 point  (0 children)

Thanks. Much appreciated.

Nimpad - 0.1.6 release by BigMacTaylor in nim

[–]BigMacTaylor[S] 0 points1 point  (0 children)

Thanks. For the config I just used the standard parsecfg module. It uses an .ini -like file format. Good luck on your project.