hyprland: switch back to swww
All checks were successful
ci/woodpecker/push/checks Pipeline was successful

This commit is contained in:
notohh 2024-01-25 08:07:02 -05:00
parent 13cf87e21e
commit 508648b65a
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 9 deletions

View file

@ -30,7 +30,7 @@ in {
swayidle swayidle
swaylock-effects swaylock-effects
hyprpicker hyprpicker
hyprpaper swww
]; ];
services.dbus.enable = true; services.dbus.enable = true;

View file

@ -1,11 +1,4 @@
{pkgs, ...}: { {pkgs, ...}: {
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ~/Pictures/wallpapers/city.png
wallpaper = HDMI-A-1,~/Pictures/wallpapers/city.png
wallpaper = DP-1,~/Pictures/wallpapers/city.png
wallpaper = DP-2,~/Pictures/wallpapers/city.png
wallpaper = DP-3,~/Pictures/wallpapers/city.png
'';
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
settings = { settings = {
monitor = [ monitor = [
@ -15,7 +8,8 @@
"DP-3,1920x1080@144, 1400x0, auto" #top "DP-3,1920x1080@144, 1400x0, auto" #top
]; ];
exec-once = [ exec-once = [
"hyprpaper" "ags"
"swww init && swww img ~/Pictures/wallpapers/city.png"
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
"~/.local/bin/lock" "~/.local/bin/lock"