diff --git a/info.txt b/info.txt index 6bc74c6..f83c300 100644 --- a/info.txt +++ b/info.txt @@ -9,6 +9,9 @@ sudo usermod -aG libvirt raabe Packages: exa neomutt htop picom xfce-power-manager nitrogen dunst pywal mpv ranger ueberzug bat grivbox-material-theme-git gruvbox-icon-theme +yaru-gtk-theme +remmina freerdp + Disable Suspend https://wiki.archlinux.org/title/Power_management#Disabling_suspend diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..e69de29 diff --git a/neomutt/muttrc b/neomutt/muttrc index 2f99d60..c37364e 100644 --- a/neomutt/muttrc +++ b/neomutt/muttrc @@ -29,3 +29,4 @@ set mime_forward_rest=yes #SIDEBAR set sidebar_visible + diff --git a/qtile/__pycache__/config.cpython-310.pyc b/qtile/__pycache__/config.cpython-310.pyc index 5e896df..810545c 100644 Binary files a/qtile/__pycache__/config.cpython-310.pyc and b/qtile/__pycache__/config.cpython-310.pyc differ diff --git a/qtile/config.py b/qtile/config.py index d48cbc4..b53b71a 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -182,20 +182,47 @@ screens = [ top=bar.Bar( [ widget.GroupBox( - highlight_method='block', + highlight_method='line', + highlight=ColorC, + block_border=ColorC, + highlight_color=[ColorC,ColorE], block_highlight_text_color='ffffff', foreground='ffffff', fontsize=14, active=ColorC ), + widget.TextBox( + text='', + fontsize=14 + ), widget.WindowName( fontsize=14 ), widget.Systray(), + widget.TextBox( + text=' ', + desc='Start Win10 and RDP', + mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e vm')}, + fontsize=14 + ), + widget.TextBox( + text=' ', + desc='Destroy Win10', + mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e vmstop')}, + fontsize=14 + ), + widget.TextBox( + text='', + fontsize=14 + ), widget.Volume( fmt='Vol: {}', fontsize=14 ), + widget.TextBox( + text='', + fontsize=14 + ), widget.CheckUpdates( fontsize=14, distro="Arch", @@ -203,11 +230,20 @@ screens = [ update_interval=600, mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e yay')} ), + widget.TextBox( + text='', + fontsize=14 + ), widget.Clock( format="%Y-%m-%d %a %I:%M %p", fontsize=14 ), + widget.TextBox( + text='', + fontsize=14 + ), widget.QuickExit( + default_text=' ', countdown_start=3, fontsize=14 ), @@ -261,7 +297,7 @@ wl_input_rules = None # # We choose LG3D to maximize irony: it is a 3D non-reparenting WM written in # java that happens to be on java's whitelist. -wmname = "LG3D" +wmname = "QTILE" # HOOK startup @hook.subscribe.startup_once diff --git a/scripts/launchVM.sh b/scripts/launchVM.sh index d4367eb..26298e4 100755 --- a/scripts/launchVM.sh +++ b/scripts/launchVM.sh @@ -1,5 +1,9 @@ #!/bin/bash virsh --connect qemu:///system start RDPWindows -virt-viewer --connect qemu:///system RDPWindows & +echo "Waiting 30 sec for Windows 10 startup..." +sleep 30 +echo "Starting xfreerdp now..." +xfreerdp /v:Windows10 /size:100% /d: /p:sancho /dynamic-resolution & +