summarylogtreecommitdiffstats
path: root/rtorrent-color.install
diff options
context:
space:
mode:
authorFlorian Krauskopf2015-06-17 18:22:15 +0200
committerFlorian Krauskopf2015-06-17 18:22:15 +0200
commitbbd4a02509b35f425edf1fd53671ac7bbfbf895e (patch)
tree28e474eabcd4f31def9336ba19817b17d429825b /rtorrent-color.install
downloadaur-bbd4a02509b35f425edf1fd53671ac7bbfbf895e.tar.gz
Initial import
Diffstat (limited to 'rtorrent-color.install')
-rw-r--r--rtorrent-color.install27
1 files changed, 27 insertions, 0 deletions
diff --git a/rtorrent-color.install b/rtorrent-color.install
new file mode 100644
index 000000000000..fbf2a6f6c071
--- /dev/null
+++ b/rtorrent-color.install
@@ -0,0 +1,27 @@
+post_install() {
+ cat << "EOF"
+==>
+==> Set colors using the options below in .rtorrent.rc:
+==> Options: color_inactive_fg, color_inactive_bg, color_dead_fg, color_dead_bg,
+==> color_active_fg, color_active_bg, color_finished_fg, color_finished_bg,
+==>
+==> Colors: 0 = black 1 = red 2 = green 3 = yellow 4 = blue 5 = magenta 6 = cyan 7 = white
+==>
+==> Nice example-config: color_inactive_fg = 4
+==> color_dead_fg = 1
+==> color_active_fg = 3
+==> color_finished_fg = 2
+==>
+==> Explanation:
+==> Inactive: Deactivated torrent
+==> Dead: Active but can't find seeders
+==> Active: Active and downloading
+==> Finished: Download done
+==> If the torrent is highlighted (using bold text) you're uploading data
+==>
+EOF
+}
+
+post_upgrade() {
+ post_install
+}