move wallpapers to flake
This commit is contained in:
parent
362b7af40f
commit
09f22c9b82
3 changed files with 2 additions and 2 deletions
BIN
modules/gui/hypr/catppuccin-wall0.png
Normal file
BIN
modules/gui/hypr/catppuccin-wall0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 MiB |
BIN
modules/gui/hypr/catppuccin-wall1.png
Normal file
BIN
modules/gui/hypr/catppuccin-wall1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 MiB |
|
@ -478,8 +478,8 @@ in {
|
|||
"[workspace special:pipewire silent;tile] ${pkgs.pavucontrol}/bin/pavucontrol"
|
||||
|
||||
# wait a bit then set the wallpapers
|
||||
"sleep 0.5 && ${swww}/bin/swww img -o eDP-1 ~/catppuccin-wall0.png"
|
||||
"sleep 0.5 && ${swww}/bin/swww img -o HDMI-A-1 ~/catppuccin-wall1.png"
|
||||
"sleep 0.5 && ${swww}/bin/swww img -o eDP-1 ${./catppuccin-wall0.png}"
|
||||
"sleep 0.5 && ${swww}/bin/swww img -o HDMI-A-1 ${./catppuccin-wall1.png}"
|
||||
|
||||
"${pkgs.networkmanagerapplet}/bin/nm-applet --indicator"
|
||||
"${pkgs.blueman}/bin/blueman-applet"
|
||||
|
|
Loading…
Reference in a new issue