diff options
-rw-r--r-- | .htoprc | 2 | ||||
-rw-r--r-- | .pypanelrc | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ # The parser is also very primitive, and not human-friendly. # (I know, it's in the todo list). fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=46 +sort_key=39 sort_direction=1 hide_threads=0 hide_kernel_threads=1 @@ -40,8 +40,8 @@ CLOCK_SHADOW_COLOR = "0xffffff" # Panel Spacing and Location Options: Measured in pixels #------------------------------------------------------------------------------ P_LOCATION = 1 # Panel placement: 0 = top, 1 = bottom -P_WIDTH = 1000 # Panel width: 0 = Use full screen width -P_START = 340 # Starting X coordinate of the panel +P_WIDTH = 1680 # Panel width: 0 = Use full screen width +P_START = 840 # Starting X coordinate of the panel P_SPACER = 6 # Spacing between panel objects P_HEIGHT = 24 # Panel height |