diff --git a/README.org b/README.org index b8bbb9a..5ccb1e6 100644 --- a/README.org +++ b/README.org @@ -3820,6 +3820,9 @@ $cmd_duration\ # Enable/disable the blank line at the start of the prompt add_newline = false +# Set timeout for commands +command_timeout = 1000 + [character] format = "$symbol" success_symbol = "[ 󱞪 ❯❯❯](bold green) " @@ -3847,8 +3850,8 @@ read_only = "" ".config" = "  " "config" = "  " "Config" = "  " -"Calibre_Library" = "  " -"Calibre Library" = "  " +"Books" = " 󱉟 " +"Data" = "  " "Desktop" = "  " "Documents" = " 󰈙 " "Finances" = "  " @@ -3861,7 +3864,6 @@ read_only = "" "Music" = "  " "Spotify" = "  " "Pictures" = "  " -"Projects" = "  " "Personal" = "  " "System" = "  " "Videos" = "  " diff --git a/dwm/.config/dwm-flexipatch b/dwm/.config/dwm-flexipatch index 1ea3ac4..a10bfa9 160000 --- a/dwm/.config/dwm-flexipatch +++ b/dwm/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 1ea3ac44eeac2b10bf12351c9e4a7517ec4d032c +Subproject commit a10bfa96dbeff95ef20f2e52fe2abf28994739d0 diff --git a/emacs/.config/doom-emacs b/emacs/.config/doom-emacs index 7bb5df4..b9f1d5d 160000 --- a/emacs/.config/doom-emacs +++ b/emacs/.config/doom-emacs @@ -1 +1 @@ -Subproject commit 7bb5df4cd4ae3a0916616dd7e50566b3caa9c931 +Subproject commit b9f1d5d2616751defd838266f6c8506faf642097 diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 4748e5d..2d8dc38 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -26,6 +26,9 @@ $cmd_duration\ # Enable/disable the blank line at the start of the prompt add_newline = false +# Set timeout for commands +command_timeout = 1000 + [character] format = "$symbol" success_symbol = "[ 󱞪 ❯❯❯](bold green) " @@ -53,8 +56,8 @@ read_only = "" ".config" = "  " "config" = "  " "Config" = "  " -"Calibre_Library" = "  " -"Calibre Library" = "  " +"Books" = " 󱉟 " +"Data" = "  " "Desktop" = "  " "Documents" = " 󰈙 " "Finances" = "  " @@ -67,7 +70,6 @@ read_only = "" "Music" = "  " "Spotify" = "  " "Pictures" = "  " -"Projects" = "  " "Personal" = "  " "System" = "  " "Videos" = "  "