Merge branch 'x13' and switch to sway

Conflicts:
- .config/i3/config
- .config/i3status-rust/config.toml
- .gitignore.d/i3
- .local/bin/fuzzy-i3lock
This commit is contained in:
finga 2025-01-26 04:36:14 +01:00
commit f974499e80
13 changed files with 295 additions and 315 deletions

View file

@ -1,5 +1,5 @@
[icons]
icons = "awesome4"
icons = "awesome6"
[theme]
theme = "solarized-dark"
@ -13,8 +13,8 @@ separator_bg = "#222222"
[[block]]
block = "weather"
format = " $icon $weather $temp, $humidity, $wind m/s $direction "
service = { name = "openweathermap", api_key = "8271cc3c23dbae82eda2123c55c050be", city_id = "2766824", units = "metric" }
format = " $icon $weather $temp, $humidity, $wind m/s $direction "
[[block]]
block = "sound"
@ -22,23 +22,14 @@ driver = "pulseaudio"
[[block]]
block = "net"
device = "br0"
device = "enp9s0"
format = " $icon $ip $graph_down $speed_down^icon_net_down $graph_up $speed_up^icon_net_up "
[[block]]
block = "net"
device = "enp0s31f6"
format = " $icon $ip $graph_down $speed_down $graph_up $speed_up "
[[block]]
block = "net"
device = "tn0"
format = " $icon $ip $graph_down $speed_down^icon_net_down $graph_up $speed_up^icon_net_up "
[[block]]
block = "net"
format = " $icon {$signal_strength $ssid $frequency via $device| x} "
[[block]]
block = "disk_space"
path = "/"
@ -50,7 +41,7 @@ format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/boot"
warning = 75.0
warning = 70.0
alert = 85.0
info_type = "used"
format = " $icon $path $percentage "
@ -58,15 +49,15 @@ format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/home"
warning = 80.0
alert = 87.0
warning = 75.0
alert = 90.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/tmp"
warning = 75.0
warning = 70.0
alert = 80.0
info_type = "used"
format = " $icon $path $percentage "
@ -74,35 +65,11 @@ format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/var"
warning = 80.0
alert = 90.0
warning = 70.0
alert = 80.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/var/lib/machines"
warning = 80.0
alert = 90.0
info_type = "used"
format = " $icon nspawn $percentage "
[[block]]
block = "disk_space"
path = "/var/lib/libvirt/images"
warning = 80.0
alert = 90.0
info_type = "used"
format = " $icon libvirt $percentage "
[[block]]
block = "disk_space"
path = "/share/backup"
warning = 85.0
alert = 90.0
info_type = "used"
format = " $icon backup $percentage "
[[block]]
block = "memory"
format = " $icon $mem_used_percents.eng(w:3) "
@ -124,10 +91,6 @@ format = " $icon $min min, $max max, $average avg "
block = "load"
format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
[[block]]
block = "battery"
format = "$percentage $time"
[[block]]
block = "time"
interval = 1