1

Compare commits

..

2 Commits

Author SHA1 Message Date
64274a9357 Modules/Hyprpanel: Add signal icon 2025-06-19 21:12:38 +02:00
6058ad9264 Modules/Neovim: Add icon picker mapping 2025-06-19 21:12:26 +02:00
2 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,10 @@ in {
};
};
"bar.workspaces.applicationIconMap" = {
"class:^(signal)$" = "󱋊";
};
# https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/index.ts
"theme.bar.background" = "#${color.hex.light.base}";
"theme.bar.border.color" = "#${color.hex.dark.lavender}";

View File

@ -322,6 +322,12 @@ _: let
action = "<cmd>lua Snacks.picker.resume()<cr>";
options.desc = "Last Picker";
}
{
mode = "n";
key = "<leader>i";
action = "<cmd>lua Snacks.picker.icons()<cr>";
options.desc = "Icons Picker";
}
{
mode = "n";
key = "<leader>;";