add hyprpanel theming

This commit is contained in:
2025-08-25 23:10:03 -05:00
parent 9cc1e41d03
commit fde35faf49

View File

@@ -25,6 +25,7 @@
(pkgs.writeShellScriptBin "setWallpaper" '' (pkgs.writeShellScriptBin "setWallpaper" ''
img=''$(realpath ''${1:-~/.cache/bg}) img=''$(realpath ''${1:-~/.cache/bg})
${pkgs.hyprpanel}/bin/hyprpanel sw ''$img
${pkgs.swww}/bin/swww img ''$img ${pkgs.swww}/bin/swww img ''$img
changeColors ''$img ''$2 changeColors ''$img ''$2
'') '')