new toml alacritty

This commit is contained in:
nnduc
2025-05-18 13:00:56 +07:00
parent e9704cc921
commit e2e2441dba
4 changed files with 39 additions and 11 deletions

30
i3/i3status.conf Normal file
View File

@ -0,0 +1,30 @@
general {
interval = 1
colors = true
color_good = '#88b090'
color_degraded = '#ccdc90'
color_bad = '#e89393'
}
#order += "battery 0"
order += "tztime local"
#battery 0 {
# format = "%status %percentage %remaining"
# format_down = ""
# last_full_capacity = true
# integer_battery_capacity = true
# low_threshold = 11
# threshold_type = percentage
# hide_seconds = true
# status_chr = " "
# status_bat = " "
# status_unk = " "
# status_full = " "
#}
tztime local {
format = "%A, %e %B | %H:%M:%S"
}