diff --git a/README.md b/README.md index 30a8ce5..8f17182 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # ❄️ pagedMov's NixOS dots ❄️ + +Special thanks to Frost-Phoenix, this config started out as a fork of his dots and still uses a few of his scripts: [Check out his +config here](https://github.com/Frost-Phoenix/nixos-config/tree/catppuccin) + Take whatever you like, just know that the hardware configurations in my hosts folder won't work on your machine : ) My dots are written 100% in Nix so if you bring your own hardware-configuration.nix, these should work on any machine out of the box. diff --git a/flake.nix b/flake.nix index 1a0e7b3..6297fb4 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ } @ inputs: let system = "x86_64-linux"; username = "pagedmov"; - wallpaper = "${self}/assets/wallpapers/dark-waves.jpg"; + wallpaper = "${self}/assets/wallpapers/nord-balloons.png"; base16scheme = "nord"; # can be easily changed with the chscheme script # Map colors from yaml to attribute set diff --git a/modules/home/environment/waybar/settings.nix b/modules/home/environment/waybar/settings.nix index d780d29..efa7cf9 100644 --- a/modules/home/environment/waybar/settings.nix +++ b/modules/home/environment/waybar/settings.nix @@ -73,6 +73,7 @@ in higher_cutoff_freq = 10000; method = "pulse"; source = "auto"; + hide_on_silence = true; stereo = true; reverse = true; bar_delimiter = 0; diff --git a/modules/sys/environment/stylix.nix b/modules/sys/environment/stylix.nix index b3e88ea..cd4ca36 100644 --- a/modules/sys/environment/stylix.nix +++ b/modules/sys/environment/stylix.nix @@ -12,7 +12,7 @@ image = wallpaper; polarity = "dark"; autoEnable = true; - opacity.terminal = 0.05; + opacity.terminal = 0.5; targets = { console.enable = true; feh.enable = true;