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