diff --git a/.bashrc b/.bashrc index 9d75610..b8c19d3 100644 --- a/.bashrc +++ b/.bashrc @@ -24,6 +24,8 @@ alias v='vim' alias r='ranger' alias t='sudo timeshift --list' alias ts='~/dotfiles/scripts/snapshot.sh' +alias matrix='cmatrix' +alias screenshot='scrot' # SCRIPTS alias gr='python ~/dotfiles/scripts/growthrate.py' diff --git a/1-install.sh b/1-install.sh index 27ac5d3..97b11c4 100755 --- a/1-install.sh +++ b/1-install.sh @@ -12,7 +12,7 @@ echo "START INSTALLATION..." # Install required packages # ------------------------------------------------------ echo "-> Install main packages" -sudo pacman -S alacritty nitrogen picom starship chromium slock neomutt rofi dunst ueberzug mpv freerdp spotifyd xfce4-power-manager python-pip thunar mousepad lxappearance papirus-icon-theme ttf-font-awesome ttf-fira-sans ttf-fira-code ttf-firacode-nerd figlet cmatrix +sudo pacman -S alacritty scrot nitrogen picom starship chromium slock neomutt rofi dunst ueberzug mpv freerdp spotifyd xfce4-power-manager python-pip thunar mousepad lxappearance papirus-icon-theme ttf-font-awesome ttf-fira-sans ttf-fira-code ttf-firacode-nerd figlet cmatrix # ------------------------------------------------------ # Install required packages diff --git a/README.md b/README.md index f136960..7ba9531 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Included is a pywal configuration that changes the color scheme based on a rando ## Screenshot -![Screenshot1](screenshots/screenshot1.png "Screenshot") +![Screenshot4](screenshots/screenshot4.png "Screenshot") You can find more screenshots in the screenshots folder diff --git a/screenshots/screenshot3.png b/screenshots/screenshot3.png new file mode 100644 index 0000000..ceea0f2 Binary files /dev/null and b/screenshots/screenshot3.png differ diff --git a/screenshots/screenshot4.png b/screenshots/screenshot4.png new file mode 100644 index 0000000..5ad5047 Binary files /dev/null and b/screenshots/screenshot4.png differ