updates.
[runtime.git] / apps / irssi / silc.conf
index 3439e3c913fb0c4ac6195c059f3ca0ba925872ba..e95502c020ed060498a35714a3b4d1e825af207b 100644 (file)
@@ -64,6 +64,7 @@ aliases = {
   RUN = "SCRIPT LOAD";
   UPTIME = "eval exec - expr `date +%s` - \\$F | awk '{print \"Irssi uptime: \"int(\\\\\\$1/3600/24)\"d \"int(\\\\\\$1/3600%24)\"h \"int(\\\\\\$1/60%60)\"m \"int(\\\\\\$1%60)\"s\" }'";
   CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi";
+  SBAR = "STATUSBAR";
 };
 
 #
@@ -105,13 +106,15 @@ statusbar = {
     # the "default statusbar" to be displayed at the bottom of the window.
     # contains all the normal items.
     window = {
+      disabled = "no";
+
       # window, root
       type = "window";
       # top, bottom
       placement = "bottom";
       # number
       position = "1";
-      # active, inactive, always, never (disables the statusbar)
+      # active, inactive, always
       visible = "active";
 
       # list of items in statusbar in the display order
@@ -164,7 +167,8 @@ statusbar = {
       type = "root";
       placement = "top";
       position = "1";
-      visible = "never";
+      visible = "always";
+      disabled = "yes";
       items = {
         barstart = { priority = "100"; };
         topic = { };