From 5da52a3d5874021edc3874ab3fde5988ee75b621 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 2 Jun 2026 20:13:34 +0300 Subject: [PATCH] added (simplified) i3status config --- i3status.conf | 30 ++++++++++++++++++++++++++++++ postinstall-gui | 1 + 2 files changed, 31 insertions(+) create mode 100644 i3status.conf diff --git a/i3status.conf b/i3status.conf new file mode 100644 index 0000000..9c35bf3 --- /dev/null +++ b/i3status.conf @@ -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" +} diff --git a/postinstall-gui b/postinstall-gui index 56b374c..64bb0c7 100644 --- a/postinstall-gui +++ b/postinstall-gui @@ -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