Skip to content

dmitry-markin/budgie-extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

budgie-extras

Additional enhancements for the user experience

Plugins:

  • Hotcorners
  • Quicknote
  • Workspace Switcher Overview
  • Wallpaper Switcher
  • Workspace Mover
  • ShowTime
  • CountDown
  • Automatic Keyboard Layout Switcher
  • Screen Rotation Lock
  • ClockWorks
  • DropBy
  • Kangaroo
  • WeatherShow
  • Trash
  • App-launcher
  • RecentlyUsed
  • Take-A-Break
  • Workspace Stopwatch
  • Fuzzy Clock
  • Brightness Controller
  • Visualspace
  • Applications Menu
  • Network Manager

Standalone

budgie mini-apps - see the individual components for details

  • Budgie Extras Daemon
  • Budgie Wallstreet
  • Budgie Quickchar (needs the extras daemon as a runtime dependency)
  • Budgie Window Previews (needs the extras daemon as a runtime dependency)
  • Budgie Shuffler

Installation

By default all applets are compiled and installed:

 mkdir build && cd build
 meson --buildtype plain --prefix=/usr --libdir=/usr/lib
 ninja -v
 sudo ninja install

If individual applets (or groups of applets) are to be compiled and installed use the options described in meson_options.txt i.e. use -Dbuild-all=false -Dbuild-appletoption=true

e.g. to build just the hotcorners and weathershow applets

 mkdir build && cd build
 meson --buildtype plain -Dbuild-all=false -Dbuild-hotcorners=true -Dbuild-weathershow=true --prefix=/usr --libdir=/usr/lib
 ninja -v
 sudo ninja install

Distro's

We love Budgie-Extras to work across as many distro's as possible. So please let us know if your distro has packaged budgie-extras and how to install.

Packaging status

Build/Runtime dependencies

Individual applets/mini apps have build and runtime dependencies. These are described by https://github.com/UbuntuBudgie/budgie-extras/blob/debian/debian/control

Project License

The overall license for the project is GPL-3+. It is important to note, various individual source files varies from this and git-submodules have a separate licensing.

This is covered by https://github.com/UbuntuBudgie/budgie-extras/blob/debian/debian/copyright

About

Additional Budgie Desktop enhancements for user experience

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 73.8%
  • Python 19.9%
  • Meson 5.9%
  • Other 0.4%