From d64bc068aadeaee5f382c583db4272a99b7a35bb Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 11 Jul 2024 10:46:12 -0700 Subject: [PATCH] feat: remove testing waybar widget --- home.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/home.nix b/home.nix index 63acd79..e673c00 100755 --- a/home.nix +++ b/home.nix @@ -344,21 +344,12 @@ "HDMI-A-1" ]; modules-left = [ "hyprland/workspaces" "sway/submap" "wlr/taskbar" ]; - modules-center = [ "hyprland/window" "custom/hello-from-waybar" ]; - modules-right = [ "mpd" "custom/mymodule#with-css-id" "temperature" ]; + modules-right = [ "mpd" "temperature" ]; "hyprland/workspaces" = { disable-scroll = true; all-outputs = true; }; - "custom/hello-from-waybar" = { - format = "hello {}"; - max-length = 40; - interval = "once"; - exec = pkgs.writeShellScript "hello-from-waybar" '' - echo "from within waybar" - ''; - }; }; }; };