Wallpaper : New wp.
This commit is contained in:
parent
ebdbc2fce8
commit
38ea959f48
|
@ -110,8 +110,8 @@
|
||||||
|
|
||||||
# Wallpaper.
|
# Wallpaper.
|
||||||
wallpaper = { pkgs, ...}: let
|
wallpaper = { pkgs, ...}: let
|
||||||
url = "https://4kwallpapers.com/images/wallpapers/the-walking-dead-3840x2160-15616.jpg";
|
url = "https://r4.wallpaperflare.com/wallpaper/110/664/979/cyberpunk-video-games-pixel-art-the-last-night-wallpaper-f5c2ba815d61ae9dc51a1c73be62f6ed.jpg";
|
||||||
sha256 = "sha256-X+gH8bO936J2Pzh0Z3gMCnvlToX1FXQuTVvWwO6/jfI=";
|
sha256 = "sha256-jktdp1GaY638u4/6VHxc4QLHho7jviToBsO0IISAOks=";
|
||||||
in {
|
in {
|
||||||
path = pkgs.fetchurl {
|
path = pkgs.fetchurl {
|
||||||
url = url;
|
url = url;
|
||||||
|
|
|
@ -12,11 +12,10 @@
|
||||||
accent-g = config.lib.stylix.colors.base0A-rgb-g;
|
accent-g = config.lib.stylix.colors.base0A-rgb-g;
|
||||||
accent-b = config.lib.stylix.colors.base0A-rgb-b;
|
accent-b = config.lib.stylix.colors.base0A-rgb-b;
|
||||||
|
|
||||||
bg = config.lib.stylix.colors.base00;
|
bg = config.lib.stylix.colors.base01;
|
||||||
fg = config.lib.stylix.colors.base05;
|
fg = config.lib.stylix.colors.base04;
|
||||||
accent = config.lib.stylix.colors.base06;
|
accent = config.lib.stylix.colors.base06;
|
||||||
|
|
||||||
|
|
||||||
fontNamePopup = config.stylix.fonts.serif.name;
|
fontNamePopup = config.stylix.fonts.serif.name;
|
||||||
fontSizePopup = config.stylix.fonts.sizes.popups;
|
fontSizePopup = config.stylix.fonts.sizes.popups;
|
||||||
in {
|
in {
|
||||||
|
@ -32,6 +31,9 @@ in {
|
||||||
export neutral_rgb="${neutral-r};${neutral-g};${neutral-b}"
|
export neutral_rgb="${neutral-r};${neutral-g};${neutral-b}"
|
||||||
export positive_rgb="${positive-r};${positive-g};${positive-b}"
|
export positive_rgb="${positive-r};${positive-g};${positive-b}"
|
||||||
export accent_rgb="${accent-r};${accent-g};${accent-b}"
|
export accent_rgb="${accent-r};${accent-g};${accent-b}"
|
||||||
|
export bg="${bg}"
|
||||||
|
export fg="${fg}"
|
||||||
|
export accent="${accent}"
|
||||||
|
|
||||||
# Define font.
|
# Define font.
|
||||||
export font_name_popup="${fontNamePopup}"
|
export font_name_popup="${fontNamePopup}"
|
||||||
|
|
Loading…
Reference in a new issue