feat: add icon in buffer palette

This commit is contained in:
CJ van den Berg 2025-08-13 17:35:22 +02:00
parent 92b1354d4d
commit 3f61e46dfe
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -12,6 +12,7 @@ const Widget = @import("../../Widget.zig");
pub const label = "Switch buffers";
pub const name = " buffer";
pub const description = "buffer";
pub const icon = "󰈞 ";
pub const Entry = struct {
label: []const u8,