summaryrefslogtreecommitdiff
path: root/gui-apps/quickshell/metadata.xml
blob: f1f0f95f477d81e4008338aa98131814b98576ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>frailedev@proton.me</email>
  <name>Maxwell Blake</name>
 </maintainer>
 <longdescription>
		Quickshell is a toolkit for building status bars, widgets, lockscreens,
		and other desktop components using QtQuick. It can be used alongside
		your wayland compositor or window manager to build a complete desktop environment.
	</longdescription>
 <upstream>
  <bugs-to>https://github.com/quickshell-mirror/quickshell/issues</bugs-to>
  <doc>https://quickshell.org/about/</doc>
 </upstream>
 <use>
  <flag name="breakpad">Enable Google's <pkg>dev-util/breakpad</pkg> crash reporter</flag>
  <flag name="sockets">Enable Unix Sockets (WARNING: Disabling is unsafe!)</flag>
  <flag name="layer-shell">Enable wlroots layershell integration through the zwlr-layer-shell-v1 protocol</flag>
  <flag name="session-lock">Enable session lock support through the ext-session-lock-v1 protocol</flag>
  <flag name="toplevel-management">Enable management of windows through zwlr-foreign-toplevel-management-v1 protocol</flag>
  <flag name="screencopy">Enable streaming video from monitors and toplevel windows through various protocols</flag>
  <flag name="pipewire">Enable viewing and management of <pkg>media-video/pipewire</pkg> nodes</flag>
  <flag name="tray">Enable system tray support using the status notifier dbus protocol</flag>
  <flag name="mpris">Enable access to MPRIS compatible media players using its dbus protocol</flag>
  <flag name="hyprland">Enable hyprland specific integrations</flag>
  <flag name="i3">Enable <pkg>x11-wm/i3</pkg> and <pkg>gui-wm/sway</pkg> specific features</flag>
  <flag name="greetd">Enable <pkg>gui-libs/greetd</pkg> integration</flag>
  <flag name="notifications">Enable notifications service integration</flag>
  <flag name="crash-handler">Enable crash handling using <pkg>dev-cpp/cpptrace</pkg></flag>
 </use>
 <origin>gentoo-guru-overlay</origin>
</pkgmetadata>