]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/battery.pl: Minor documentation fix.
authorSimon Ruderich <simon@ruderich.org>
Wed, 15 Jun 2011 18:18:14 +0000 (20:18 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 15 Jun 2011 18:18:14 +0000 (20:18 +0200)
bin/battery.pl

index 407e0bcd178c7c27c465db9a22b3a152320f594c..ed57666deaaace5b80dc4dd1dfc870b2c7a3fd76 100755 (executable)
@@ -38,6 +38,7 @@ if ($screen_mode) {
     }
 
     print "\005{+$color}$charge%\005{-}\n";
+
 # Same in tmux mode.
 } elsif ($tmux_mode) {
     my $color;
@@ -51,7 +52,7 @@ if ($screen_mode) {
 
     print "#[fg=$color,bold]$charge%#[default]\n";
 
-# Just text output.
+# Plain text output.
 } else {
     print "$charge%\n";
 }