Skip to content

ImLake/linuxthemestore

 
 

Repository files navigation

LinuxThemesStore

NativeWay to install linux themes on your desktop

  • A modern desktop app for discovering, downoading Linux themes, directly from Pling & Opendesktop.
  • No browser required.
  • Just browse, click, and beautify your desktop!

Here are some screenshots & video preview

ThumbnailThumbnail

ThumbnailThumbnail

Thumbnail

alt text

Installation

For Arch Linux Build is available in aur..

yay -S linuxthemestore-git

Binary build

To build this application from source, you'll need the following development tools and libraries installed on your system:

  • Build System Meson, Ninja
  • Compilers & Toolchains: Rust (with Cargo), C/C++ Compiler (e.g., GCC, Clang)
  • Development Libraries:
    • GNOME Development Libraries (including GTK3, GTK4, GLib, GIO, Graphene, Libadwaita)
      • Use Gnome SDK for an easier experience
    • OpenSSL development headers
  • Utilities: pkg-config, gettext, Git

Installation

git clone [https://github.com/debasish-patra-1987/linuxthemestore.git](https://github.com/debasish-patra-1987/linuxthemestore.git)
cd linuxthemestore
meson setup builddir --prefix=/usr
meson compile -C builddir
sudo meson install -C builddir

Uninstall

cd linuxthemestore
cd builddir
sudo ninja uninstall

## License
MIT
**Free Software, Hell Yeah!**

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.9%
  • Meson 5.2%
  • Shell 0.9%