Replace swww with swaybg
This commit is contained in:
parent
90c50eea6d
commit
bfe3c8e5af
4 changed files with 6 additions and 7 deletions
|
@ -12,7 +12,7 @@ cd config
|
||||||
just
|
just
|
||||||
```
|
```
|
||||||
|
|
||||||
This config expects to be in ~/config and may break if it is not. For a list of packages that I use see my archinstall configs: [amida](https://trypancakes.com/arch/amida.json), [vlam](https://trypancakes.com/arch/vlam.json). On top of this I use the AUR packages: [river-git](https://aur.archlinux.org/packages/river-git), [swaylock-effects-git](https://aur.archlinux.org/packages/swaylock-effects-git), [swww](https://aur.archlinux.org/packages/swww). You should run `just stow` before any of the `setup-` recipes through just.
|
This config expects to be in ~/config and may break if it is not. For a list of packages that I use see my archinstall configs: [amida](https://trypancakes.com/arch/amida.json), [vlam](https://trypancakes.com/arch/vlam.json). On top of this I use the AUR packages: [river-git](https://aur.archlinux.org/packages/river-git), [swaylock-effects-git](https://aur.archlinux.org/packages/swaylock-effects-git). You should run `just stow` before any of the `setup-` recipes through just.
|
||||||
|
|
||||||
Each folder in the root of this repository functions as a module with files inside being stowed (symlinked) relative to `~`. For example, when stowing *river*, `river/.config/river/` is symlinked to `~/.config/river`, `river/.config/xdg-desktop-portal/river-portals.conf` to `~/.config/xdg-desktop-portal/river-portals.conf`, and `river/.config/xdg-desktop-portal-wlr/` to `~/.config/xdg-desktop-portal-wlr`.
|
Each folder in the root of this repository functions as a module with files inside being stowed (symlinked) relative to `~`. For example, when stowing *river*, `river/.config/river/` is symlinked to `~/.config/river`, `river/.config/xdg-desktop-portal/river-portals.conf` to `~/.config/xdg-desktop-portal/river-portals.conf`, and `river/.config/xdg-desktop-portal-wlr/` to `~/.config/xdg-desktop-portal-wlr`.
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Bar: [Waybar](https://github.com/Alexays/Waybar) - [config](waybar/.config/wayba
|
||||||
|
|
||||||
Menu: [Fuzzel](https://codeberg.org/dnkl/fuzzel) - [config](fuzzel/.config/fuzzel/fuzzel.ini)
|
Menu: [Fuzzel](https://codeberg.org/dnkl/fuzzel) - [config](fuzzel/.config/fuzzel/fuzzel.ini)
|
||||||
|
|
||||||
Wallpaper Daemon: [swww](https://github.com/Horus645/swww)
|
Wallpaper Daemon: swaybg
|
||||||
|
|
||||||
Screen Locker: [swaylock-effects](https://github.com/mortie/swaylock-effects) - [config](swaylock/.config/swaylock/config)
|
Screen Locker: [swaylock-effects](https://github.com/mortie/swaylock-effects) - [config](swaylock/.config/swaylock/config)
|
||||||
|
|
||||||
|
|
2
justfile
2
justfile
|
@ -40,7 +40,7 @@ setup-mpv:
|
||||||
|
|
||||||
# Installs AUR packages for my WM setup
|
# Installs AUR packages for my WM setup
|
||||||
setup-river:
|
setup-river:
|
||||||
paru -S --noprovides bemoji lswt river-git swaylock-effects-git swww wlogout wlopm wlr-randr-git
|
paru -S --noprovides bemoji lswt river-git swaylock-effects-git wlogout wlopm wlr-randr-git
|
||||||
bemoji
|
bemoji
|
||||||
|
|
||||||
# Set ZSH as default shell and install plugins
|
# Set ZSH as default shell and install plugins
|
||||||
|
|
|
@ -4,7 +4,7 @@ profile amida {
|
||||||
mode 1920x1080@144Hz
|
mode 1920x1080@144Hz
|
||||||
}
|
}
|
||||||
|
|
||||||
exec swww img ~/.wallpaper
|
exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper"
|
||||||
}
|
}
|
||||||
|
|
||||||
profile amida2 {
|
profile amida2 {
|
||||||
|
@ -21,7 +21,7 @@ profile amida2 {
|
||||||
transform 90
|
transform 90
|
||||||
}
|
}
|
||||||
|
|
||||||
exec swww img ~/.wallpaper
|
exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper"
|
||||||
}
|
}
|
||||||
|
|
||||||
profile vlam {
|
profile vlam {
|
||||||
|
@ -29,5 +29,5 @@ profile vlam {
|
||||||
scale 1.5
|
scale 1.5
|
||||||
}
|
}
|
||||||
|
|
||||||
exec swww img ~/.wallpaper
|
exec pkill swaybg; riverctl spawn "swaybg -i ~/.wallpaper"
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,6 @@ riverctl spawn "udiskie -t -f '$TERMINAL -e ranger'" # Removeable storage manage
|
||||||
riverctl spawn "wl-paste --type text --watch cliphist store" # Stores only text data
|
riverctl spawn "wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
riverctl spawn "wl-paste --type image --watch cliphist store" # Stores only image data
|
riverctl spawn "wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
riverctl spawn waybar # Bar
|
riverctl spawn waybar # Bar
|
||||||
riverctl spawn swww-daemon # Wallpaper daemon
|
|
||||||
|
|
||||||
# Per device apps
|
# Per device apps
|
||||||
while read program; do
|
while read program; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue