added thanks to frostphoenix, changed wallpaper and reduced terminal transparency
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -73,6 +73,7 @@ in
|
||||
higher_cutoff_freq = 10000;
|
||||
method = "pulse";
|
||||
source = "auto";
|
||||
hide_on_silence = true;
|
||||
stereo = true;
|
||||
reverse = true;
|
||||
bar_delimiter = 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user