d0tfiles

*nix dotfiles for arch linux setup
Log | Files | Refs | README | LICENSE

modules.ini (22022B)


      1 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
      2 ;;
      3 ;;	    __  ___          __      __         
      4 ;;	   /  |/  /___  ____/ /_  __/ /__  _____
      5 ;;	  / /|_/ / __ \/ __  / / / / / _ \/ ___/
      6 ;;	 / /  / / /_/ / /_/ / /_/ / /  __(__  ) 
      7 ;;	/_/  /_/\____/\__,_/\__,_/_/\___/____/  
      8 ;;
      9 ;; Created By Aditya Shakya @adi1090x
     10 ;;
     11 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     12 
     13 [module/sep]
     14 type = custom/text
     15 content = |
     16 
     17 ;;content-background = #000
     18 content-foreground = ${color.FG}
     19 ;;content-padding = 4
     20 
     21 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     22 
     23 [module/volume]
     24 type = internal/pulseaudio
     25 
     26 ; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
     27 ; If not, uses default sink
     28 sink = alsa_output.pci-0000_12_00.3.analog-stereo
     29 
     30 ; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
     31 ; Default: true
     32 use-ui-max = false
     33 
     34 ; Interval for volume increase/decrease (in percent points)
     35 ; Default: 5
     36 interval = 5
     37 
     38 ; Available tags:
     39 ;   <label-volume> (default)
     40 ;   <ramp-volume>
     41 ;   <bar-volume>
     42 format-volume = <label-volume> <bar-volume>
     43 format-volume-prefix-foreground = ${color.FG}
     44 format-volume-background = ${color.BGM}
     45 format-volume-padding = 1
     46 
     47 ; Available tags:
     48 ;   <label-muted> (default)
     49 ;   <ramp-volume>
     50 ;   <bar-volume>
     51 format-muted = <label-muted>
     52 format-muted-prefix-foreground = ${color.FG}
     53 format-muted-background = ${color.BGM}
     54 format-muted-padding = 1
     55 
     56 ; Available tokens:
     57 ;   %percentage% (default)
     58 label-volume = 
     59 label-volume-foreground = ${color.FG}
     60 
     61 ; Available tokens:
     62 ;   %percentage% (default
     63 format-muted-prefix = 
     64 label-muted = " MUTED"
     65 label-muted-foreground = ${color.BG}
     66 
     67 ; Only applies if <ramp-volume> is used
     68 ramp-volume-0 = 
     69 ramp-volume-1 = 
     70 ramp-volume-2 = 
     71 ramp-volume-3 = 
     72 ramp-volume-4 = 
     73 
     74 ; Only applies if <bar-volume> is used
     75 bar-volume-width = 10
     76 bar-volume-gradient = false
     77 
     78 bar-volume-indicator = 
     79 bar-volume-indicator-foreground = ${color.FG}
     80 bar-volume-indicator-font = 1
     81 
     82 bar-volume-fill = 
     83 bar-volume-foreground-0 = ${color.FG}
     84 bar-volume-foreground-1 = ${color.FG}
     85 bar-volume-foreground-2 = ${color.FG}
     86 bar-volume-foreground-3 = ${color.FG}
     87 bar-volume-fill-font = 1
     88 
     89 bar-volume-empty = 
     90 bar-volume-empty-foreground = ${color.BG}
     91 bar-volume-empty-font = 1
     92 
     93 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     94 
     95 [module/brightness]
     96 type = internal/xbacklight
     97 
     98 ; Use the following command to list available cards:
     99 ; $ ls -1 /sys/class/backlight/
    100 card = intel_backlight
    101 
    102 ; Available tags:
    103 ;   <label> (default)
    104 ;   <ramp>
    105 ;   <bar>
    106 format = <label> <bar>
    107 format-prefix-foreground = ${color.FG}
    108 format-background = ${color.BGM}
    109 format-padding = 1
    110 
    111 ; Available tokens:
    112 ;   %percentage% (default)
    113 label = 
    114 label-foreground = ${color.FG}
    115 
    116 ; Only applies if <ramp> is used
    117 
    118 ramp-0 = 
    119 ramp-1 = 
    120 ramp-2 = 
    121 ramp-3 = 
    122 ramp-4 = 
    123 
    124 ;; Other Icons
    125 ;
    126 
    127 ; Only applies if <bar> is used
    128 bar-width = 10
    129 bar-gradient = false
    130 
    131 bar-indicator = 
    132 bar-indicator-foreground = ${color.FG}
    133 bar-indicator-font = 1
    134 
    135 bar-fill = 
    136 bar-foreground-0 = ${color.FG}
    137 bar-foreground-1 = ${color.FG}
    138 bar-foreground-2 = ${color.FG}
    139 bar-foreground-4 = ${color.FG}
    140 bar-fill-font = 1
    141 
    142 bar-empty = 
    143 bar-empty-foreground = ${color.BG}
    144 bar-empty-font = 1
    145 
    146 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    147 
    148 [module/battery]
    149 type = internal/battery
    150 
    151 ; This is useful in case the battery never reports 100% charge
    152 full-at = 99
    153 
    154 ; Use the following command to list batteries and adapters:
    155 ; $ ls -1 /sys/class/power_supply/
    156 battery = BAT1
    157 adapter = ACAD
    158 
    159 ; If an inotify event haven't been reported in this many
    160 ; seconds, manually poll for new values.
    161 ;
    162 ; Needed as a fallback for systems that don't report events
    163 ; on sysfs/procfs.
    164 ;
    165 ; Disable polling by setting the interval to 0.
    166 ;
    167 ; Default: 5
    168 poll-interval = 2
    169 
    170 ; see "man date" for details on how to format the time string
    171 ; NOTE: if you want to use syntax tags here you need to use %%{...}
    172 ; Default: %H:%M:%S
    173 time-format = %H:%M
    174 
    175 ; Available tags:
    176 ;   <label-charging> (default)
    177 ;   <bar-capacity>
    178 ;   <ramp-capacity>
    179 ;   <animation-charging>
    180 format-charging = <animation-charging> <label-charging>
    181 format-charging-background = ${color.BGM}
    182 format-charging-padding = 1
    183 
    184 ; Available tags:
    185 ;   <label-discharging> (default)
    186 ;   <bar-capacity>
    187 ;   <ramp-capacity>
    188 ;   <animation-discharging>
    189 format-discharging = <ramp-capacity> <label-discharging>
    190 format-discharging-background = ${color.BGM}
    191 format-discharging-padding = 1
    192 
    193 ; Available tags:
    194 ;   <label-full> (default)
    195 ;   <bar-capacity>
    196 ;   <ramp-capacity>
    197 format-full = <label-full>
    198 format-full-prefix = " "
    199 format-full-prefix-foreground = ${color.FG}
    200 format-full-background = ${color.BGM}
    201 format-full-padding = 1
    202 
    203 ; Available tokens:
    204 ;   %percentage% (default)
    205 ;   %time%
    206 ;   %consumption% (shows current charge rate in watts)
    207 
    208 label-charging = %percentage%%
    209 
    210 ; Available tokens:
    211 ;   %percentage% (default)
    212 ;   %time%
    213 ;   %consumption% (shows current discharge rate in watts)
    214 label-discharging = %percentage%%
    215 
    216 ; Available tokens:
    217 ;   %percentage% (default)
    218 label-full = %percentage%%
    219 
    220 ; Only applies if <ramp-capacity> is used
    221 ramp-capacity-0 = 
    222 ramp-capacity-1 = 
    223 ramp-capacity-2 = 
    224 ramp-capacity-3 = 
    225 ramp-capacity-4 = 
    226 
    227 ; Only applies if <bar-capacity> is used
    228 ;bar-capacity-width = 10
    229 
    230 ; Only applies if <animation-charging> is used
    231 animation-charging-0 = 
    232 animation-charging-1 = 
    233 animation-charging-2 = 
    234 animation-charging-3 = 
    235 animation-charging-4 = 
    236 animation-charging-5 = 
    237 
    238 ; Framerate in milliseconds
    239 animation-charging-framerate = 750
    240 
    241 ; Only applies if <animation-discharging> is used
    242 ;;animation-discharging-0 = 
    243 ;;animation-discharging-1 = 
    244 ;;animation-discharging-2 = 
    245 ;;animation-discharging-3 = 
    246 ;;animation-discharging-4 = 
    247 ;;animation-discharging-5 = 
    248 ;;animation-discharging-6 = 
    249 ;;animation-discharging-7 = 
    250 ;;animation-discharging-8 = 
    251 
    252 ; Framerate in milliseconds
    253 ;animation-discharging-framerate = 500
    254 
    255 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    256 
    257 [module/cpu]
    258 type = internal/cpu
    259 
    260 ; Seconds to sleep between updates
    261 ; Default: 1
    262 interval = 0.5
    263 
    264 ; Available tags:
    265 ;   <label> (default)
    266 ;   <bar-load>
    267 ;   <ramp-load>
    268 ;   <ramp-coreload>
    269 ;;format = <label> <ramp-coreload>
    270 format = <label>
    271 format-prefix = 
    272 format-prefix-foreground = ${color.FG}
    273 format-background = ${color.BGM}
    274 format-padding = 1
    275 
    276 ; Available tokens:
    277 ;   %percentage% (default) - total cpu load averaged over all cores
    278 ;   %percentage-sum% - Cumulative load on all cores
    279 ;   %percentage-cores% - load percentage for each core
    280 ;   %percentage-core[1-9]% - load percentage for specific core
    281 label = " %percentage%%"
    282 
    283 ; Spacing between individual per-core ramps
    284 ;;ramp-coreload-spacing = 1
    285 ;;ramp-coreload-0 = 
    286 ;;ramp-coreload-1 = 
    287 ;;ramp-coreload-2 = 
    288 ;;ramp-coreload-3 = 
    289 ;;ramp-coreload-4 = 
    290 
    291 ramp-load-0 = 
    292 ramp-load-1 = 
    293 ramp-load-2 = 
    294 ramp-load-3 = 
    295 ramp-load-4 = 
    296 
    297 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    298 
    299 [module/date]
    300 type = internal/date
    301 
    302 ; Seconds to sleep between updates
    303 interval = 1.0
    304 
    305 ; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
    306 ; NOTE: if you want to use syntax tags here you need to use %%{...}
    307 date = %A, %d %B
    308 
    309 ; Optional time format
    310 time = %I:%M %p
    311 
    312 ; if `date-alt` or `time-alt` is defined, clicking
    313 ; the module will toggle between formats
    314 date-alt = It's %A, %d %B %Y
    315 time-alt = %A, %d %B %Y
    316 
    317 ; Available tags:
    318 ;   <label> (default)
    319 format = <label>
    320 format-prefix = " "
    321 format-prefix-foreground = ${color.FG}
    322 format-background = ${color.BGM}
    323 format-padding = 1
    324 
    325 ; Available tokens:
    326 ;   %date%
    327 ;   %time%
    328 ; Default: %date%
    329 label = %time%
    330 
    331 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    332 
    333 [module/filesystem]
    334 type = internal/fs
    335 
    336 ; Mountpoints to display
    337 mount-0 = /
    338 ;;mount-1 = /home
    339 ;;mount-2 = /var
    340 
    341 ; Seconds to sleep between updates
    342 ; Default: 30
    343 interval = 10
    344 
    345 ; Display fixed precision values
    346 ; Default: false
    347 fixed-values = true
    348 
    349 ; Spacing between entries
    350 ; Default: 2
    351 ;;spacing = 4
    352 
    353 ; Available tags:
    354 ;   <label-mounted> (default)
    355 ;   <bar-free>
    356 ;   <bar-used>
    357 ;   <ramp-capacity>
    358 format-mounted = <label-mounted>
    359 format-mounted-prefix = 
    360 format-mounted-prefix-foreground = ${color.FG}
    361 format-mounted-background = ${color.BGM}
    362 format-mounted-padding = 1
    363 
    364 ; Available tags:
    365 ;   <label-unmounted> (default)
    366 format-unmounted = <label-unmounted>
    367 format-unmounted-prefix = 
    368 format-unmounted-prefix-foreground = ${color.FG}
    369 format-unmounted-background = ${color.BGM}
    370 format-unmounted-padding = 1
    371 
    372 ; Available tokens:
    373 ;   %mountpoint%
    374 ;   %type%
    375 ;   %fsname%
    376 ;   %percentage_free%
    377 ;   %percentage_used%
    378 ;   %total%
    379 ;   %free%
    380 ;   %used%
    381 ; Default: %mountpoint% %percentage_free%%
    382 label-mounted = " %free%"
    383 
    384 ; Available tokens:
    385 ;   %mountpoint%
    386 ; Default: %mountpoint% is not mounted
    387 label-unmounted = %mountpoint%: not mounted
    388 
    389 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    390 
    391 [module/memory]
    392 type = internal/memory
    393 
    394 ; Seconds to sleep between updates
    395 ; Default: 1
    396 interval = 3
    397 
    398 ; Available tags:
    399 ;   <label> (default)
    400 ;   <bar-used>
    401 ;   <bar-free>
    402 ;   <ramp-used>
    403 ;   <ramp-free>
    404 ;   <bar-swap-used>
    405 ;   <bar-swap-free>
    406 ;   <ramp-swap-used>
    407 ;   <ramp-swap-free>
    408 format = <label>
    409 format-prefix = 
    410 format-prefix-foreground = ${color.FG}
    411 format-background = ${color.BGM}
    412 format-padding = 1
    413 
    414 ; Available tokens:
    415 ;   %percentage_used% (default)
    416 ;   %percentage_free%
    417 ;   %gb_used%
    418 ;   %gb_free%
    419 ;   %gb_total%
    420 ;   %mb_used%
    421 ;   %mb_free%
    422 ;   %mb_total%
    423 ;   %percentage_swap_used%
    424 ;   %percentage_swap_free%
    425 ;   %mb_swap_total%
    426 ;   %mb_swap_free%
    427 ;   %mb_swap_used%
    428 ;   %gb_swap_total%
    429 ;   %gb_swap_free%
    430 ;   %gb_swap_used%
    431 
    432 label = " %mb_used%"
    433 
    434 ; Only applies if <bar-used> is used
    435 ;;bar-used-indicator =
    436 ;;bar-used-width = 50
    437 ;;bar-used-foreground-0 = #55aa55
    438 ;;bar-used-foreground-1 = #557755
    439 ;;bar-used-foreground-2 = #f5a70a
    440 ;;bar-used-foreground-3 = #ff5555
    441 ;;bar-used-fill = ▐
    442 ;;bar-used-empty = ▐
    443 ;;bar-used-empty-foreground = #444444
    444 
    445 ; Only applies if <ramp-used> is used
    446 ;;ramp-used-0 = 
    447 ;;ramp-used-1 = 
    448 ;;ramp-used-2 = 
    449 ;;ramp-used-3 = 
    450 ;;ramp-used-4 = 
    451 
    452 ; Only applies if <ramp-free> is used
    453 ;;ramp-free-0 = 
    454 ;;ramp-free-1 = 
    455 ;;ramp-free-2 = 
    456 ;;ramp-free-3 = 
    457 ;;ramp-free-4 = 
    458 
    459 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    460 
    461 [module/mpd]
    462 type = internal/mpd
    463 
    464 ; Host where mpd is running (either ip or domain name)
    465 ; Can also be the full path to a unix socket where mpd is running.
    466 ;;host = 127.0.0.1
    467 ;;port = 6600
    468 ;;password = mysecretpassword
    469 
    470 ; Seconds to sleep between progressbar/song timer sync
    471 ; Default: 1
    472 interval = 2
    473 
    474 ; Available tags:
    475 ;   <label-song> (default)
    476 ;   <label-time>
    477 ;   <bar-progress>
    478 ;   <toggle> - gets replaced with <icon-(pause|play)>
    479 ;   <toggle-stop> - gets replaced with <icon-(stop|play)>
    480 ;   <icon-random>
    481 ;   <icon-repeat>
    482 ;   <icon-repeatone> (deprecated)
    483 ;   <icon-single> - Toggle playing only a single song. Replaces <icon-repeatone>
    484 ;   <icon-consume>
    485 ;   <icon-prev>
    486 ;   <icon-stop>
    487 ;   <icon-play>
    488 ;   <icon-pause>
    489 ;   <icon-next>
    490 ;   <icon-seekb>
    491 ;   <icon-seekf>
    492 format-online = <toggle> // <label-song>
    493 ;format-online-prefix = " "
    494 ;format-online-prefix-foreground = ${color.FG}
    495 format-online-foreground = ${color.BGM}
    496 format-online-background = ${color.BG}
    497 
    498 format-playing = ${self.format-online}
    499 format-paused = ${self.format-online}
    500 format-stopped = <toggle> // Stopped
    501 
    502 ; Available tags:
    503 ;   <label-offline>
    504 ;format-offline = <label-offline>
    505 
    506 ; Available tokens:
    507 ;   %artist%
    508 ;   %album-artist%
    509 ;   %album%
    510 ;   %date%
    511 ;   %title%
    512 ; Default: %artist% - %title%
    513 label-song =  "%title%"
    514 label-song-maxlen = 25
    515 label-song-ellipsis = true
    516 
    517 ; Available tokens:
    518 ;   %elapsed%
    519 ;   %total%
    520 ; Default: %elapsed% / %total%
    521 ;;abel-time = %elapsed% / %total%
    522 
    523 ; Available tokens:
    524 ;   None
    525 label-offline = "Offline"
    526 
    527 ; Only applies if <icon-X> is used
    528 icon-play = Play
    529 icon-pause = Pause
    530 icon-stop = 
    531 icon-prev = 
    532 icon-next = 
    533 
    534 icon-seekb = ⏪
    535 icon-seekf = ⏩
    536 icon-random = 🔀
    537 icon-repeat = 🔁
    538 icon-repeatone = 🔂
    539 icon-single = 🔂
    540 icon-consume = ✀
    541 
    542 ; Used to display the state of random/repeat/repeatone/single
    543 ; Only applies if <icon-[random|repeat|repeatone|single]> is used
    544 ;;toggle-on-foreground = #ff
    545 ;;toggle-off-foreground = #55
    546 
    547 ; Only applies if <bar-progress> is used
    548 ;;bar-progress-width = 45
    549 ;;bar-progress-indicator = |
    550 ;;bar-progress-fill = ─
    551 ;;bar-progress-empty = ─
    552 
    553 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    554 
    555 ; If you use both a wired and a wireless network, just add 2 module definitions. For example
    556 [module/wired-network]
    557 type = internal/network
    558 interface = eth0
    559 
    560 [module/wireless-network]
    561 type = internal/network
    562 interface = wlan0
    563 
    564 ; Normal Module
    565 [module/network]
    566 type = internal/network
    567 interface = wlan0
    568 
    569 ; Seconds to sleep between updates
    570 ; Default: 1
    571 interval = 1.0
    572 
    573 ; Test connectivity every Nth update
    574 ; A value of 0 disables the feature
    575 ; NOTE: Experimental (needs more testing)
    576 ; Default: 0
    577 ;ping-interval = 3
    578 
    579 ; @deprecated: Define min width using token specifiers (%downspeed:min% and %upspeed:min%)
    580 ; Minimum output width of upload/download rate
    581 ; Default: 3
    582 ;;udspeed-minwidth = 5
    583 
    584 ; Accumulate values from all interfaces
    585 ; when querying for up/downspeed rate
    586 ; Default: false
    587 accumulate-stats = true
    588 
    589 ; Consider an `UNKNOWN` interface state as up.
    590 ; Some devices have an unknown state, even when they're running
    591 ; Default: false
    592 unknown-as-up = true
    593 
    594 ; Available tags:
    595 ;   <label-connected> (default)
    596 ;   <ramp-signal>
    597 format-connected = <ramp-signal> <label-connected>
    598 format-connected-background = ${color.BGM}
    599 format-connected-padding = 1
    600 
    601 ; Available tags:
    602 ;   <label-disconnected> (default)
    603 format-disconnected = <label-disconnected>
    604 format-disconnected-prefix = " "
    605 format-disconnected-prefix-foreground = ${color.FG}
    606 format-disconnected-background = ${color.BGM}
    607 format-disconnected-padding = 1
    608 
    609 ; Available tags:
    610 ;   <label-connected> (default)
    611 ;   <label-packetloss>
    612 ;   <animation-packetloss>
    613 ;;format-packetloss = <animation-packetloss> <label-connected>
    614 
    615 ; Available tokens:
    616 ;   %ifname%    [wireless+wired]
    617 ;   %local_ip%  [wireless+wired]
    618 ;   %local_ip6% [wireless+wired]
    619 ;   %essid%     [wireless]
    620 ;   %signal%    [wireless]
    621 ;   %upspeed%   [wireless+wired]
    622 ;   %downspeed% [wireless+wired]
    623 ;   %linkspeed% [wired]
    624 ; Default: %ifname% %local_ip%
    625 label-connected = "%essid%  %downspeed%"
    626 ;;label-connected-foreground = #eefafafa
    627 
    628 ; Available tokens:
    629 ;   %ifname%    [wireless+wired]
    630 ; Default: (none)
    631 label-disconnected = Disconnected
    632 ;;label-disconnected-foreground = #66ffffff
    633 
    634 ; Available tokens:
    635 ;   %ifname%    [wireless+wired]
    636 ;   %local_ip%  [wireless+wired]
    637 ;   %local_ip6% [wireless+wired]
    638 ;   %essid%     [wireless]
    639 ;   %signal%    [wireless]
    640 ;   %upspeed%   [wireless+wired]
    641 ;   %downspeed% [wireless+wired]
    642 ;   %linkspeed% [wired]
    643 ; Default: (none)
    644 ;label-packetloss = %essid%
    645 ;label-packetloss-foreground = #eefafafa
    646 
    647 ; Only applies if <ramp-signal> is used
    648 ramp-signal-0 = 
    649 ramp-signal-1 = 
    650 ramp-signal-2 = 
    651 ramp-signal-3 = 
    652 ramp-signal-4 = 
    653 
    654 ; Only applies if <animation-packetloss> is used
    655 ;;animation-packetloss-0 = ⚠
    656 ;;animation-packetloss-0-foreground = #ffa64c
    657 ;;animation-packetloss-1 = ⚠
    658 ;;animation-packetloss-1-foreground = #000000
    659 ; Framerate in milliseconds
    660 ;;animation-packetloss-framerate = 500
    661 
    662 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    663 
    664 [module/ip]
    665 type = internal/network
    666 interface = wlan0
    667 
    668 interval = 1.0
    669 ;ping-interval = 3
    670 ;;udspeed-minwidth = 5
    671 accumulate-stats = true
    672 unknown-as-up = true
    673 
    674 format-connected = <label-connected>
    675 format-connected-background = ${color.BGM}
    676 format-connected-padding = 1
    677 
    678 ; Available tags:
    679 ;   <label-disconnected> (default)
    680 format-disconnected = <label-disconnected>
    681 format-disconnected-background = ${color.BGM}
    682 format-disconnected-padding = 1
    683 
    684 ; Available tags:
    685 ;   <label-connected> (default)
    686 ;   <label-packetloss>
    687 ;   <animation-packetloss>
    688 ;;format-packetloss = <animation-packetloss> <label-connected>
    689 
    690 ; Available tokens:
    691 ;   %ifname%    [wireless+wired]
    692 ;   %local_ip%  [wireless+wired]
    693 ;   %local_ip6% [wireless+wired]
    694 ;   %essid%     [wireless]
    695 ;   %signal%    [wireless]
    696 ;   %upspeed%   [wireless+wired]
    697 ;   %downspeed% [wireless+wired]
    698 ;   %linkspeed% [wired]
    699 ; Default: %ifname% %local_ip%
    700 label-connected = "%local_ip%"
    701 ;;label-connected-foreground = #eefafafa
    702 
    703 ; Available tokens:
    704 ;   %ifname%    [wireless+wired]
    705 ; Default: (none)
    706 label-disconnected = NA
    707 ;;label-disconnected-foreground = #66ffffff
    708 
    709 ; Available tokens:
    710 ;   %ifname%    [wireless+wired]
    711 ;   %local_ip%  [wireless+wired]
    712 ;   %local_ip6% [wireless+wired]
    713 ;   %essid%     [wireless]
    714 ;   %signal%    [wireless]
    715 ;   %upspeed%   [wireless+wired]
    716 ;   %downspeed% [wireless+wired]
    717 ;   %linkspeed% [wired]
    718 ; Default: (none)
    719 ;label-packetloss = %essid%
    720 ;label-packetloss-foreground = #eefafafa
    721 
    722 ; Only applies if <ramp-signal> is used
    723 ramp-signal-0 = 
    724 ramp-signal-1 = 
    725 ramp-signal-2 = 
    726 ramp-signal-3 = 
    727 ramp-signal-4 = 
    728 
    729 ; Only applies if <animation-packetloss> is used
    730 ;;animation-packetloss-0 = ⚠
    731 ;;animation-packetloss-0-foreground = #ffa64c
    732 ;;animation-packetloss-1 = ⚠
    733 ;;animation-packetloss-1-foreground = #000000
    734 ; Framerate in milliseconds
    735 ;;animation-packetloss-framerate = 500
    736 
    737 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    738 
    739 [module/temperature]
    740 type = internal/temperature
    741 
    742 ; Seconds to sleep between updates
    743 ; Default: 1
    744 interval = 0.5
    745 
    746 ; Thermal zone to use
    747 ; To list all the zone types, run 
    748 ; $ for i in /sys/class/thermal/thermal_zone*; do echo "$i: $(<$i/type)"; done
    749 ; Default: 0
    750 thermal-zone = 0
    751 
    752 ; Full path of temperature sysfs path
    753 ; Use `sensors` to find preferred temperature source, then run
    754 ; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
    755 ; to find path to desired file
    756 ; Default reverts to thermal zone setting
    757 ;;hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon2/temp1_input
    758 
    759 ; Threshold temperature to display warning label (in degrees celsius)
    760 ; Default: 80
    761 warn-temperature = 60
    762 
    763 ; Whether or not to show units next to the temperature tokens (°C, °F)
    764 ; Default: true
    765 units = true
    766 
    767 ; Available tags:
    768 ;   <label> (default)
    769 ;   <ramp>
    770 format = <ramp> <label>
    771 format-prefix-foreground = ${color.FG}
    772 format-background = ${color.BGM}
    773 format-padding = 1
    774 
    775 ; Available tags:
    776 ;   <label-warn> (default)
    777 ;   <ramp>
    778 format-warn = <ramp> <label-warn>
    779 format-warn-prefix-foreground = ${color.FG}
    780 format-warn-background = ${color.BGM}
    781 format-warn-padding = 1
    782 
    783 ; Available tokens:
    784 ;   %temperature% (deprecated)
    785 ;   %temperature-c%   (default, temperature in °C)
    786 ;   %temperature-f%   (temperature in °F)
    787 label = %temperature-c%
    788 
    789 ; Available tokens:
    790 ;   %temperature% (deprecated)
    791 ;   %temperature-c%   (default, temperature in °C)
    792 ;   %temperature-f%   (temperature in °F)
    793 label-warn = "%temperature-c%"
    794 label-warn-foreground = ${color.BG}
    795 
    796 ; Requires the <ramp> tag
    797 ; The icon selection will range from 0 to `warn-temperature`
    798 ; with the current temperature as index.
    799 ramp-0 = 
    800 ramp-1 = 
    801 ramp-2 = 
    802 ramp-3 = 
    803 ramp-4 = 
    804 ;;ramp-foreground = #55
    805 
    806 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    807 
    808 [module/title]
    809 type = internal/xwindow
    810 
    811 ; Available tags:
    812 ;   <label> (default)
    813 format = <label>
    814 format-foreground = ${color.BGM}
    815 format-background = ${color.BG}
    816 
    817 ; Available tokens:
    818 ;   %title%
    819 ; Default: %title%
    820 label = %title%
    821 label-maxlen = 30
    822 
    823 ; Used instead of label when there is no window title
    824 ; Available tokens:
    825 ;   None
    826 label-empty = Desktop
    827 
    828 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    829 
    830 [module/openbox]
    831 type = internal/xworkspaces
    832 
    833 ; Only show workspaces defined on the same output as the bar
    834 ;
    835 ; Useful if you want to show monitor specific workspaces
    836 ; on different bars
    837 ;
    838 ; Default: false
    839 pin-workspaces = true
    840 
    841 ; Create click handler used to focus desktop
    842 ; Default: true
    843 enable-click = true
    844 
    845 ; Create scroll handlers used to cycle desktops
    846 ; Default: true
    847 enable-scroll = true
    848 
    849 ; icon-[0-9]+ = <desktop-name>;<icon>
    850 ; NOTE: The desktop name needs to match the name configured by the WM
    851 ; You can get a list of the defined desktops using:
    852 ; $ xprop -root _NET_DESKTOP_NAMES
    853 icon-0 = 1;
    854 icon-1 = 2;
    855 icon-2 = 3;
    856 icon-3 = 4;
    857 icon-4 = 5;
    858 icon-default = #
    859 
    860 ; Available tags:
    861 ;   <label-monitor>
    862 ;   <label-state> - gets replaced with <label-(active|urgent|occupied|empty)>
    863 ; Default: <label-state>
    864 format = <label-state>
    865 format-background = ${color.BGM}
    866 format-padding = 1
    867 
    868 ; Available tokens:
    869 ;   %name%
    870 ; Default: %name%
    871 label-monitor = %name%
    872 
    873 ; Available tokens:
    874 ;   %name%
    875 ;   %icon%
    876 ;   %index%
    877 ; Default: %icon%  %name%
    878 label-active = "%icon%"
    879 label-active-foreground = ${color.BG}
    880 ;label-active-background = ${color.BG}
    881 ;;label-active-underline = ${color.FG}
    882 ;;label-active-overline = ${color.FG}
    883 
    884 ; Available tokens:
    885 ;   %name%
    886 ;   %icon%
    887 ;   %index%
    888 ; Default: %icon%  %name%
    889 label-occupied = "%icon%"
    890 label-occupied-foreground = ${color.FG}
    891 ;label-occupied-background = ${color.BG}
    892 ;;label-occupied-underline = ${color.FG}
    893 ;;label-occupied-overline = ${color.FG}
    894 
    895 ; Available tokens:
    896 ;   %name%
    897 ;   %icon%
    898 ;   %index%
    899 ; Default: %icon%  %name%
    900 label-urgent = "%icon%"
    901 label-urgent-foreground = ${color.FG}
    902 ;label-urgent-background = ${color.BG}
    903 ;;label-urgent-underline = ${color.FG}
    904 ;;label-urgent-overline = ${color.FG}
    905 
    906 ; Available tokens:
    907 ;   %name%
    908 ;   %icon%
    909 ;   %index%
    910 ; Default: %icon%  %name%
    911 label-empty = "%icon%"
    912 label-empty-foreground = ${color.FG}
    913 ;label-empty-background = ${color.BG}
    914 ;;label-empty-underline = ${color.FG}
    915 ;;label-empty-overline = ${color.FG}
    916 
    917 label-active-padding = 0
    918 label-urgent-padding = 0
    919 label-occupied-padding = 0
    920 label-empty-padding = 0
    921 
    922 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    923 ;;	    __________  ______
    924 ;;	   / ____/ __ \/ ____/
    925 ;;	  / __/ / / / / /_    
    926 ;;	 / /___/ /_/ / __/    
    927 ;;	/_____/\____/_/       
    928 ;;
    929 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_