fix initial colors
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
|
||||||
#scripts
|
#scripts
|
||||||
|
|
||||||
(pkgs.writeShellScriptBin "randWallpaper" ''
|
(pkgs.writeShellScriptBin "randWallpaper" ''
|
||||||
file=''$(ls ${config.home.homeDirectory}/Pictures/Wallpaper/ | shuf -n 1)
|
file=''$(ls ${config.home.homeDirectory}/Pictures/Wallpaper/ | shuf -n 1)
|
||||||
aurora-set-wallpaper ${config.home.homeDirectory}/Pictures/Wallpaper/''$file
|
aurora-set-wallpaper ${config.home.homeDirectory}/Pictures/Wallpaper/''$file
|
||||||
@@ -25,6 +23,8 @@
|
|||||||
|
|
||||||
(pkgs.writeShellScriptBin "onSystemStart" ''
|
(pkgs.writeShellScriptBin "onSystemStart" ''
|
||||||
|
|
||||||
|
rm ~/.config/wal/colorschemes/dark/wallpaper*
|
||||||
|
rm ~/.config/wal/colorschemes/light/wallpaper*
|
||||||
|
|
||||||
if [[ -f /tmp/aurora/tmp.jpg ]]; then
|
if [[ -f /tmp/aurora/tmp.jpg ]]; then
|
||||||
hyprctl --batch "\
|
hyprctl --batch "\
|
||||||
|
|||||||
Reference in New Issue
Block a user