ags steal

This commit is contained in:
2023-10-29 15:05:17 +01:00
parent e7416f5bdf
commit 912479c43d
101 changed files with 10639 additions and 1 deletions

View File

@@ -6,11 +6,15 @@
position = "top";
height = 48;
output = "HDMI-A-1";
modules-left = [ "wlr/workspaces" ];
modules-center = [ "wlr/taskbar" ];
modules-right = [ "custom/weather" "clock" ];
"wlr/taskbar" = {
all-outputs = true;
format = "{icon}";
icon-size = 32;
on-click = "activate";
};
"custom/weather" = {
@@ -20,6 +24,15 @@
exec = "wttrbar --location Berlin";
return-type = "json";
};
"wlr/workspaces" = {
all-outputs = true;
format = "<sub>{icon}</sub>\n{windows}";
format-window-separator = "\n";
window-rewrite = {
"(.*) Mozilla Firefox" = "";
};
};
};
};
style = ''