summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-05-19 08:35:54 -0400
committervin <vin@vineetk.net>2025-05-19 08:36:46 -0400
commit988aca5d5c981d7352b86b8d67727d1227c949fa (patch)
treef0bfe8549bcc8d0cad6f6e6ad74de4b129b8cad3
parent47f4f1d2fc183cc4552b951b013e4f5a5696c50d (diff)
change swaybg from center to fill
actually scales and centers the wallpaper on 1920x1080/1200 instead of just zooming on the center of the original 3440x1440 wallpaper
-rw-r--r--home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index d11ffbf..c74ba4b 100644
--- a/home.nix
+++ b/home.nix
@@ -1340,7 +1340,7 @@ in
1340 1340
1341 config = { 1341 config = {
1342 input."type:pointer".accel_profile = "flat"; 1342 input."type:pointer".accel_profile = "flat";
1343 output."*".background = "~/pics/wp/elite_milky_way_below2.png center"; 1343 output."*".background = "~/pics/wp/elite_milky_way_below2.png fill";
1344 1344
1345 bars = [ 1345 bars = [
1346 { 1346 {