mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
home/kitty: fix notification descriptions
This commit is contained in:
parent
951f45169b
commit
1b0e237c10
|
@ -16,7 +16,7 @@
|
|||
settings = {
|
||||
background_opacity = "0.8";
|
||||
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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue