wallpaper!
This commit is contained in:
parent
5f52b5f1cb
commit
b04540a4f5
@ -45,6 +45,7 @@
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprpaper
|
||||
hyprland-protocols
|
||||
hyprland-share-picker
|
||||
xdg-desktop-portal-hyprland
|
||||
|
@ -16,6 +16,7 @@ monitor=,preferred,auto,1,transform,3
|
||||
# Execute your favorite apps at launch
|
||||
# exec-once = waybar & hyprpaper & firefox
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = systemctl --user start dunst
|
||||
exec-once = systemctl --user start fcitx5-daemon
|
||||
|
||||
|
3
home/user/files/hyprpaper.conf
Normal file
3
home/user/files/hyprpaper.conf
Normal file
@ -0,0 +1,3 @@
|
||||
preload = .local/share/wallpapers/550w.png
|
||||
wallpaper = eDP-1,.local/share/wallpapers/550w.png
|
||||
ipc = off
|
@ -41,6 +41,7 @@
|
||||
file = {
|
||||
# hyprland
|
||||
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
||||
".config/hypr/hyprpaper.conf".source = ./files/hyprpaper.conf;
|
||||
|
||||
# ranger
|
||||
".config/ranger/rc.conf".source = ./files/ranger-rc.conf;
|
||||
@ -48,6 +49,9 @@
|
||||
# nwg
|
||||
".config/nwg-launchers".source = ./files/nwg-launchers;
|
||||
|
||||
# wallpapers
|
||||
".local/share/wallpapers".source = ./wallpapers;
|
||||
|
||||
# Use flatseal to change permissions.
|
||||
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
||||
|
||||
|
BIN
home/user/wallpapers/550w.png
Normal file
BIN
home/user/wallpapers/550w.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
Reference in New Issue
Block a user