updates and fixes

This commit is contained in:
foglar 2025-01-04 10:45:00 +01:00
parent ab6b6e2889
commit 9cf7859594
4 changed files with 8 additions and 6 deletions

View File

@ -8,7 +8,9 @@
# dotfiles
- best NixOS starter dotfiles in the **flake** setup
- for latest changes look [here](https://git.foglar.tech/foglar/dotfiles.git)
- [Mirror Github](https://github.com/foglar/nixos-config)
- [Mirror Gitea](https://github.com/foglar/dotfiles)
## Showcase

View File

@ -12,7 +12,7 @@
config = lib.mkIf config.app_list.applications.enable {
home.packages =
(with pkgs; [
librewolf
librewolf-wayland
qutebrowser
ferdium

View File

@ -64,7 +64,7 @@
expand: false;
orientation: horizontal;
background-color: transparent;
background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", width);
background-image: url("~/Pictures/backgrounds/aurora_borealis.png", width);
children: [ "wallframe" , "inputbar" ];
}
wallframe {
@ -73,7 +73,7 @@
padding: 0em;
expand: false;
background-color: @main-bg;
background-image: url("~/.dotfiles/config/backgrounds/aurora_borealis.png", height);
background-image: url("~/Pictures/backgrounds/aurora_borealis.png", height);
}

View File

@ -59,7 +59,7 @@
orientation = mkLiteral "vertical";
children = ["inputbar" "listbox"];
background-color = mkLiteral "transparent";
background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/${userSettings.background}\", HEIGHT)";
background-image = mkLiteral "url(\"~/Pictures/backgrounds/${userSettings.background}\", HEIGHT)";
};
# Input bar settings
@ -69,7 +69,7 @@
padding = mkLiteral "5em";
children = ["entry"];
background-color = mkLiteral "transparent";
background-image = mkLiteral "url(\"~/.dotfiles/config/backgrounds/${userSettings.background}\", WIDTH)";
background-image = mkLiteral "url(\"~/Pictures/config/backgrounds/${userSettings.background}\", WIDTH)";
};
# Entry field settings