feat(i3): Add i3 config

feat(alacritty): Migrate to toml
This commit is contained in:
Quentin Godefroid 2024-01-02 17:56:07 +01:00
parent a3331c0e51
commit aa55391311
Signed by: hactario
GPG key ID: 688E98939E5CBE8D
7 changed files with 70 additions and 45 deletions

View file

@ -1,9 +1,9 @@
general {
// output_format = "i3bar"
colors = true
color_good = "#50FA7B"
color_degraded = "#F1FA8C"
color_bad = "#FF5555"
color_good = "#a3be8c"
color_degraded = "#ebcb8b"
color_bad = "#bf616a"
interval = 5
separator = "󰭆"
}
@ -133,4 +133,24 @@ volume master {
read_file spotify {
format = "🔊%content"
path = "~/.config/i3status/spotify.log"
format = "%status %percentage %remaining"
}
disk "/" {
format = "%avail"
}
load {
format = "%1min"
}
memory {
format = "%used | %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S"
}