feat(tazjin/dotfiles): configure wlr/taskbar for waybar
I think that's the last module I was missing for this to be "feature-complete". I think ideally the things displayed by the taskbar would have the same order as the current Niri layout, but I can tackle this later. This might require a patch in Niri. Change-Id: I67cc2366b6c510830021954372e29ce0be7d8363 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12543 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
89bd07ee72
commit
70a0fc0297
2 changed files with 39 additions and 1 deletions
|
@ -7,7 +7,7 @@ in
|
|||
mainBar = {
|
||||
layer = "top";
|
||||
position = "bottom";
|
||||
modules-left = [ "custom/start" ];
|
||||
modules-left = [ "custom/start" "wlr/taskbar" ];
|
||||
|
||||
"custom/start" = {
|
||||
format = " Start";
|
||||
|
@ -51,5 +51,14 @@ in
|
|||
icon-size = 20;
|
||||
spacing = 10;
|
||||
};
|
||||
|
||||
"wlr/taskbar" = {
|
||||
format = "{icon} {title}";
|
||||
on-click = "activate";
|
||||
rewrite = {
|
||||
# Truncate any format over 16 characters.
|
||||
"^(.{16}).+$" = "$1…";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue