Update fisher & tide, add VS Code, i3, & sway configs

This commit is contained in:
askiiart 2023-11-20 01:07:05 -06:00
parent 9a43cae5fa
commit 80f43e8f7e
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
62 changed files with 453 additions and 616 deletions

View file

@ -7,22 +7,20 @@ function show_time
set -a fake_tide_right_prompt_items time
_tide_option 2 '24-hour format'
set -g fake_tide_time_format %T
_tide_display_prompt
_tide_display_prompt fake_tide_time_format %T
_tide_option 3 '12-hour format'
set -g fake_tide_time_format %r
_tide_display_prompt
_tide_display_prompt fake_tide_time_format '%r'
_tide_menu (status function)
_tide_menu
switch $_tide_selected_option
case No
case 1
set -g fake_tide_time_format ''
set -e fake_tide_right_prompt_items[-1]
case '24-hour format'
case 2
set -g fake_tide_time_format %T
case '12-hour format'
set -g fake_tide_time_format %r
case 3
set -g fake_tide_time_format '%r'
end
switch $_tide_configure_style
case lean