diff --git a/README.md b/README.md index 814f3c0..74a2937 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,26 @@ My current SwayWM Setup for Arch Linux. It uses bash Skripts and systemd-utiliti | **Module Type** | **Module Name** | |:--------------------|:---------------------------------------------------------------------------------------------------------------------:| -| Shell | [GNU-bash](https://www.gnu.org/software/bash/bash.html) | +| Shell | [GNU-bash](https://www.gnu.org/software/bash/bash.html), [Bash-Completion](https://github.com/scop/bash-completion) | | Window Manager | [sway](https://github.com/swaywm/sway) | | Notification Deamon | [mako](https://github.com/emersion/mako) | -| Screen Locker | [swaylock](https://github.com/swaywm/swaylock) | -| Idle Manager | [swayidle](https://github.com/swaywm/swayidle) | +| Screen Locker | [swaylock](https://github.com/swaywm/swaylock) | +| Idle Manager | [swayidle](https://github.com/swaywm/swayidle) | | Gamma | [gammastep](https://gitlab.com/chinstrap/gammastep) | | Screenshot | [grim](https://sr.ht/~emersion/grim/) | | System Info Tool | [acpiclient](https://sourceforge.net/projects/acpiclient/files/acpiclient/), [neofetch](https://github.com/dylanaraps/neofetch)| | Terminal Emulator | [alacritty](https://github.com/alacritty/alacritty) | | App Launcher | [wofi](https://hg.sr.ht/~scoopta/wofi) | +| Icons | [Flatery](https://github.com/cbrnix/Flatery) | | Symbols/Emojis | emoji-font (e.g. [noto-emoji](https://github.com/googlefonts/noto-emoji)) | | polkit | [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome) | | Screen Selector | [slurp](https://github.com/emersion/slurp) | | Media Controls | [playerctl](https://github.com/altdesktop/playerctl) | | X-Compatibility | [xorg-xwayland](https://xorg.freedesktop.org/wiki/) | -on Arch install all with: ```sudo pacman -Syu acpi alacritty bash gammastep grim mako neofetch noto-fonts-emoji playerctl polkit-gnome slurp sway swayidle swaylock wofi xorg-xwayland``` +on Arch install all with: ```sudo pacman -Syu acpi alacritty bash bash-completion gammastep grim mako neofetch noto-fonts-emoji playerctl polkit-gnome slurp sway swayidle swaylock wofi xorg-xwayland``` + +For Flatery an AUR-Helper is needed. ### Recommended Environment These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\