From dbbd143e4db052e1059c00868a010e5b75cb22ed Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 11 Nov 2025 15:05:11 -0500 Subject: labwc --- config/labwc/rc.xml | 2 +- config/waybar/config | 3 ++- flake.lock | 24 ++++++++++++------------ machines/x/home.nix | 4 ++-- modules/login.nix | 4 ++-- 5 files changed, 19 insertions(+), 18 deletions(-) diff --git a/config/labwc/rc.xml b/config/labwc/rc.xml index 8f11b12..cef58f0 100644 --- a/config/labwc/rc.xml +++ b/config/labwc/rc.xml @@ -167,7 +167,7 @@ - + diff --git a/config/waybar/config b/config/waybar/config index 2ba3212..f014436 100644 --- a/config/waybar/config +++ b/config/waybar/config @@ -6,7 +6,8 @@ "margin-right": 0, "margin-bottom": 0, "margin-left": 0, - "modules-left": ["dwl/tags", "dwl/window"], + "modules-left": ["wlr/taskbar"], + // "modules-left": ["dwl/tags", "dwl/window"], "modules-center": [], "modules-right": ["network", "backlight", "pulseaudio", "battery", "clock"], diff --git a/flake.lock b/flake.lock index c9f2205..1f99aad 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ ] }, "locked": { - "lastModified": 1762266885, - "narHash": "sha256-THnfl16UGSjMXdDQZwIuFuDJj+tYjUHAl9w/DNpkuAw=", + "lastModified": 1762787259, + "narHash": "sha256-t2U/GLLXHa2+kJkwnFNRVc2fEJ/lUfyZXBE5iKzJdcs=", "owner": "nix-community", "repo": "home-manager", - "rev": "c39c07bf31dc080851377c04352fa06f197f0c1c", + "rev": "37a3d97f2873e0f68711117c34d04b7c7ead8f4e", "type": "github" }, "original": { @@ -75,11 +75,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1762284159, - "narHash": "sha256-kVyEDgXJPxcbfzzpTZwKYu7+fBFHTZiBKs/kqwAXMo0=", + "lastModified": 1762867449, + "narHash": "sha256-55Qy5M5c/Ah2USdNY0pe0t7CQAK5BGRMUrIceYdKIXU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "590a11b096aed29944ecb4ee32b746155117f85c", + "rev": "7adede43f6bcc0fc2960b2aeb76ce2cea5655279", "type": "github" }, "original": { @@ -91,11 +91,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1762111121, - "narHash": "sha256-4vhDuZ7OZaZmKKrnDpxLZZpGIJvAeMtK6FKLJYUtAdw=", + "lastModified": 1762596750, + "narHash": "sha256-rXXuz51Bq7DHBlfIjN7jO8Bu3du5TV+3DSADBX7/9YQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b3d51a0365f6695e7dd5cdf3e180604530ed33b4", + "rev": "b6a8526db03f735b89dd5ff348f53f752e7ddc8e", "type": "github" }, "original": { @@ -115,11 +115,11 @@ ] }, "locked": { - "lastModified": 1762274591, - "narHash": "sha256-Vbhluvk15qwiyNDyPd9tjJh9gxIfUjbKVT79c05Pd3I=", + "lastModified": 1762784320, + "narHash": "sha256-odsk96Erywk5hs0dhArF38zb7Oe0q6LZ70gXbxAPKno=", "owner": "nix-community", "repo": "plasma-manager", - "rev": "6296d7100cc84b2ff732b7c103a50c2856974cf6", + "rev": "7911a0f8a44c7e8b29d031be3149ee8943144321", "type": "github" }, "original": { diff --git a/machines/x/home.nix b/machines/x/home.nix index e8e177f..d72e27a 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -57,9 +57,9 @@ # "qtile" # "plasma" - # "labwc" + "labwc" # "sway" - "dwl.nix" + # "dwl.nix" "themes.nix" "waybar" "way-displays" diff --git a/modules/login.nix b/modules/login.nix index 4029d1c..e557845 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -11,9 +11,9 @@ settings = { default_session = { # command = "tuigreet --time --remember --cmd sway"; - # command = "tuigreet --time --remember --cmd labwc"; + command = "tuigreet --time --remember --cmd labwc"; # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; - command = "tuigreet --time --remember --cmd dwl"; + # command = "tuigreet --time --remember --cmd dwl"; user = "greeter"; }; }; -- cgit v1.2.3