hyprland: init hyprpaper

This commit is contained in:
notohh 2023-11-27 06:53:15 -05:00
parent fe0dac53af
commit 4b7bb9c213
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 13 additions and 6 deletions

View file

@ -1,4 +1,12 @@
_: {
{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.extraConfig = ''
monitor = HDMI-A-1,1920x1080@60, 3640x560, auto, transform, 3 #right
@ -82,10 +90,9 @@ _: {
disable_hyprland_logo = true
}
exec-once = swww init
exec-once = hyprpaper
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = /nix/store/gjbi20m2wz9xhm18ifmcdl45cpgd7hpz-polkit-gnome-0.105/libexec/polkit-gnome-authentication-agent-1
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1
# swayidle / lock
exec-once = ~/.local/bin/lock
@ -98,6 +105,7 @@ _: {
windowrulev2 = float, title:^(Friends List)$
windowrulev2 = float, title:^(Cryptomator)$
windowrulev2 = float, title:^(RuneLite)$
windowrulev2 = float, title:^(Lutris)$
windowrulev2 = move 850 360, title:^(RuneLite)$
windowrulev2 = size 830 600, title:^(RuneLite)$
windowrulev2 = fullscreen, title:^(cs2)$

View file

@ -26,12 +26,11 @@ in {
slurp
swappy
wl-clipboard
wlogout
wlr-randr
swayidle
swaylock-effects
swww
hyprpicker
hyprpaper
];
services.dbus.enable = true;