GitS setup, will eventually turn the transparency off

This commit is contained in:
2025-09-27 16:12:21 -04:00
parent 90f182b49f
commit abb8bebbd1
5 changed files with 8 additions and 5 deletions

BIN
GitS_alley_to_water.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
GitS_other_alley_zoom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

View File

@@ -92,7 +92,9 @@
#image = ./stones-water.jpg;
#image = ./moss.jpeg;
#image = ./ruinedmansion.jpg;
image = ./130_1zhJtUA.jpeg; #the city street
#image = ./130_1zhJtUA.jpeg; #the city street
#image = ./GitS_alley_to_water_zoom.png;
image = ./GitS_other_alley_zoom.png;
#image = pkgs.fetchurl {
# url = "https://raw.githubusercontent.com/kiedtl/walls/refs/heads/master/green-tea.jpg";
# sha256 = "sha256-+NcZMBnbEWurmkOkzdrxGwBlxzUO3Sitt6Uoq9plc7o=";

View File

@@ -102,7 +102,7 @@
};
spawn-at-startup = [
{ command = [ "swww-daemon" ]; }
#{ command = [ "swww" "img" "${config.stylix.image}" ]; }
{ command = [ "swww" "img" "${config.stylix.image}" ]; }
{ command = [ "waybar" ]; }
{ command = [ "xwayland-satellite" ]; }
];
@@ -116,12 +116,12 @@
bottom-right = r;
};
clip-to-geometry = true;
#opacity = 0.95;
opacity = 0.95;
}
{
matches = [{is-focused = false;}];
#opacity = 0.85;
opacity = 0.95;
opacity = 0.85;
#opacity = 0.95;
}
];
layout = {
@@ -266,6 +266,7 @@
"Alt+Shift+Minus".action = set-window-height "-10%";
"Alt+Shift+Equal".action = set-window-height "+10%";
"Alt+S".action.screenshot.show-pointer = false;
#"Print".action = screenshot;
#"Ctrl+Print".aciton = screenshot-screen;
#"Alt+Print".action = screenshot-window;