home/kitty: fix notification descriptions

This commit is contained in:
Aly Raffauf 2024-07-25 10:22:29 -04:00
parent 951f45169b
commit 1b0e237c10

View file

@ -16,7 +16,7 @@
settings = { settings = {
background_opacity = "0.8"; background_opacity = "0.8";
confirm_os_window_close = "0"; confirm_os_window_close = "0";
notify_on_cmd_finish = "unfocused 10.0 command ${lib.getExe pkgs.libnotify} \"Job Finished with Status: %s\" %c"; notify_on_cmd_finish = "unfocused 10.0 command ${lib.getExe pkgs.libnotify} \"Job Finished\"";
tab_bar_style = "powerline"; tab_bar_style = "powerline";
}; };