changeset 51:566e37477b91

Rearrange dgamelaunch watch menu to accomodate 20-char player names.
author John "Elwin" Edwards
date Sun, 30 Mar 2014 20:03:53 -0700
parents 4549b3c0cd28
children d6a1ac8c89d6
files dgl/dgamelaunch.conf
diffstat 1 files changed, 16 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/dgl/dgamelaunch.conf	Fri Mar 28 09:33:49 2014 -0700
+++ b/dgl/dgamelaunch.conf	Sun Mar 30 20:03:53 2014 -0700
@@ -1,3 +1,5 @@
+# rlgallery.org dgamelaunch configuration file
+
 # This is a sample dgamelaunch configuration file. Only bash-style comments
 # are allowed, such as this. Each configuration option will be explained
 # along with its default value.
@@ -32,10 +34,10 @@
 # "duration", "idletime", or (if shmem is enabled) "watchers".
 #
 watch_columns = [ ["", "", 1, "%s)"],
-                  ["User", "username", 4, "%-15s"],
-                  ["Game", "game", 21, "%-11s"],
-                  ["Term", "windowsize", 34, "%s"],
-                  ["Idle", "idletime", 43, "%-10s"],
+                  ["User", "username", 4, "%-20s"],
+                  ["Game", "game", 26, "%-11s"],
+                  ["Term", "windowsize", 39, "%s"],
+                  ["Idle", "idletime", 48, "%-10s"],
                   ["Started", "starttime", 60, "%s"]
                 ]
 
@@ -239,11 +241,11 @@
         commands["c"] = chpasswd
         commands["e"] = chmail
         commands["w"] = watch_menu
-        commands["3"] = play_game "RogV3"
-        commands["4"] = play_game "RogV4"
-        commands["5"] = play_game "RogV5"
-        commands["Ss"] = play_game "SRog"
-        commands["Aa"] = play_game "ARog5"
+        commands["3"] = play_game "RogueV3"
+        commands["4"] = play_game "RogueV4"
+        commands["5"] = play_game "RogueV5"
+        commands["Ss"] = play_game "SRogue"
+        commands["Aa"] = play_game "ARogue5"
         commands["q"] = quit
 }
 
@@ -257,7 +259,7 @@
 DEFINE {
   game_path = "/usr/bin/rogue3"
   game_name = "Rogue V3 (3.6)"
-  short_name = "RogV3"
+  short_name = "RogueV3"
 
   game_args = "rogue3", "-n", "%n"
 
@@ -274,7 +276,7 @@
 DEFINE {
   game_path = "/usr/bin/rogue4"
   game_name = "Rogue V4 (5.2)"
-  short_name = "RogV4"
+  short_name = "RogueV4"
 
   game_args = "rogue4", "-n", "%n"
   inprogressdir = "%rinprogress/rogue4/"
@@ -287,7 +289,7 @@
 DEFINE {
   game_path = "/usr/bin/rogue5"
   game_name = "Rogue V5 (5.4)"
-  short_name = "RogV5"
+  short_name = "RogueV5"
 
   game_args = "rogue5", "-n", "%n"
   inprogressdir = "%rinprogress/rogue5/"
@@ -300,7 +302,7 @@
 DEFINE {
   game_path = "/usr/bin/srogue"
   game_name = "Super-Rogue"
-  short_name = "SRog"
+  short_name = "SRogue"
 
   game_args = "srogue", "-n", "%n"
   inprogressdir = "%rinprogress/srogue/"
@@ -313,7 +315,7 @@
 DEFINE {
   game_path = "/usr/bin/arogue5"
   game_name = "Advanced Rogue 5"
-  short_name = "ARog5"
+  short_name = "ARogue5"
 
   game_args = "arogue5", "-n", "%n"
   inprogressdir = "%rinprogress/arogue5/"