added (simplified) i3status config

This commit is contained in:
Luxferre
2026-06-02 20:13:34 +03:00
parent ed200e52f8
commit 5da52a3d58
2 changed files with 31 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# i3status configuration file.
# see "man i3status" for documentation.
general {
colors = true
interval = 1
}
order += "disk /"
order += "load"
order += "memory"
order += "tztime local"
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"
}
+1
View File
@@ -45,6 +45,7 @@ cp $TERMUX_HOME/roid/i3config .config/i3/config
cp $TERMUX_HOME/roid/i3autostart .config/i3/autostart
cp $TERMUX_HOME/roid/wallpaper.png .config/i3/wallpaper.png
chmod +x .config/i3/autostart
cp i3status.conf /etc/
echo 'Preparing Rofi configuration...'
mkdir -p .config/rofi