feat(i3): Add i3 config
feat(alacritty): Migrate to toml
This commit is contained in:
parent
a3331c0e51
commit
aa55391311
7 changed files with 70 additions and 45 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue