Desktop tools
Go to file
Přemysl Eric Janouch 1fa6f95135
priod: systemd unit, configuration
2017-07-05 22:05:07 +02:00
liberty@17322a3686 wmstatus: allow running a slave command 2017-05-07 09:30:00 +02:00
.gitignore Initial commit 2016-01-10 03:12:47 +01:00
.gitmodules Initial commit 2016-01-10 03:12:47 +01:00
CMakeLists.txt priod: systemd unit, configuration 2017-07-05 22:05:07 +02:00
LICENSE Fix and update LICENSE 2017-02-03 23:11:02 +01:00
README.adoc priod: PoC skeleton 2017-07-05 03:22:24 +02:00
big-brother.c big-brother: print timestamps 2016-10-15 16:05:59 +02:00
brightness.c Fix a useless compiler warning 2017-02-09 20:20:32 +01:00
config.h.in Initial commit 2016-01-10 03:12:47 +01:00
ddc-ci.c Add input-switch 2017-02-09 20:12:09 +01:00
fancontrol-ng.c Fix and update LICENSE 2017-02-03 23:11:02 +01:00
fancontrol-ng.conf.example Add fancontrol-ng 2016-01-26 21:52:15 +01:00
fancontrol-ng.service.in Add fancontrol-ng 2016-01-26 21:52:15 +01:00
gdm-switch-user.c Add gdm-switch-user, run by dwmstatus 2016-01-27 20:22:49 +01:00
input-switch.c input-switch: fix typo in error message 2017-02-09 20:25:53 +01:00
priod.c priod: systemd unit, configuration 2017-07-05 22:05:07 +02:00
priod.conf.example priod: systemd unit, configuration 2017-07-05 22:05:07 +02:00
priod.service.in priod: systemd unit, configuration 2017-07-05 22:05:07 +02:00
shellify shellify: avoid duplicating history entries 2016-02-10 23:08:09 +01:00
siprandom.c Fix and update LICENSE 2017-02-03 23:11:02 +01:00
wmstatus-weather.pl Add wmstatus-weather.pl 2017-05-07 12:06:58 +02:00
wmstatus.c wmstatus: add a sleep timer 2017-05-15 20:15:32 +02:00

README.adoc

desktop-tools

desktop-tools is a collection of tools to run my desktop that might be useful to other people as well:

  • 'wmstatus' does literally everything my i3 doesnt but Id like it to. It includes PulseAudio volume management and hand-written NUT and MPD clients, all in the name of liberation from GPL-licensed software of course

  • 'brightness' allows me to change the brightness of w/e display device I have

  • 'input-switch' likewise switches the input source of external displays

  • 'fancontrol-ng' is a clone of fancontrol that can handle errors on resume from suspend instead of setting fans to maximum speed and quitting; in general it doesnt handle everything the original does

  • 'priod' sets CPU, I/O and OOM killer priorities for new processes according to configuration

  • 'shellify' is a simple script that sets up a shell for commands like vgdb and nmcli that are painfully lacking it

  • 'gdm-switch-user' tells the running GDM daemon, if any, to show the switch user screen

  • 'siprandom' uses the SipHash 2-4 algorithm to produce a stream of pseudo-random data; it should be fast enough to saturate most devices

  • 'big-brother' tracks the title of the active window and the idle state of the user and writes these events to standard output.

Dont expect them to work under any OS that isnt Linux.

Packages

Regular releases are sporadic. git master should be stable enough. You can get a package with the latest development version from Archlinuxs AUR, or from openSUSE Build Service for the rest of mainstream distributions. Consult the list of repositories and their respective links at:

Building

Build dependencies: CMake, pkg-config, liberty (included)
Runtime dependencies: libpulse, libx11, dbus-1, libgdm (optional)

$ git clone --recursive https://github.com/pjanouch/desktop-tools.git
$ mkdir desktop-tools/build
$ cd desktop-tools/build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make

To install the applications, you can do either the usual:

# make install

Or you can try telling CMake to make a package for you. For Debian it is:

$ cpack -G DEB
# dpkg -i desktop-tools-*.deb

Contributing and Support

Use this projects GitHub to report any bugs, request features, or submit pull requests. If you want to discuss this project, or maybe just hang out with the developer, feel free to join me at irc://irc.janouch.name, channel #dev.

Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9

License

desktop-tools is written by Přemysl Janouch <p.janouch@gmail.com>.

You may use the software under the terms of the ISC license, the text of which is included within the package, or, at your option, you may relicense the work under the MIT or the Modified BSD License, as listed at the following site: