wallpapers and waybar fix
wildfire: 404 current 2025-06-29 22:20:26 25.05.20250620.b2485d5 6.15.3 *
This commit is contained in:
@ -5,12 +5,13 @@
|
||||
preload = [
|
||||
"$HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"$HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
"$HOME/git/nix-config/modules/hm/images/moss.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", $HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
"HDMI-A-1, $HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
"eDP-1, $HOME/git/nix-config/modules/hm/images/forest.png"
|
||||
"HDMI-A-1, $HOME/git/nix-config/modules/hm/images/moss.png"
|
||||
"eDP-1, $HOME/git/nix-config/modules/hm/images/moss.png"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -5,10 +5,11 @@
|
||||
preload = [
|
||||
"$HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"$HOME/git/nix-config/modules/hm/images/sunset-rocks.png"
|
||||
"$HOME/git/nix-config/modules/hm/images/mountains.png"
|
||||
];
|
||||
wallpaper = [
|
||||
", $HOME/git/nix-config/modules/hm/images/nix.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/hm/images/sunset-rocks.png"
|
||||
"DP-3, $HOME/git/nix-config/modules/hm/images/mountains.png"
|
||||
"HDMI-A-1, $HOME/git/nix-config/modules/hm/images/sunset-rocks.png"
|
||||
];
|
||||
};
|
||||
|
BIN
modules/hm/images/moss.png
(Stored with Git LFS)
Normal file
BIN
modules/hm/images/moss.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
modules/hm/images/mountains.png
(Stored with Git LFS)
Normal file
BIN
modules/hm/images/mountains.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
modules/hm/images/statue.png
(Stored with Git LFS)
BIN
modules/hm/images/statue.png
(Stored with Git LFS)
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
{
|
||||
output = ["DP-3" "eDP-1"];
|
||||
spacing = 8;
|
||||
"modules-left" = ["hyprland/workspaces" "cava" "mpris"];
|
||||
"modules-left" = ["hyprland/workspaces" "mpris" "cava"];
|
||||
"modules-center" = ["hyprland/window"];
|
||||
"modules-right" = ["idle_inhibitor" "wireplumber" "backlight" "load" "power-profiles-daemon" "battery" "clock" "tray"];
|
||||
|
||||
@ -231,6 +231,7 @@
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
|
Reference in New Issue
Block a user