ricardogj08/dotfiles

feat: Modifica identación de i3status

Commit 75d41e2 · Ricardo García Jiménez · 2026-07-19T15:57:23-06:00

Changeset
75d41e2a0bf2642c9a0fac64973bc6615d82080c
Parents
574333d46f0784f5abb40c72321c1f798e79a8f6

View source at this commit

feat: Modifica identación de i3status

Signed-off-by: Ricardo García Jiménez <[email protected]>

Comments

No comments yet.

Log in to comment

Diff

diff --git a/bash/bashrc b/bash/bashrc
index ebd5372..a287fcd 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -42,6 +42,6 @@ export PS1='$(drive_letter):`msdos_pwd`> '
 
 echo
 echo
-echo "Linux(R) Slackware"
+echo "Linux(R) Slackware 15.0"
 echo "   (C)Copyright Linux Community 1993-$(date +%Y)."
 echo
diff --git a/i3status/config b/i3status/config
index aee6888..7a1a7df 100644
--- a/i3status/config
+++ b/i3status/config
@@ -7,12 +7,12 @@
 # If the above line is not correctly displayed, fix your editor first!
 
 general {
-        colors = true
-        interval = 5
+    colors = true
+    interval = 5
 
-        color_good = "#000000"
-        color_degraded = "#808080"
-        color_bad = "#900000"
+    color_good = "#000000"
+    color_degraded = "#808080"
+    color_bad = "#900000"
 }
 
 order += "ipv6"
@@ -25,33 +25,33 @@ order += "memory"
 order += "tztime local"
 
 wireless _first_ {
-        format_up = "W: (%quality at %essid) %ip"
-        format_down = "W: down"
+    format_up = "W: (%quality at %essid) %ip"
+    format_down = "W: down"
 }
 
 ethernet _first_ {
-        format_up = "E: %ip (%speed)"
-        format_down = "E: down"
+    format_up = "E: %ip (%speed)"
+    format_down = "E: down"
 }
 
 battery all {
-        format = "%status %percentage %remaining"
+    format = "%status %percentage %remaining"
 }
 
 disk "/" {
-        format = "%avail"
+    format = "%avail"
 }
 
 load {
-        format = "%1min"
+    format = "%1min"
 }
 
 memory {
-        format = "%used | %available"
-        threshold_degraded = "1G"
-        format_degraded = "MEMORY < %available"
+    format = "%used | %available"
+    threshold_degraded = "1G"
+    format_degraded = "MEMORY < %available"
 }
 
 tztime local {
-        format = "%Y-%m-%d %H:%M:%S"
+    format = "%Y-%m-%d %H:%M:%S"
 }