fixed chscheme and chpaper to work with new colorscheme and wallpaper variable locations

This commit is contained in:
pagedmov
2024-11-06 00:35:37 -05:00
parent 6ccc57f95e
commit 115384a926
10 changed files with 32 additions and 20 deletions

View File

@@ -134,7 +134,7 @@ in {
};
decoration = {
rounding = 7;
rounding = 20;
# active_opacity = 0.90;
# inactive_opacity = 0.90;
# fullscreen_opacity = 1.0;

View File

@@ -45,6 +45,7 @@ in
ripgrep
toilet-extrafonts
python3
chafa
];
};
}

View File

@@ -356,7 +356,7 @@ in {
window#waybar {
border-radius: 20px;
border: 3px solid #${colors.color7};
background: rgba(46,52,64,0.15);
background: rgba(46,52,64,0.66);
margin: 20px;
}
window#waybar.empty #window {

View File

@@ -27,6 +27,7 @@
svcu = "systemctl --user";
svc = "sudo systemctl";
viflake = "nvim flake.nix";
iv = "invoke";
#git
"ga" = "playshellsound ${self}/assets/sound/gitadd.wav; git add";
@@ -204,7 +205,6 @@
}
unalias ls
clear
splash
playshellsound ${self}/assets/sound/sh-source.wav
[ ! -f $FLAKEPATH/flake.nix ] && echo "WARNING: flake.nix not found at \$FLAKEPATH. Shell aliases for editing config files won't work correctly!" && echo "Edit the FLAKEPATH session variable in zshell.nix to point to the path where you saved the system configuration flake."
'';