Compare commits
2 Commits
bdb14328c1
...
64274a9357
| Author | SHA1 | Date | |
|---|---|---|---|
| 64274a9357 | |||
| 6058ad9264 |
@ -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}";
|
||||
|
||||
@ -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>;";
|
||||
|
||||
Reference in New Issue
Block a user