Skip to content

additional Budgie Desktop enhancements for the user experience

License

Notifications You must be signed in to change notification settings

mrmoss/budgie-extras

 
 

Repository files navigation

budgie-extras

Additional enhancements for the user experience

Plugins:

  • Window Previews
  • 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

Standalone

Non-budgie plugins - see the individual components for details

  • Budgie Visualspace

Installation

By default all applets are compiled and installed:

 mkdir build && cd build
 meson --buildtype plain --prefix=/usr --libdir=/usr/lib --datadir=/usr/share ..
 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 --datadir=/usr/share ..
 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.

Build/Runtime dependencies

The following packages are required for the various Python plugins to work:

  • wmctrl
  • xdotool
  • xprintidle
  • python3
  • python3-gi
  • python3-gi-cairo
  • python3-cairo
  • zenity
  • ogg123 (from vorbis-tools)
  • gir1.2-budgie-1.0
  • gir1.2-gtk-3.0
  • gir1.2-glib-2.0
  • python3-psutil
  • dconf-cli
  • sound-theme-freedesktop
  • imagemagick
  • python3-pil
  • python3-svgwrite
  • python3-cairosvg
  • python3-pyudev
  • python3-requests
  • xprintidle
  • notofonts

The following packages are required for the various Vala plugins to work:

  • gobject-introspection
  • libgtk-3-dev
  • valac
  • budgie-core-dev
  • libbudgie-plugin0
  • libpeas-dev
  • libjson-glib-dev
  • libgee-0.8-dev
  • libsoup2.4-dev

About

additional Budgie Desktop enhancements for the user experience

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 53.9%
  • Vala 39.3%
  • Meson 6.3%
  • Other 0.5%