8000 GitHub - tillay/qubesfetch: custom fetch scripts for QubesOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tillay/qubesfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qubesfetch

custom fetch scripts for QubesOS

Instructions

  1. Download the qubesfetch script (make sure you are in the home directory)

wget https://raw.githubusercontent.com/tillay/qubefetch/refs/heads/main/qubesfetch&&chmod +x qubesfetch

  1. Download the fetchinfo.sh script

wget https://raw.githubusercontent.com/tillay/qubefetch/refs/heads/main/fetchinfo.sh&&chmod +x ~/fetchinfo.sh

  1. Move fetchinfo.sh script into dom0

qvm-run --pass-io <qube-you-downloaded-in> 'cat ~/fetchinfo.sh' > fetchinfo.sh

  1. Make a keyboard shortcut to reload dom0-only fetch infos (and bind it to something)

/home/<your-dom0-user>/fetchinfo.sh personal school work

To use:

  1. press the keybind to get dom0 fetch infos

  2. Wait a few seconds for dom0 to interface with less trusted qubes

  3. run qubesfetch shell script

  4. gaze at your pretty system

screenshot

Bonus: Script to take screenshot on Qubes

  1. Make sure xclip is installed in target qube(s)

  2. Put this shell script in dom0 home directory and chmod it

  3. Make keyboard shortcut through GUI's to run /home/<username>/screenshot.sh <target-qube>

QUBE=$1
SCREENSHOT="/home/$USER/screenshot.png"
INCOMING='/home/user/QubesIncoming/dom0/screenshot.png'
xfce4-screenshooter -r -s $SCREENSHOT
qvm-move-to-vm $QUBE $SCREENSHOT
qvm-run --pass-io $QUBE -- 'xclip -selection clipboard -t image/png -i '$INCOMING' &&rm '$INCOMING''

About

custom fetch scripts for QubesOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0