Moved a few elements from Dependencies to Theming
This commit is contained in:
parent
64142fbf58
commit
fbef4031f3
1 changed files with 4 additions and 6 deletions
|
@ -34,16 +34,12 @@ My current SwayWM Setup for Arch Linux. It uses bash Skripts and systemd-utiliti
|
||||||
| System Info Tool | [acpiclient](https://sourceforge.net/projects/acpiclient/files/acpiclient/), [neofetch](https://github.com/dylanaraps/neofetch)|
|
| 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) |
|
| Terminal Emulator | [alacritty](https://github.com/alacritty/alacritty) |
|
||||||
| App Launcher | [wofi](https://hg.sr.ht/~scoopta/wofi) |
|
| 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) |
|
| polkit | [polkit-gnome](https://gitlab.gnome.org/Archive/policykit-gnome) |
|
||||||
| Screen Selector | [slurp](https://github.com/emersion/slurp) |
|
| Screen Selector | [slurp](https://github.com/emersion/slurp) |
|
||||||
| Media Controls | [playerctl](https://github.com/altdesktop/playerctl) |
|
| Media Controls | [playerctl](https://github.com/altdesktop/playerctl) |
|
||||||
| X-Compatibility | [xorg-xwayland](https://xorg.freedesktop.org/wiki/) |
|
| X-Compatibility | [xorg-xwayland](https://xorg.freedesktop.org/wiki/) |
|
||||||
|
|
||||||
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```
|
on Arch install all with: ```sudo pacman -Syu acpi alacritty bash bash-completion gammastep grim mako neofetch playerctl polkit-gnome slurp sway swayidle swaylock wofi xorg-xwayland```
|
||||||
|
|
||||||
For Flatery an AUR-Helper is needed.
|
|
||||||
|
|
||||||
### Recommended Environment
|
### Recommended Environment
|
||||||
These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\
|
These are [Environment Variables](https://wiki.archlinux.org/title/Environment_Variables) I recommend for using sway:\
|
||||||
|
@ -61,6 +57,8 @@ export MOZ_ENABLE_WAYLAND=1
|
||||||
| GTK Theme | [libadwaita](https://gnome.pages.gitlab.gnome.org/libadwaita/) |
|
| GTK Theme | [libadwaita](https://gnome.pages.gitlab.gnome.org/libadwaita/) |
|
||||||
| QT Theme | [adwaita-qt](https://github.com/FedoraQt/adwaita-qt) |
|
| QT Theme | [adwaita-qt](https://github.com/FedoraQt/adwaita-qt) |
|
||||||
| Font Settings | [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) |
|
| Font Settings | [fontconfig](https://www.freedesktop.org/wiki/Software/fontconfig/) |
|
||||||
|
| Icons | [Flatery](https://github.com/cbrnix/Flatery) |
|
||||||
|
| Symbols/Emojis | emoji-font (e.g. [noto-emoji](https://github.com/googlefonts/noto-emoji)) |
|
||||||
|
|
||||||
A graphical Interface for Theming is [nwg-look](https://nwg-piotr.github.io/nwg-shell/nwg-look).
|
A graphical Interface for Theming is [nwg-look](https://nwg-piotr.github.io/nwg-shell/nwg-look).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue