[rc] switch from i3gs to i3status
authorAmin Bandali <amin@gnu.org>
Fri, 17 Aug 2018 22:53:10 +0000 (18:53 -0400)
committerAmin Bandali <amin@gnu.org>
Fri, 17 Aug 2018 22:53:10 +0000 (18:53 -0400)
rc.org

diff --git a/rc.org b/rc.org
index 1b07980..f3c86e6 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -856,7 +856,7 @@ gtk-font-name = Ubuntu 10
 :header-args+: :tangle ~/.config/i3gs/config
 :END:
 
 :header-args+: :tangle ~/.config/i3gs/config
 :END:
 
-#+begin_src conf :comments none
+#+begin_src conf :comments none :tangle no
 borders_width=0 0 2 0
 separator_width=10
 
 borders_width=0 0 2 0
 separator_width=10
 
@@ -903,6 +903,62 @@ title=<span weight='heavy' fgcolor='#FFDC00'> </span>
 borders_color=#FFDC00
 separator_width=0
 #+end_src
 borders_color=#FFDC00
 separator_width=0
 #+end_src
+
+** i3status
+:PROPERTIES:
+:header-args+: :tangle ~/.config/i3status/config
+:END:
+
+#+begin_src conf :comments none
+# i3status configuration file.
+# see "man i3status" for documentation.
+
+# It is important that this file is edited as UTF-8.
+# The following line should contain a sharp s:
+# ß
+# If the above line is not correctly displayed, fix your editor first!
+
+general {
+        colors = true
+        interval = 5
+}
+
+order += "ipv6"
+order += "disk /"
+order += "wireless _first_"
+order += "ethernet _first_"
+order += "battery all"
+order += "load"
+order += "tztime local"
+
+wireless _first_ {
+        format_up = "W: (%quality at %essid) %ip"
+        format_down = "W: down"
+}
+
+ethernet _first_ {
+        # if you use %speed, i3status requires root privileges
+        format_up = "E: %ip (%speed)"
+        format_down = "E: down"
+}
+
+battery all {
+        format = "%status %percentage %remaining"
+}
+
+tztime local {
+        format = "%Y-%m-%d %H:%M:%S"
+}
+
+load {
+        format = "%1min"
+}
+
+disk "/" {
+        format = "%avail"
+}
+#+end_src
+
 ** isync
 
 *** mbsyncrc
 ** isync
 
 *** mbsyncrc
@@ -3917,7 +3973,7 @@ bar {
         background #323232
         inactive_workspace #32323200 #32323200 #5c5c5c
     }
         background #323232
         inactive_workspace #32323200 #32323200 #5c5c5c
     }
-    status_command i3gs ~/.config/i3gs/config
+    status_command i3status
 }
 
 include /etc/sway/config.d/*
 }
 
 include /etc/sway/config.d/*
@@ -4911,7 +4967,7 @@ exact brightness value.
 :header-args+: :tangle ~/.local/bin/battery-percentage-time :shebang "#!/bin/sh"
 :END:
 
 :header-args+: :tangle ~/.local/bin/battery-percentage-time :shebang "#!/bin/sh"
 :END:
 
-#+begin_src sh
+#+begin_src sh :tangle no
 dbus_send() {
        label=$1
        dbus-send --print-reply=literal --system \
 dbus_send() {
        label=$1
        dbus-send --print-reply=literal --system \
@@ -5074,7 +5130,7 @@ gk.unlock_sync('Default_keyring',gk.item_get_info_sync('login',1L).get_secret())
 :header-args+: :tangle ~/.local/bin/volume-info :shebang "#!/bin/sh"
 :END:
 
 :header-args+: :tangle ~/.local/bin/volume-info :shebang "#!/bin/sh"
 :END:
 
-#+begin_src sh
+#+begin_src sh :tangle no
 cur_vol=$(pamixer --get-volume)
 
 if [ $(pamixer --get-mute) = true ]; then
 cur_vol=$(pamixer --get-volume)
 
 if [ $(pamixer --get-mute) = true ]; then