Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Conky | 6,261 | a day ago | 199 | gpl-3.0 | C++ | |||||
Light-weight system monitor for X, Wayland, and other things, too | ||||||||||
Weylus | 4,759 | 3 months ago | 67 | other | Rust | |||||
Use your tablet as graphic tablet/touch screen on your computer. | ||||||||||
Kanshi | 553 | 2 years ago | 4 | August 21, 2017 | 23 | mit | C | |||
Dynamic display configuration (mirror) | ||||||||||
Wallutils | 367 | 7 days ago | 4 | bsd-3-clause | Go | |||||
:city_sunset: Utilities for handling monitors, resolutions, wallpapers and timed wallpapers | ||||||||||
Xrandr Invert Colors | 90 | 4 years ago | 8 | C | ||||||
Small utility for inverting the colors on all monitors attached to an XRandR-capable X11 display server. | ||||||||||
Wrandr | 28 | a year ago | 1 | mit | Go | |||||
ARandR for Wayland (Sway) | ||||||||||
Wlinfo | 2 | 6 years ago | other | C | ||||||
Grab Wayland info |
Simple utility that inverts colors on all screens, using XrandR.
apt-get install libxcb-randr0-dev
)sudo make deps-apt
on Debian / Ubuntumake
Execute sudo make install
after build to put the binary in the following location:
/usr/local/bin/xrandr-invert-colors
Run xrandr-invert-colors
for inverting colors on all screens.
The follwing program option is implemented:
-s <crtc_number>
: Instead of inverting all screens, invert only the colors of the screen identified by <crtc_number>
.--help
and -h
: Print a short help for the program.--version
: Print a (dummy) version information.-d
: Enables debug log on standard output. Prints diagonstic messages.Hint: put the executable in the a directory listed in $PATH, and bind the execution of xrandr-invert-colors
to a shortcut key.
Redshift developers, for creating the XRandR gamma setting code. Their code is reused in this application. http://jonls.dk/redshift/ https://launchpad.net/redshift
xcalib -i -a
: Inverts the colors of the current screen.
xrandr-invert-colors
does not have this limitation, because it uses XRandR API, which correctly handles all attached monitors.GNU GPL v3
Please make sure that other color-adjusting program is not running in the background, like RedShift.
xrandr-invert-colors only works on Xorg, not on Wayland (or Mir). Please make sure that you use Xorg.
"On supported systems, Wayland is now the default display server. The older display server is still available: just choose Ubuntu on Xorg from the cog on the log in screen. " https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes
See issue #15 .