blob: 4776c30ecc37eff8e6bfb5fddef4a360f98aa9dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# sololinux-gui
GUI configuration files for SoloLinux - a customized Arch Linux distribution featuring Hyprland window manager.
## Installation
```bash
yay -S sololinux-gui
```
## About
This package provides all the GUI configurations for SoloLinux including:
- **Hyprland** - Dynamic tiling Wayland compositor
- **Waybar** - Highly customizable status bar
- **Rofi** - Application launcher
- **Kitty** - GPU-accelerated terminal
- **Neovim & Emacs** - Pre-configured editors
- **Starship** - Shell prompt
Configuration files are installed to `/etc/skel/` for new users.
## Post-Installation
For existing users, copy configs from `/etc/skel/`:
```bash
cp -r /etc/skel/.config/* ~/.config/
cp /etc/skel/.tmux.conf ~/
cp /etc/skel/.zshrc ~/
```
## Links
- GitHub: https://github.com/Solomon-DbW/SoloLinux_GUI
- Issues: https://github.com/Solomon-DbW/SoloLinux_GUI/issues
|