Skip to content

CarterSnich/mountatray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mountatray

A simple mounting/unmounting tray applet inspired by udiskie. This project is somewhat vibe-coded, but without any AI extentions on my text editor, only ChatGPT on my browser. To prevent that, I used Neovim with no distributed configuration (like LazyVim, etc.) and plugins, just a few init.lua configurations.

Manual building

Prerequisites:

  • gcc
  • pkg-config
  • gtk+3-devel
  • libudev-devel
  • libnotify-devel
  • udisks2 (runtime)

Then, use this compile command:

gcc -std=gnu99 -Wall main.c drives.c -o mountatray `pkg-config --cflags --libs gtk+-3.0 libudev libnotify`

Lastly, run it:

./mountatray

About

Simple mounting/unmounting tray applet inspired by udisikie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages