Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaltgod/dotfiles
https://github.com/aaltgod/dotfiles
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaltgod/dotfiles
- Owner: aaltgod
- Created: 2023-05-09T22:06:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-04T19:49:38.000Z (over 1 year ago)
- Last Synced: 2024-11-10T01:27:09.610Z (about 2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
## Use EndeavourOS---
## Hyprland
##
```
sudo pacman -S hyprland htop alacritty neovim wofi mirage
```---
## Sddm```
yay -a sddm-git sddm-theme-astronaut
```/etc/sddm.conf.d/sddm.conf
```
[Autologin]
# Uncomment it if you need autologin
#User=aalt
#Session=hyprland.desktop[Theme]
Current=astronaut
```
/etc/sddm.conf.d/hidpi.conf
```
[Wayland]
EnableHiDPI=true
``````
sudo systemctl enable sddm
sudo systemctl enable --now sddm
```---
## Swaylock
```
yay -a swaylock-effects
```
Add in ~/.config/hypr/hyrpland.conf
```
bind = $mainMod, L, exec, swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2
```---
## Hyprpaper
```
yay -a hyprpaper
```
Add(create if not exists) in ~/.config/hypr/hyrpaper.conf
```
preload = ~/.config/hypr/wallpaper.jpg#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
wallpaper = eDP-1,~/.config/hypr/wallpaper.jpg
```---
## Mako
```
yay -S mako
```
Add in ~/.config/hypr/hyrpland.conf
```
exec-once=mako
```
---
## Eww
[source](https://github.com/elkowar/eww)```
yay -S ttf-jetbrains-mono-nerd
fc-cache -fv
``````
yay -a eww-wayland
mkdir -p .config/eww/{eww.yuck,eww.scss}
```