New Distro,IMPORTANT
[dotfilesold/.git] / .tmux-powerlinerc
1 # Default configuration file for tmux-powerline.
2 # Modeline {
3 #        vi: foldmarker={,} foldmethod=marker foldlevel=0 tabstop=4 filetype=sh
4 # }
5
6 # General {
7         # Show which segment fails and its exit code.
8         export TMUX_POWERLINE_DEBUG_MODE_ENABLED="false"
9         # Use patched font symbols.
10         export TMUX_POWERLINE_PATCHED_FONT_IN_USE="true"
11         # The theme to use.
12         export TMUX_POWERLINE_THEME="default"
13         # Overlay directory to look for themes. There you can put your own themes outside the repo. Fallback will still be the "themes" directory in the repo.
14         export TMUX_POWERLINE_DIR_USER_THEMES=""
15         # Overlay directory to look for segments. There you can put your own segments outside the repo. Fallback will still be the "segments" directory in the repo.
16         export TMUX_POWERLINE_DIR_USER_SEGMENTS=""
17 # }
18
19 # battery.sh {
20         # How to display battery remaining. Can be {percentage, cute}.
21         export TMUX_POWERLINE_SEG_BATTERY_TYPE="percentage"
22         # How may hearts to show if cute indicators are used.
23         export TMUX_POWERLINE_SEG_BATTERY_NUM_HEARTS="5"
24 # }
25
26 # date.sh {
27         # date(1) format for the date. If you don't, for some reason, like ISO 8601 format you might want to have "%D" or "%m/%d/%Y".
28         export TMUX_POWERLINE_SEG_DATE_FORMAT="%F"
29 # }
30
31 # disk_usage.sh {
32         # Filesystem to retrieve disk space information. Any from the filesystems available (run "df | awk '{print }'" to check them).
33         export TMUX_POWERLINE_SEG_DISK_USAGE_FILESYSTEM="/"
34 # }
35
36 # earthquake.sh {
37         # The data provider to use. Currently only "goo" is supported.
38         export TMUX_POWERLINE_SEG_EARTHQUAKE_DATA_PROVIDER="goo"
39         # How often to update the earthquake data in seconds.
40         # Note: This is not an early warning detector, use this
41         # to be informed about recent earthquake magnitudes in your
42         # area. If this is too often, goo may decide to ban you form
43         # their server
44         export TMUX_POWERLINE_SEG_EARTHQUAKE_UPDATE_PERIOD="600"
45         # Only display information when earthquakes are within this many minutes
46         export TMUX_POWERLINE_SEG_EARTHQUAKE_ALERT_TIME_WINDOW="60"
47         # Display time with this format
48         export TMUX_POWERLINE_SEG_EARTHQUAKE_TIME_FORMAT='(%H:%M)'
49         # Display only if magnitude is greater or equal to this number
50         export TMUX_POWERLINE_SEG_EARTHQUAKE_MIN_MAGNITUDE="3"
51 # }
52
53 # hostname.sh {
54         # Use short or long format for the hostname. Can be {"short, long"}.
55         export TMUX_POWERLINE_SEG_HOSTNAME_FORMAT="short"
56 # }
57
58 # macos_notification_count.sh {
59         # App ids to query in notification center, separated by space
60         # To get the app id that is associated with a specific app run:
61         # sqlite3 -list "/com.apple.notificationcenter/db/db" 'select * from app_info'
62         # The first column contains the app ids
63         # "5" is the app id of Messages.app
64         # Only "banner" notifications are supported (see settings in the notification center)
65         export TMUX_POWERLINE_SEG_MACOS_NOTIFICATION_COUNT_APPIDS="5"
66         # Notification symbol
67         export TMUX_POWERLINE_SEG_MACOS_NOTIFICATION_COUNT_CHAR="💬"
68 # }
69
70 # mailcount.sh {
71         # Mailbox type to use. Can be any of {apple_mail, gmail, maildir, mbox, mailcheck}
72         export TMUX_POWERLINE_SEG_MAILCOUNT_MAILBOX_TYPE=""
73         
74         ## Gmail
75         # Enter your Gmail username here WITH OUT @gmail.com.( OR @domain)
76         export TMUX_POWERLINE_SEG_MAILCOUNT_GMAIL_USERNAME=""
77         # Google password. Recomenned to use application specific password (https://accounts.google.com/b/0/IssuedAuthSubTokens) Leave this empty to get password from OS X keychain.
78         # For OSX users : MAKE SURE that you add a key to the keychain in the format as follows
79         # Keychain Item name : http://<value-you-fill-in-server-variable-below>
80         # Account name : <username-below>@<server-below>
81         # Password : Your password ( Once again, try to use 2 step-verification and application-specific password)
82         # See http://support.google.com/accounts/bin/answer.py?hl=en&answer=185833 for more info.
83         export TMUX_POWERLINE_SEG_MAILCOUNT_GMAIL_PASSWORD=""
84         # Domain name that will complete your email. For normal GMail users it probably is "gmail.com but can be "foo.tld" for Google Apps users.
85         export TMUX_POWERLINE_SEG_MAILCOUNT_GMAIL_SERVER="gmail.com"
86         # How often in minutes to check for new mails.
87         export TMUX_POWERLINE_SEG_MAILCOUNT_GMAIL_INTERVAL="5"
88         
89         ## Maildir
90         # Path to the maildir to check.
91         export TMUX_POWERLINE_SEG_MAILCOUNT_MAILDIR_INBOX="/home/josuer08/.mail/inbox/new"
92         
93         ## mbox
94         # Path to the mbox to check.
95         export TMUX_POWERLINE_SEG_MAILCOUNT_MBOX_INBOX="/var/spool/mail/josuer08"
96         
97         ## mailcheck
98         # Optional path to mailcheckrc
99         export TMUX_POWERLINE_SEG_MAILCOUNT_MAILCHECKRC="/home/josuer08/.mailcheckrc"
100 # }
101
102 # now_playing.sh {
103         # Music player to use. Can be any of {audacious, banshee, cmus, itunes, lastfm, mocp, mpd, mpd_simple, pithos, rdio, rhythmbox, spotify, spotify_wine, file}.
104         export TMUX_POWERLINE_SEG_NOW_PLAYING_MUSIC_PLAYER=""
105         # File to be read in case the song is being read from a file
106         export TMUX_POWERLINE_SEG_NOW_PLAYING_FILE_NAME=""
107         # Maximum output length.
108         export TMUX_POWERLINE_SEG_NOW_PLAYING_MAX_LEN="40"
109         # How to handle too long strings. Can be {trim, roll}.
110         export TMUX_POWERLINE_SEG_NOW_PLAYING_TRIM_METHOD="trim"
111         # Charcters per second to roll if rolling trim method is used.
112         export TMUX_POWERLINE_SEG_NOW_PLAYING_ROLL_SPEED="2"
113         
114         # Hostname for MPD server in the format "[password@]host"
115         export TMUX_POWERLINE_SEG_NOW_PLAYING_MPD_HOST="localhost"
116         # Port the MPD server is running on.
117         export TMUX_POWERLINE_SEG_NOW_PLAYING_MPD_PORT="6600"
118         # Song display format for mpd_simple. See mpc(1) for delimiters.
119         export TMUX_POWERLINE_SEG_NOW_PLAYING_MPD_SIMPLE_FORMAT="%artist% - %title%"
120         # Song display format for rhythmbox. see "FORMATS" in rhythmbox-client(1).
121         export TMUX_POWERLINE_SEG_NOW_PLAYING_RHYTHMBOX_FORMAT="%aa - %tt"
122         
123         # Username for Last.fm if that music player is used.
124         export TMUX_POWERLINE_SEG_NOW_PLAYING_LASTFM_USERNAME=""
125         # How often in seconds to update the data from last.fm.
126         export TMUX_POWERLINE_SEG_NOW_PLAYING_LASTFM_UPDATE_PERIOD="30"
127         # Fancy char to display before now playing track
128         export TMUX_POWERLINE_SEG_NOW_PLAYING_NOTE_CHAR="♫"
129 # }
130
131 # pwd.sh {
132         # Maximum length of output.
133         export TMUX_POWERLINE_SEG_PWD_MAX_LEN="40"
134 # }
135
136 # time.sh {
137         # date(1) format for the time. Americans might want to have "%I:%M %p".
138         export TMUX_POWERLINE_SEG_TIME_FORMAT="%H:%M"
139 # }
140
141 # weather.sh {
142         # The data provider to use. Currently only "yahoo" is supported.
143         export TMUX_POWERLINE_SEG_WEATHER_DATA_PROVIDER="yahoo"
144         # What unit to use. Can be any of {c,f,k}.
145         export TMUX_POWERLINE_SEG_WEATHER_UNIT="c"
146         # How often to update the weather in seconds.
147         export TMUX_POWERLINE_SEG_WEATHER_UPDATE_PERIOD="600"
148         # Name of GNU grep binary if in PATH, or path to it.
149         export TMUX_POWERLINE_SEG_WEATHER_GREP="grep"
150         # Your location. Find a code that works for you:
151         # 1. Go to Yahoo weather http://weather.yahoo.com/
152         # 2. Find the weather for you location
153         # 3. Copy the last numbers in that URL. e.g. "http://weather.yahoo.com/united-states/california/newport-beach-12796587/" has the numbers "12796587"
154         TMUX_POWERLINE_SEG_WEATHER_LOCATION="12760777"
155 # }