all the updates

This commit is contained in:
Chris Cochrun 2023-05-18 17:03:15 -05:00
parent d0a9186a62
commit 6aa8643a16
6 changed files with 152 additions and 411 deletions

View file

@ -317,53 +317,53 @@
};
};
services.espanso = {
enable = true;
settings = {
toggle_key = "RIGHT_CTRL";
matches = [
{ # dates
trigger = ":date";
replace = "{{mydate}}";
vars = [{
#services.espanso = {
# enable = true;
# settings = {
# toggle_key = "RIGHT_CTRL";
# matches = [
# { # dates
# trigger = ":date";
# replace = "{{mydate}}";
# vars = [{
name = "mydate";
type = "date";
params = {format = "%m/%d/%Y";};
}];
}
{ # Shell commands
trigger = ":shell";
replace = "{{output}}";
vars = [{
name = "output";
type = "shell";
params = { cmd = "echo Hello from your shell";};
}];
}
{ # simple text
trigger = ":gml";
replace = "ccochrun21@gmail.com";
}
{
trigger = ":otl";
replace = "chris.cochrun@outlook.com";
}
{
trigger = ":tfcml";
replace = "chris@tfcconnection.org";
}
{
trigger = ":name";
replace = "Chris Cochrun";
}
{
trigger = ":cn";
replace = "A Giant Gummy Lizard";
}
];
};
};
# name = "mydate";
# type = "date";
# params = {format = "%m/%d/%Y";};
# }];
# }
# { # Shell commands
# trigger = ":shell";
# replace = "{{output}}";
# vars = [{
# name = "output";
# type = "shell";
# params = { cmd = "echo Hello from your shell";};
# }];
# }
# { # simple text
# trigger = ":gml";
# replace = "ccochrun21@gmail.com";
# }
# {
# trigger = ":otl";
# replace = "chris.cochrun@outlook.com";
# }
# {
# trigger = ":tfcml";
# replace = "chris@tfcconnection.org";
# }
# {
# trigger = ":name";
# replace = "Chris Cochrun";
# }
# {
# trigger = ":cn";
# replace = "A Giant Gummy Lizard";
# }
# ];
# };
#};
home.file.".config/rofi" = {
source = ../rofi;