Budgie: Difference between revisions

From ArchWiki
(Budgie doesn't support using different window managers)
(User documentation also lists arc as the default theme. See https://docs.buddiesofbudgie.org/user/getting-budgie)
 
(8 intermediate revisions by 5 users not shown)
Line 3: Line 3:
[[de:Budgie Desktop]]
[[de:Budgie Desktop]]
[[es:Budgie]]
[[es:Budgie]]
[[ja:Budgie Desktop]]
[[ja:Budgie]]
[[pt:Budgie]]
[[pt:Budgie]]
[[ru:Budgie]]
[[ru:Budgie]]
Line 18: Line 18:
== Installation ==
== Installation ==


[[Install]] the {{Pkg|budgie-desktop}} package for the latest stable or {{AUR|budgie-desktop-git}} for current git master. Additional components that should be installed include {{Pkg|budgie-desktop-view}} for desktop icon support, {{Pkg|budgie-screensaver}} for screen locking support, and {{AUR|budgie-control-center}} for modification of system settings. Extra applets developed by the [https://ubuntubudgie.org/ Ubuntu Budgie] team are available in the {{Pkg|budgie-extras}} package - be warned, however, that this package also modifies existing functionality and could cause issues.
[[Install]] the {{grp|budgie}} package group to install all first-party components of the desktop. Individual packages can also be installed - use the {{Pkg|budgie-desktop}} package for the latest stable or {{AUR|budgie-desktop-git}} for current git main. Installed alongside as runtime dependencies are {{Pkg|budgie-screensaver}} for screen locking support, and {{Pkg|budgie-control-center}} for modification of system settings. The following packages are optional, but add additional functionality to the desktop:
 
* {{Pkg|budgie-desktop-view}}: Official implementation of desktop icons
* {{Pkg|budgie-backgrounds}}: Official set of default desktop backgrounds
* {{Pkg|network-manager-applet}}: Network management from within the panel
* {{Pkg|materia-gtk-theme}} or {{Pkg|arc-gtk-theme}}: The GTK themes recommended by upstream
* {{Pkg|papirus-icon-theme}}: The default icon theme
 
Extra applets developed by the [https://ubuntubudgie.org/ Ubuntu Budgie] team are available in the {{Pkg|budgie-extras}} package - be warned, however, that this package also modifies existing functionality and could cause issues.


== Starting ==
== Starting ==
Line 31: Line 39:
== Usage ==
== Usage ==


You can see your notification backlog, set the system and application volume, view a calendar, and see any currently playing videos or music with the "Raven" sidebar. The "Notifications" section can be accessed quickly with {{ic|Super+N}} or by clicking on the Notifications applet in the panel, and the "Applets" section can be accessed quickly with {{ic|Super+A}}. Raven can also be opened by clicking on the "Raven Trigger" applet in the panel, and will be opened to the previously selected pane.
You can see your notification backlog, set the system and application volume, view a calendar, and see any currently playing videos or music with the "Raven" sidebar. The "Notifications" section can be accessed quickly with {{ic|Super+n}} or by clicking on the Notifications applet in the panel, and the "Applets" section can be accessed quickly with {{ic|Super+a}}. Raven can also be opened by clicking on the "Raven Trigger" applet in the panel, and will be opened to the previously selected pane.


== Theming ==
== Theming ==
Line 39: Line 47:
== Configuration ==
== Configuration ==


Configuration of Budgie Desktop is done through the built-in Budgie Desktop Settings application, and changes to system settings are made through {{AUR|budgie-control-center}}.
Configuration of Budgie Desktop is done through the built-in Budgie Desktop Settings application, and changes to system settings are made through {{Pkg|budgie-control-center}}.


=== Changing button layout ===
=== Changing button layout ===
Line 47: Line 55:
For example:
For example:


  gsettings set com.solus-project.budgie-wm button-layout 'close,minimize,maximize:appmenu'
  $ gsettings set com.solus-project.budgie-wm button-layout 'close,minimize,maximize:appmenu'
  gsettings set com.solus-project.budgie-helper.workarounds fix-button-layout 'close,minimize,maximize:menu'
  $ gsettings set com.solus-project.budgie-helper.workarounds fix-button-layout 'close,minimize,maximize:menu'


=== Use a different window manager ===
=== Use a different window manager ===

Latest revision as of 03:02, 8 May 2023

Budgie is a desktop environment, formerly a project within Solus, becoming independent under the newly formed Buddies of Budgie organization in January 2022. It uses GTK 3 for widgets, and is written in C and Vala. As of Budgie 10, the only available session is on Xorg.

Installation

Install the budgie package group to install all first-party components of the desktop. Individual packages can also be installed - use the budgie-desktop package for the latest stable or budgie-desktop-gitAUR for current git main. Installed alongside as runtime dependencies are budgie-screensaver for screen locking support, and budgie-control-center for modification of system settings. The following packages are optional, but add additional functionality to the desktop:

Extra applets developed by the Ubuntu Budgie team are available in the budgie-extras package - be warned, however, that this package also modifies existing functionality and could cause issues.

Starting

Choose Budgie Desktop session from a display manager of choice, or modify xinitrc to include Budgie Desktop:

~/.xinitrc
export XDG_CURRENT_DESKTOP=Budgie:GNOME
exec budgie-desktop

Usage

You can see your notification backlog, set the system and application volume, view a calendar, and see any currently playing videos or music with the "Raven" sidebar. The "Notifications" section can be accessed quickly with Super+n or by clicking on the Notifications applet in the panel, and the "Applets" section can be accessed quickly with Super+a. Raven can also be opened by clicking on the "Raven Trigger" applet in the panel, and will be opened to the previously selected pane.

Theming

Budgie uses GTK 3 for its UI elements, and is thus supported by many GTK themes. Budgie also ships a built-in theme that is only applied to its own elements, such as panels and Raven, which can be toggled in Budgie Desktop Settings. Icon themes and cursor themes can be set in Budgie Desktop Settings as well.

Configuration

Configuration of Budgie Desktop is done through the built-in Budgie Desktop Settings application, and changes to system settings are made through budgie-control-center.

Changing button layout

Window button layout can be changed using dconf, dconf-editor or gsettings.

For example:

$ gsettings set com.solus-project.budgie-wm button-layout 'close,minimize,maximize:appmenu'
$ gsettings set com.solus-project.budgie-helper.workarounds fix-button-layout 'close,minimize,maximize:menu'

Use a different window manager

Budgie does not support using a different window manager.

See also