Qtile Bar Tweak

This commit is contained in:
stephan.raabe
2023-02-06 17:28:27 +01:00
parent 819f73fde9
commit fcd0c532f3
4 changed files with 28 additions and 24 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/bash
read -p 'Start Value: ' startval
read -p 'End Value: ' endval
let growthrate=(($endval-$startval)/$startval)
echo $growthrate

5
scripts/launchVM.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
virsh --connect qemu:///system start RDPWindows
virt-viewer --connect qemu:///system RDPWindows &