Changes Info script
This commit is contained in:
parent
eff7216d63
commit
2a622b848d
28
info.txt
28
info.txt
|
@ -2,16 +2,29 @@ Screenresolution
|
||||||
xrandr --rate 120
|
xrandr --rate 120
|
||||||
|
|
||||||
Start VM without sudo
|
Start VM without sudo
|
||||||
virsh --connect qemu:///system start archlinux
|
virsh --connect qemu:///system start win10
|
||||||
|
|
||||||
sudo usermod -aG libvirt raabe
|
sudo usermod -aG libvirt raabe
|
||||||
|
|
||||||
Packages:
|
Packages:
|
||||||
exa neomutt htop picom xfce-power-manager nitrogen dunst pywal mpv ranger ueberzug
|
echo "Install Pacman Packages:"
|
||||||
bat
|
pacman -S qtile neomutt rofi git openssh exa bat neomutt htop nitrogen dunst ranger ueberzug mpv freerdp spotifyd xfce4-power-manager
|
||||||
yaru-gtk-theme yaru-icon-theme
|
|
||||||
freerdp
|
|
||||||
|
|
||||||
|
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
|
Disable Suspend
|
||||||
https://wiki.archlinux.org/title/Power_management#Disabling_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 Crendential Helper Store (to store credentials)
|
||||||
git config credential.helper store
|
git config credential.helper store
|
||||||
|
|
||||||
GIT:
|
|
||||||
git add -A
|
|
||||||
git commit -m "Message"
|
|
||||||
git push
|
|
||||||
|
|
||||||
NEOMUTT
|
NEOMUTT
|
||||||
Delete Emails with d + $ to sync
|
Delete Emails with d + $ to sync
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -108,19 +108,11 @@ groups = [Group("1", layout='monadtall'),
|
||||||
Group("3", layout='monadtall'),
|
Group("3", layout='monadtall'),
|
||||||
Group("4", layout='monadtall'),
|
Group("4", layout='monadtall'),
|
||||||
Group("5", 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)
|
dgroups_key_binder = simple_key_binder(mod)
|
||||||
|
|
||||||
########################
|
# Pywal Colors
|
||||||
# Define colors ########
|
|
||||||
########################
|
|
||||||
#Pywal Colors
|
|
||||||
colors = os.path.expanduser('~/.cache/wal/colors.json')
|
colors = os.path.expanduser('~/.cache/wal/colors.json')
|
||||||
colordict = json.load(open(colors))
|
colordict = json.load(open(colors))
|
||||||
ColorZ=(colordict['colors']['color0'])
|
ColorZ=(colordict['colors']['color0'])
|
||||||
|
@ -186,6 +178,12 @@ screens = [
|
||||||
fontsize=14
|
fontsize=14
|
||||||
),
|
),
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
|
widget.TextBox(
|
||||||
|
text=' ',
|
||||||
|
desc='Spotify',
|
||||||
|
mouse_callbacks={"Button1": lambda: qtile.cmd_spawn(terminal + ' -e spt')},
|
||||||
|
fontsize=14
|
||||||
|
),
|
||||||
widget.TextBox(
|
widget.TextBox(
|
||||||
text=' ',
|
text=' ',
|
||||||
desc='Notes',
|
desc='Notes',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user