waybar: show river/tags buttons

This commit is contained in:
Khaïs COLIN 2024-07-29 11:16:34 +02:00
parent 96f34b25f0
commit c2cb41a73f

View file

@ -24,6 +24,12 @@
"battery"
"tray"
];
"river/tags" = {
num-tags = 10;
tag-labels = [ "1" "2" "3" "4" "5" "6" "7" "8" "9" "0" ];
set-tags = [ 1 2 4 8 16 32 64 128 256 512 ];
toogle-tags = [ 1 2 4 8 16 32 64 128 256 512 ];
};
};
};
};