feat: remove testing waybar widget

This commit is contained in:
Youwen Wu 2024-07-11 10:46:12 -07:00
parent 23af9dd40e
commit d64bc068aa
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -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"
'';
};
};
};
};