Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sway | 12,092 | 3 days ago | 814 | mit | C | |||||
i3-compatible Wayland compositor | ||||||||||
Hyprland | 6,823 | 13 hours ago | 205 | bsd-3-clause | C++ | |||||
Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks. | ||||||||||
Waybar | 3,341 | 3 days ago | 406 | mit | C++ | |||||
Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada: | ||||||||||
Wayfire | 1,729 | 10 days ago | 316 | mit | C++ | |||||
A modular and extensible wayland compositor | ||||||||||
Dwl | 1,478 | 6 days ago | 32 | other | C | |||||
dwm for Wayland | ||||||||||
Awesome Wayland | 1,143 | 5 months ago | 5 | cc0-1.0 | ||||||
A curated list of Wayland code and resources. | ||||||||||
Smithay | 1,099 | 20 hours ago | 4 | July 25, 2021 | 110 | mit | Rust | |||
A smithy for rusty wayland compositors | ||||||||||
Papyros Shell | 975 | 7 years ago | 77 | gpl-3.0 | C++ | |||||
:shell: The desktop shell for Papyros, built using QtQuick and QtCompositor as a compositor for Wayland. | ||||||||||
Grim | 757 | a year ago | 10 | mit | C | |||||
Grab images from a Wayland compositor | ||||||||||
Cage | 700 | 2 months ago | n,ull | mit | C | |||||
A Wayland kiosk |
⚠️ Heads up! This project has moved to SourceHut.
Grab images from a Wayland compositor. Works great with slurp and with sway.
Screenshoot all outputs:
grim
Screenshoot a specific output:
grim -o DP-1
Screenshoot a region:
grim -g "10,20 300x400"
Select a region and screenshoot it:
grim -g "$(slurp)"
Use a custom filename:
grim $(xdg-user-dir PICTURES)/$(date +'%s_grim.png')
Screenshoot and copy to clipboard:
grim - | wl-copy
Grab a screenshot from the focused monitor under Sway, using swaymsg
and
jq
:
grim -o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name')
Grab a screenshot from the focused window under Sway, using swaymsg
and
jq
:
grim -g "$(swaymsg -t get_tree | jq -j '.. | select(.type?) | select(.focused).rect | "\(.x),\(.y) \(.width)x\(.height)"')"
Pick a color, using ImageMagick:
grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:-
Install dependencies:
Then run:
meson build
ninja -C build
To run directly, use build/grim
, or if you would like to do a system
installation (in /usr/local
by default), run ninja -C build install
.
Either send GitHub pull requests or send patches on the mailing list.
Join the IRC channel: #emersion on Libera Chat.
MIT