Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Willy-JL/Qubes-Scripts
🧊 Collection of custom scripts for Qubes OS
https://github.com/Willy-JL/Qubes-Scripts
in-portfolio qubes qubes-os qubesos scripts scripts-collection
Last synced: about 1 month ago
JSON representation
🧊 Collection of custom scripts for Qubes OS
- Host: GitHub
- URL: https://github.com/Willy-JL/Qubes-Scripts
- Owner: Willy-JL
- License: gpl-3.0
- Created: 2023-04-18T03:25:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T19:59:29.000Z (5 months ago)
- Last Synced: 2024-08-02T16:47:22.656Z (4 months ago)
- Topics: in-portfolio, qubes, qubes-os, qubesos, scripts, scripts-collection
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-qubes-os - Qubes-Scripts - Collection of custom scripts for Qubes OS. (Customization)
README
# qubes-scripts
Collection of custom scripts for Qubes OS### Installation:
1. Install dependencies in target qubes:
```bash
sudo dnf install \
qubes-video-companion-receiver \
xclip \
yad
```2. Install dependencies in dom0:
```bash
sudo qubes-dom0-update \
flameshot \
gpick \
ImageMagick \
qubes-video-companion-dom0 \
xdotool \
xprop \
yad
```3. Drop the scripts you want in `/usr/local/bin` on dom0 ([how to copy files to dom0](https://www.qubes-os.org/doc/how-to-copy-from-dom0/#copying-to-dom0))
### Explanation / Usage:
- `qubes-color-add/del`: **add and remove custom qube colors**; run the script with a color name and hexadecimal value like `qubes-color-add pink FABFD4`, then select it in a qube's settings page, remove with `qubes-color-del pink`
- `qubes-color-pick`: **pick a color from screen and copy to global clipboard**; run the script, select a color, paste into a qube of your choice
- `qubes-dom0-copy/move`: **import files to dom0 from other vms**; run the script, select the qube, then the files, and they will appear in the current directory on dom0 (and deleted on the source vm if moving)
- `qubes-flameshot`: **screenshot with flameshot and copy to qube clipboard**; run the script, make the screenshot, select target qube, paste to your heart's content
- `qubes-run-focused`: **run command in focused window's qube**; intended for use in keybinds, like opening a file manager in the focused window's qube
- `qubes-screenshare`: **quickly start a video companion screenshare session**; run the script, select destination qube, then source qube, do what you need, then stop screensharing with the tray icon
- `qubes-select-qube`: **show a prompt to select a qube**; intended for use in scripts and commands, all other scripts here rely on it### Disclaimer:
You should be careful what you do with dom0, I won't be held responsible if anything gets compromised. Make sure you understand exactly what these scripts are doing (they are in fact quite simple) before you run them.