fixed chscheme and chpaper to work with new colorscheme and wallpaper variable locations
This commit is contained in:
@@ -134,7 +134,7 @@ in {
|
||||
};
|
||||
|
||||
decoration = {
|
||||
rounding = 7;
|
||||
rounding = 20;
|
||||
# active_opacity = 0.90;
|
||||
# inactive_opacity = 0.90;
|
||||
# fullscreen_opacity = 1.0;
|
||||
|
||||
@@ -45,6 +45,7 @@ in
|
||||
ripgrep
|
||||
toilet-extrafonts
|
||||
python3
|
||||
chafa
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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."
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user