diff --git a/info.txt b/info.txt index 5c2d55e..9544451 100644 --- a/info.txt +++ b/info.txt @@ -2,16 +2,29 @@ Screenresolution xrandr --rate 120 Start VM without sudo -virsh --connect qemu:///system start archlinux +virsh --connect qemu:///system start win10 sudo usermod -aG libvirt raabe Packages: -exa neomutt htop picom xfce-power-manager nitrogen dunst pywal mpv ranger ueberzug -bat -yaru-gtk-theme yaru-icon-theme - freerdp +echo "Install Pacman Packages:" +pacman -S qtile neomutt rofi git openssh exa bat neomutt htop nitrogen dunst ranger ueberzug mpv freerdp spotifyd xfce4-power-manager +Install yay: +echo "Install yay" +sudo git clone https://aur.archlinux.org/yay-git.git /opt +sudo chown -R raabe:raabe /opt/yay-git +echo "cd /opt/yay-git" +echo "makepkg -si" + +echo "Install yay packages" +yay -S picom pywal spotify-tui yaru-gtk-theme yaru-icon-theme + +echo "Install Pip Packages:" + +echo "Install dotfiles:" + +echo "Install wallpapers:" Disable Suspend https://wiki.archlinux.org/title/Power_management#Disabling_suspend @@ -25,11 +38,6 @@ ln -s /home/raabe/dotfiles/polybar/ ~/.config Git Crendential Helper Store (to store credentials) git config credential.helper store -GIT: -git add -A -git commit -m "Message" -git push - NEOMUTT Delete Emails with d + $ to sync diff --git a/qtile/__pycache__/config.cpython-310.pyc b/qtile/__pycache__/config.cpython-310.pyc index a60c590..3e8eb6f 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 1a9bda7..ac9ce83 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -108,19 +108,11 @@ groups = [Group("1", layout='monadtall'), Group("3", layout='monadtall'), Group("4", layout='monadtall'), Group("5", layout='monadtall'), -# Group("VBOX", layout='monadtall'), -# Group("CHAT", layout='monadtall'), -# Group("MUS", layout='monadtall'), -# Group("VID", layout='monadtall'), -# Group("GFX", layout='floating') ] dgroups_key_binder = simple_key_binder(mod) -######################## -# Define colors ######## -######################## -#Pywal Colors +# Pywal Colors colors = os.path.expanduser('~/.cache/wal/colors.json') colordict = json.load(open(colors)) ColorZ=(colordict['colors']['color0']) @@ -186,6 +178,12 @@ screens = [ fontsize=14 ), widget.Systray(), + widget.TextBox( + text=' ', + desc='Spotify', + mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e spt')}, + fontsize=14 + ), widget.TextBox( text=' ', desc='Notes',