Switch from wpaperd to swaybg
This commit is contained in:
parent
a7b1f26a68
commit
21bb32c85f
3 changed files with 3 additions and 10 deletions
2
justfile
2
justfile
|
|
@ -96,7 +96,7 @@ kitty-terminal:
|
|||
[group("graphical")]
|
||||
niri-window-manager:
|
||||
@just _echowarning "1) Installing niri and related tools"
|
||||
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wpaperd xdg-desktop-portal-gnome xwayland-satellite-git
|
||||
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset xdg-desktop-portal-gnome xwayland-satellite-git
|
||||
|
||||
@just _echowarning "\n2) Stowing niri config"
|
||||
stow --dotfiles -S niri
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ overview {
|
|||
spawn-at-startup "/usr/lib/polkit-kde-authentication-agent-1"
|
||||
spawn-at-startup "swayidle" "-w"
|
||||
spawn-at-startup "wlsunset" "-l" "-27.4" "-L" "153"
|
||||
spawn-at-startup "wpaperd" "-d"
|
||||
spawn-at-startup "swaybg" "-i" "~/.wallpaper" "-m" "fill"
|
||||
spawn-at-startup "waybar"
|
||||
spawn-at-startup "udiskie"
|
||||
spawn-at-startup "wl-paste" "--watch" "cliphist" "store"
|
||||
|
|
@ -187,7 +187,7 @@ layer-rule {
|
|||
geometry-corner-radius 5
|
||||
}
|
||||
layer-rule {
|
||||
match namespace="^wpaperd-"
|
||||
match namespace="wallpaper"
|
||||
place-within-backdrop true
|
||||
}
|
||||
// Block out mako notifications from screencasts.
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
[default]
|
||||
duration = "1h"
|
||||
mode = "center"
|
||||
initial-transition = false
|
||||
|
||||
[any]
|
||||
path = "~/Pictures/Wallpapers"
|
||||
Loading…
Add table
Reference in a new issue