mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds pywal-16 to hyprland configuration
This commit is contained in:
parent
64d4cc9607
commit
071540b706
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
pkgs.noto-fonts-emoji
|
pkgs.noto-fonts-emoji
|
||||||
pkgs.swww
|
pkgs.swww
|
||||||
pkgs.swaylock
|
pkgs.swaylock
|
||||||
|
pkgs.pywal16
|
||||||
];
|
];
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
magick convert "$1" ~/.local/share/bg.png
|
magick convert "$1" ~/.local/share/bg.png
|
||||||
|
wal -i "$1"
|
||||||
swww img ~/.local/share/bg.png --transition-type fade
|
swww img ~/.local/share/bg.png --transition-type fade
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue