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 # dotfiles
- best NixOS starter dotfiles in the **flake** setup - 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 ## Showcase

View File

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

View File

@ -64,7 +64,7 @@
expand: false; expand: false;
orientation: horizontal; orientation: horizontal;
background-color: transparent; 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" ]; children: [ "wallframe" , "inputbar" ];
} }
wallframe { wallframe {
@ -73,7 +73,7 @@
padding: 0em; padding: 0em;
expand: false; expand: false;
background-color: @main-bg; 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"; orientation = mkLiteral "vertical";
children = ["inputbar" "listbox"]; children = ["inputbar" "listbox"];
background-color = mkLiteral "transparent"; 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 # Input bar settings
@ -69,7 +69,7 @@
padding = mkLiteral "5em"; padding = mkLiteral "5em";
children = ["entry"]; children = ["entry"];
background-color = mkLiteral "transparent"; 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 # Entry field settings