Qubes-Community-Content/code/README.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2018-04-16 05:48:40 +00:00
#### User-contributed code and links to third party resources ####
2018-03-11 20:56:58 +00:00
2018-04-16 05:14:52 +00:00
**`monitoring`**
- ls-qubes.sh: outputs the nb. of running qubes + total memory used; the output can be fed into a panel text applet (see comments in the script).
2018-04-16 05:14:52 +00:00
**`multimedia`**
2018-03-22 06:59:52 +00:00
- sound-control-scripts: toggle, volume up, volume down, ...
2018-04-16 05:52:40 +00:00
**`OS-administration`**
2018-04-16 08:27:53 +00:00
- [do-snapshot.py](https://github.com/tasket/Qubes-scripts/blob/master/do-snapshot.py) by Chris Laprise: keeps a rotating collection of Btrfs snapshots for root fs ([readme](https://github.com/tasket/Qubes-scripts#do-snapshotpy))
- [qubes-multi-update](https://github.com/tasket/Qubes-scripts/blob/master/qubes-multi-update) by Chris Laprise: updates multiple template, standalone VMs and dom0 ([readme](https://github.com/tasket/Qubes-scripts#qubes-multi-update))
2018-04-16 05:48:40 +00:00
- R4-universal-update-script.sh: bash script to automate VM updates
2018-04-16 05:14:52 +00:00
**`productivity`**
2018-03-22 06:59:52 +00:00
- toggle-fullscreen-scripts
- screenshot-scripts
- bash autocompletion script for `qvm-*` commands in dom0
2018-04-16 05:52:40 +00:00
**`misc`**
2018-04-16 08:27:53 +00:00
- [halt-vm-by-window](https://github.com/tasket/Qubes-scripts/blob/master/halt-vm-by-window) by Chris Laprise: shutdown a Qubes VM associated with the currently active window ([readme](https://github.com/tasket/Qubes-scripts#halt-vm-by-window))