1
0
mirror of https://codeberg.org/diginaut/dotfiles.git synced 2026-05-06 21:34:09 +02:00

Removed the alpha again, it looked like some status

This commit is contained in:
2026-04-22 11:06:56 +02:00
parent caefb97885
commit ab4c2fc30c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ vim.opt.wrap = true -- Enable line wrap
vim.opt.spelllang = { "en", "nl" }
-- Replace 'dayh' with a formatted day header
vim.cmd("iab <expr> dayh strftime('== %Y%m%d %A ======')")
vim.cmd("iab <expr> dayh strftime('## %Y%m%d %A')")
-- Replace 'timeh' with a formatted date/time header
vim.cmd("iab <expr> timeh strftime('## %Y%m%d %a %H:%M:%S')")
+2 -1
View File
@@ -2,7 +2,6 @@ format = """
[](#9A348E)\
$jobs\
$os\
[󰀫 ](bg:#9A348E)\
$username\
[](bg:#DA627D fg:#9A348E)\
$directory\
@@ -31,6 +30,8 @@ $time\
$cmd_duration\
"""
# For fun, add this to the line after $os: [󰀫 ](bg:#9A348E)\
# Timeout for commands executed by starship (ms)
command_timeout = 3000