mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
[i3status] remove old config
This commit is contained in:
parent
9618bbc847
commit
47909d60c1
2 changed files with 0 additions and 102 deletions
100
i3/i3status
100
i3/i3status
|
@ -1,100 +0,0 @@
|
|||
general {
|
||||
output_format = "i3bar"
|
||||
colors = true
|
||||
interval = 1
|
||||
color_good = "#D3DAE3"
|
||||
color_degraded = "#FFFF60"
|
||||
color_bad = "#BA3030"
|
||||
}
|
||||
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "cpu_usage"
|
||||
order += "cpu_temperature 1"
|
||||
order += "load"
|
||||
order += "memory"
|
||||
#order += "volume input"
|
||||
order += "volume master"
|
||||
order += "battery all"
|
||||
order += "tztime local"
|
||||
|
||||
|
||||
tztime local {
|
||||
format = " %a %d.%m.%Y %H:%M:%S"
|
||||
}
|
||||
|
||||
disk "/" {
|
||||
format = " %avail"
|
||||
low_threshold = 10
|
||||
threshold_type = percentage_free
|
||||
}
|
||||
|
||||
disk "/home" {
|
||||
format = " %avail"
|
||||
low_threshold = 10
|
||||
threshold_type = percentage_free
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = " %volume"
|
||||
format_muted = ""
|
||||
}
|
||||
|
||||
volume input {
|
||||
format = "%volume"
|
||||
format_muted = ""
|
||||
mixer = "Capture"
|
||||
}
|
||||
|
||||
ipv6 {
|
||||
format_up = "v6"
|
||||
format_down = "v6"
|
||||
}
|
||||
|
||||
wireless _first_ {
|
||||
format_up = " %essid"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = " %ip (%speed)"
|
||||
format_down = ""
|
||||
}
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining %emptytime"
|
||||
format_down = "No battery"
|
||||
status_chr = ""
|
||||
status_bat = ""
|
||||
status_full = ""
|
||||
status_unk = ""
|
||||
integer_battery_capacity = true
|
||||
last_full_capacity = true
|
||||
low_threshold = 10
|
||||
threshold_type = percentage
|
||||
hide_seconds = true
|
||||
}
|
||||
|
||||
memory {
|
||||
format = " %used"
|
||||
threshold_degraded = 25%
|
||||
threshold_critical = 10%
|
||||
}
|
||||
|
||||
load {
|
||||
format = " %1min"
|
||||
}
|
||||
|
||||
cpu_usage {
|
||||
format = " %usage"
|
||||
degraded_threshold = 66
|
||||
max_threshold = 90
|
||||
}
|
||||
|
||||
cpu_temperature 1 {
|
||||
format = " %degrees°C"
|
||||
path = "/sys/devices/virtual/thermal/thermal_zone0/temp"
|
||||
}
|
|
@ -10,7 +10,6 @@
|
|||
- ~/.config/alacritty
|
||||
- ~/.config/environment.d
|
||||
- ~/.config/htop
|
||||
- ~/.config/i3status
|
||||
- ~/.config/i3status-rust
|
||||
- ~/.config/mako
|
||||
- ~/.config/gammastep/hooks
|
||||
|
@ -52,7 +51,6 @@
|
|||
|
||||
# graphic
|
||||
- link:
|
||||
~/.config/i3status/config: i3/i3status
|
||||
~/.config/i3status-rust/config.toml: sway/i3status-rust.toml
|
||||
~/.local/bin/lock: sway/lock.sh
|
||||
~/.config/mako/config: mako/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue