d0tfiles

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

bars.ini (13446B)


      1 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
      2 ;;
      3 ;;	    ____                 
      4 ;;	   / __ )____ ___________
      5 ;;	  / __  / __ `/ ___/ ___/
      6 ;;	 / /_/ / /_/ / /  (__  ) 
      7 ;;	/_____/\__,_/_/  /____/  
      8 ;;
      9 ;; Created By Aditya Shakya @adi1090x
     10 ;;
     11 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     12 
     13 [module/volume]
     14 type = internal/pulseaudio
     15 
     16 ; Sink to be used, if it exists (find using `pacmd list-sinks`, name field)
     17 ; If not, uses default sink
     18 sink = alsa_output.pci-0000_12_00.3.analog-stereo
     19 
     20 ; Use PA_VOLUME_UI_MAX (~153%) if true, or PA_VOLUME_NORM (100%) if false
     21 ; Default: true
     22 use-ui-max = false
     23 
     24 ; Interval for volume increase/decrease (in percent points)
     25 ; Default: 5
     26 interval = 5
     27 
     28 ; Available tags:
     29 ;   <label-volume> (default)
     30 ;   <ramp-volume>
     31 ;   <bar-volume>
     32 format-volume = <label-volume> <bar-volume>
     33 
     34 ; Available tags:
     35 ;   <label-muted> (default)
     36 ;   <ramp-volume>
     37 ;   <bar-volume>
     38 format-muted = <label-muted>
     39 
     40 ; Available tokens:
     41 ;   %percentage% (default)
     42 label-volume = 
     43 label-volume-foreground = ${color.FG}
     44 
     45 ; Available tokens:
     46 ;   %percentage% (default
     47 format-muted-prefix = 
     48 label-muted = " MUTED"
     49 label-muted-foreground = ${color.RED}
     50 
     51 ; Only applies if <ramp-volume> is used
     52 ramp-volume-0 = 
     53 ramp-volume-1 = 
     54 ramp-volume-2 = 
     55 ramp-volume-3 = 
     56 ramp-volume-4 = 
     57 
     58 ; Only applies if <bar-volume> is used
     59 bar-volume-width = 10
     60 bar-volume-gradient = false
     61 
     62 bar-volume-indicator = 
     63 bar-volume-indicator-foreground = ${color.AC}
     64 bar-volume-indicator-font = 1
     65 
     66 bar-volume-fill = 
     67 bar-volume-foreground-0 = ${color.GREEN}
     68 bar-volume-foreground-1 = ${color.GREEN}
     69 bar-volume-foreground-2 = ${color.AMBER}
     70 bar-volume-foreground-3 = ${color.RED}
     71 bar-volume-fill-font = 1
     72 
     73 bar-volume-empty = 
     74 bar-volume-empty-foreground = ${color.BGA}
     75 bar-volume-empty-font = 1
     76 
     77 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     78 
     79 [module/brightness]
     80 type = internal/xbacklight
     81 
     82 ; Use the following command to list available cards:
     83 ; $ ls -1 /sys/class/backlight/
     84 card = intel_backlight
     85 
     86 ; Available tags:
     87 ;   <label> (default)
     88 ;   <ramp>
     89 ;   <bar>
     90 format = <label> <bar>
     91 
     92 ; Available tokens:
     93 ;   %percentage% (default)
     94 label = 
     95 label-foreground = ${color.FG}
     96 
     97 ; Only applies if <ramp> is used
     98 
     99 ramp-0 = 
    100 ramp-1 = 
    101 ramp-2 = 
    102 ramp-3 = 
    103 ramp-4 = 
    104 
    105 ;; Other Icons
    106 ;
    107 
    108 ; Only applies if <bar> is used
    109 bar-width = 10
    110 bar-gradient = false
    111 
    112 bar-indicator = 
    113 bar-indicator-foreground = ${color.AC}
    114 bar-indicator-font = 1
    115 
    116 bar-fill = 
    117 bar-foreground-0 = ${color.GREEN}
    118 bar-foreground-1 = ${color.GREEN}
    119 bar-foreground-2 = ${color.GREEN}
    120 bar-foreground-3 = ${color.GREEN}
    121 bar-foreground-4 = ${color.GREEN}
    122 bar-foreground-5 = ${color.AMBER}
    123 bar-foreground-6 = ${color.AMBER}
    124 bar-foreground-7 = ${color.AMBER}
    125 bar-foreground-8 = ${color.RED}
    126 bar-foreground-9 = ${color.RED}
    127 bar-fill-font = 1
    128 
    129 bar-empty = 
    130 bar-empty-foreground = ${color.BGA}
    131 bar-empty-font = 1
    132 
    133 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    134 
    135 [module/battery_bar]
    136 type = internal/battery
    137 
    138 ; This is useful in case the battery never reports 100% charge
    139 full-at = 99
    140 
    141 ; Use the following command to list batteries and adapters:
    142 ; $ ls -1 /sys/class/power_supply/
    143 battery = BAT1
    144 adapter = ACAD
    145 
    146 ; If an inotify event haven't been reported in this many
    147 ; seconds, manually poll for new values.
    148 ;
    149 ; Needed as a fallback for systems that don't report events
    150 ; on sysfs/procfs.
    151 ;
    152 ; Disable polling by setting the interval to 0.
    153 ;
    154 ; Default: 5
    155 poll-interval = 2
    156 
    157 ; see "man date" for details on how to format the time string
    158 ; NOTE: if you want to use syntax tags here you need to use %%{...}
    159 ; Default: %H:%M:%S
    160 time-format = %H:%M
    161 
    162 ; Available tags:
    163 ;   <label-charging> (default)
    164 ;   <bar-capacity>
    165 ;   <ramp-capacity>
    166 ;   <animation-charging>
    167 format-charging = <bar-capacity>
    168 format-charging-prefix = " "
    169 
    170 ; Available tags:
    171 ;   <label-discharging> (default)
    172 ;   <bar-capacity>
    173 ;   <ramp-capacity>
    174 ;   <animation-discharging>
    175 format-discharging = <bar-capacity>
    176 format-discharging-prefix = " "
    177 
    178 ; Available tags:
    179 ;   <label-full> (default)
    180 ;   <bar-capacity>
    181 ;   <ramp-capacity>
    182 format-full = <bar-capacity> <label-full>
    183 format-full-prefix = " "
    184 
    185 ; Available tokens:
    186 ;   %percentage% (default)
    187 ;   %time%
    188 ;   %consumption% (shows current charge rate in watts)
    189 
    190 label-charging = %percentage%%
    191 
    192 ; Available tokens:
    193 ;   %percentage% (default)
    194 ;   %time%
    195 ;   %consumption% (shows current discharge rate in watts)
    196 label-discharging = %percentage%%
    197 
    198 ; Available tokens:
    199 ;   %percentage% (default)
    200 label-full = %percentage%%
    201 
    202 ; Only applies if <bar-capacity> is used
    203 bar-capacity-width = 10
    204 bar-capacity-gradient = false
    205 
    206 bar-capacity-indicator = 
    207 bar-capacity-indicator-foreground = ${color.AC}
    208 bar-capacity-indicator-font = 2
    209 
    210 bar-capacity-fill = 
    211 bar-capacity-foreground-0 = ${color.RED}
    212 bar-capacity-foreground-1 = ${color.RED}
    213 bar-capacity-foreground-2 = ${color.RED}
    214 bar-capacity-foreground-3 = ${color.AMBER}
    215 bar-capacity-foreground-4 = ${color.AMBER}
    216 bar-capacity-foreground-5 = ${color.AMBER}
    217 bar-capacity-foreground-6 = ${color.AMBER}
    218 bar-capacity-foreground-7 = ${color.GREEN}
    219 bar-capacity-foreground-8 = ${color.GREEN}
    220 bar-capacity-fill-font = 2
    221 
    222 bar-capacity-empty = 
    223 bar-capacity-empty-foreground = ${color.BGA}
    224 bar-capacity-empty-font = 2
    225 
    226 ; Only applies if <ramp-capacity> is used
    227 ramp-capacity-0 = 
    228 ramp-capacity-1 = 
    229 ramp-capacity-2 = 
    230 ramp-capacity-3 = 
    231 ramp-capacity-4 = 
    232 ramp-capacity-5 = 
    233 ramp-capacity-6 = 
    234 ramp-capacity-7 = 
    235 ramp-capacity-8 = 
    236 ramp-capacity-9 = 
    237 
    238 ; Only applies if <animation-charging> is used
    239 animation-charging-0 = 
    240 animation-charging-1 = 
    241 animation-charging-2 = 
    242 animation-charging-3 = 
    243 animation-charging-4 = 
    244 animation-charging-5 = 
    245 animation-charging-6 = 
    246 animation-charging-7 = 
    247 animation-charging-8 = 
    248 
    249 ; Framerate in milliseconds
    250 animation-charging-framerate = 750
    251 
    252 ; Only applies if <animation-discharging> is used
    253 ;;animation-discharging-0 = 
    254 ;;animation-discharging-1 = 
    255 ;;animation-discharging-2 = 
    256 ;;animation-discharging-3 = 
    257 ;;animation-discharging-4 = 
    258 ;;animation-discharging-5 = 
    259 ;;animation-discharging-6 = 
    260 ;;animation-discharging-7 = 
    261 ;;animation-discharging-8 = 
    262 
    263 ; Framerate in milliseconds
    264 ;animation-discharging-framerate = 500
    265 
    266 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    267 
    268 [module/cpu_bar]
    269 type = internal/cpu
    270 
    271 ; Seconds to sleep between updates
    272 ; Default: 1
    273 interval = 0.5
    274 
    275 ; Available tags:
    276 ;   <label> (default)
    277 ;   <bar-load>
    278 ;   <ramp-load>
    279 ;   <ramp-coreload>
    280 ;;format = <label> <ramp-coreload>
    281 format = <bar-load> <label>
    282 format-prefix = " "
    283 
    284 ; Available tokens:
    285 ;   %percentage% (default) - total cpu load averaged over all cores
    286 ;   %percentage-sum% - Cumulative load on all cores
    287 ;   %percentage-cores% - load percentage for each core
    288 ;   %percentage-core[1-9]% - load percentage for specific core
    289 label = "%percentage%%"
    290 
    291 ; Only applies if <bar-load> is used
    292 bar-load-width = 10
    293 bar-load-gradient = false
    294 
    295 bar-load-indicator = 
    296 bar-load-indicator-foreground = ${color.AC}
    297 bar-load-indicator-font = 2
    298 
    299 bar-load-fill = 
    300 bar-load-foreground-0 = ${color.GREEN}
    301 bar-load-foreground-1 = ${color.GREEN}
    302 bar-load-foreground-2 = ${color.GREEN}
    303 bar-load-foreground-3 = ${color.AMBER}
    304 bar-load-foreground-4 = ${color.AMBER}
    305 bar-load-foreground-5 = ${color.AMBER}
    306 bar-load-foreground-6 = ${color.RED}
    307 bar-load-foreground-7 = ${color.RED}
    308 bar-load-foreground-8 = ${color.RED}
    309 bar-load-fill-font = 2
    310 
    311 bar-load-empty = 
    312 bar-load-empty-foreground = ${color.BGA}
    313 bar-load-empty-font = 2
    314 
    315 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    316 
    317 [module/filesystem_bar]
    318 type = internal/fs
    319 
    320 ; Mountpoints to display
    321 mount-0 = /
    322 ;;mount-1 = /home
    323 ;;mount-2 = /var
    324 
    325 ; Seconds to sleep between updates
    326 ; Default: 30
    327 interval = 10
    328 
    329 ; Display fixed precision values
    330 ; Default: false
    331 fixed-values = false
    332 
    333 ; Spacing between entries
    334 ; Default: 2
    335 ;;spacing = 4
    336 
    337 ; Available tags:
    338 ;   <label-mounted> (default)
    339 ;   <bar-free>
    340 ;   <bar-used>
    341 ;   <ramp-capacity>
    342 format-mounted = <bar-used> <label-mounted>
    343 format-mounted-prefix = " "
    344 
    345 ; Available tags:
    346 ;   <label-unmounted> (default)
    347 ;;format-unmounted = <label-unmounted>
    348 ;;format-unmounted-prefix = 
    349 
    350 ; Available tokens:
    351 ;   %mountpoint%
    352 ;   %type%
    353 ;   %fsname%
    354 ;   %percentage_free%
    355 ;   %percentage_used%
    356 ;   %total%
    357 ;   %free%
    358 ;   %used%
    359 ; Default: %mountpoint% %percentage_free%%
    360 label-mounted = %used%/%total%
    361 
    362 ; Available tokens:
    363 ;   %mountpoint%
    364 ; Default: %mountpoint% is not mounted
    365 ;;label-unmounted = %mountpoint%: not mounted
    366 
    367 ; Only applies if <bar-used> is used
    368 bar-used-width = 10
    369 bar-used-gradient = false
    370 
    371 bar-used-indicator = 
    372 bar-used-indicator-foreground = ${color.AC}
    373 bar-used-indicator-font = 2
    374 
    375 bar-used-fill = 
    376 bar-used-foreground-0 = ${color.GREEN}
    377 bar-used-foreground-1 = ${color.GREEN}
    378 bar-used-foreground-2 = ${color.GREEN}
    379 bar-used-foreground-3 = ${color.GREEN}
    380 bar-used-foreground-4 = ${color.GREEN}
    381 bar-used-foreground-5 = ${color.AMBER}
    382 bar-used-foreground-6 = ${color.AMBER}
    383 bar-used-foreground-7 = ${color.RED}
    384 bar-used-foreground-8 = ${color.RED}
    385 bar-used-fill-font = 2
    386 
    387 bar-used-empty = 
    388 bar-used-empty-foreground = ${color.BGA}
    389 bar-used-empty-font = 2
    390 
    391 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    392 
    393 [module/memory_bar]
    394 type = internal/memory
    395 
    396 ; Seconds to sleep between updates
    397 ; Default: 1
    398 interval = 2
    399 
    400 ; Available tags:
    401 ;   <label> (default)
    402 ;   <bar-used>
    403 ;   <bar-free>
    404 ;   <ramp-used>
    405 ;   <ramp-free>
    406 ;   <bar-swap-used>
    407 ;   <bar-swap-free>
    408 ;   <ramp-swap-used>
    409 ;   <ramp-swap-free>
    410 format = <bar-used> <label>
    411 format-prefix = " "
    412 
    413 ; Available tokens:
    414 ;   %percentage_used% (default)
    415 ;   %percentage_free%
    416 ;   %gb_used%
    417 ;   %gb_free%
    418 ;   %gb_total%
    419 ;   %mb_used%
    420 ;   %mb_free%
    421 ;   %mb_total%
    422 ;   %percentage_swap_used%
    423 ;   %percentage_swap_free%
    424 ;   %mb_swap_total%
    425 ;   %mb_swap_free%
    426 ;   %mb_swap_used%
    427 ;   %gb_swap_total%
    428 ;   %gb_swap_free%
    429 ;   %gb_swap_used%
    430 
    431 label = "%mb_used%"
    432 
    433 ; Only applies if <bar-used> is used
    434 bar-used-width = 10
    435 bar-used-gradient = false
    436 
    437 bar-used-indicator = 
    438 bar-used-indicator-foreground = ${color.AC}
    439 bar-used-indicator-font = 2
    440 
    441 bar-used-fill = 
    442 bar-used-foreground-0 = ${color.GREEN}
    443 bar-used-foreground-1 = ${color.GREEN}
    444 bar-used-foreground-2 = ${color.GREEN}
    445 bar-used-foreground-3 = ${color.AMBER}
    446 bar-used-foreground-4 = ${color.AMBER}
    447 bar-used-foreground-5 = ${color.AMBER}
    448 bar-used-foreground-6 = ${color.RED}
    449 bar-used-foreground-7 = ${color.RED}
    450 bar-used-foreground-8 = ${color.RED}
    451 bar-used-fill-font = 2
    452 
    453 bar-used-empty = 
    454 bar-used-empty-foreground = ${color.BGA}
    455 bar-used-empty-font = 2
    456 
    457 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    458 
    459 [module/mpd_bar]
    460 type = internal/mpd
    461 
    462 ; Host where mpd is running (either ip or domain name)
    463 ; Can also be the full path to a unix socket where mpd is running.
    464 ;;host = 127.0.0.1
    465 ;;port = 6600
    466 ;;password = mysecretpassword
    467 
    468 ; Seconds to sleep between progressbar/song timer sync
    469 ; Default: 1
    470 interval = 1
    471 
    472 ; Available tags:
    473 ;   <label-song> (default)
    474 ;   <label-time>
    475 ;   <bar-progress>
    476 ;   <toggle> - gets replaced with <icon-(pause|play)>
    477 ;   <toggle-stop> - gets replaced with <icon-(stop|play)>
    478 ;   <icon-random>
    479 ;   <icon-repeat>
    480 ;   <icon-repeatone> (deprecated)
    481 ;   <icon-single> - Toggle playing only a single song. Replaces <icon-repeatone>
    482 ;   <icon-consume>
    483 ;   <icon-prev>
    484 ;   <icon-stop>
    485 ;   <icon-play>
    486 ;   <icon-pause>
    487 ;   <icon-next>
    488 ;   <icon-seekb>
    489 ;   <icon-seekf>
    490 format-online =  <label-song> <bar-progress> <label-time> 
    491 
    492 ;format-playing = ${self.format-online}
    493 ;format-paused = ${self.format-online}
    494 ;format-stopped = ${self.format-online}
    495 
    496 ; Available tags:
    497 ;   <label-offline>
    498 ;format-offline = <label-offline>
    499 
    500 ; Available tokens:
    501 ;   %artist%
    502 ;   %album-artist%
    503 ;   %album%
    504 ;   %date%
    505 ;   %title%
    506 ; Default: %artist% - %title%
    507 label-song =  "%title%"
    508 label-song-maxlen = 25
    509 label-song-ellipsis = true
    510 
    511 ; Available tokens:
    512 ;   %elapsed%
    513 ;   %total%
    514 ; Default: %elapsed% / %total%
    515 ;;abel-time = %elapsed% / %total%
    516 
    517 ; Available tokens:
    518 ;   None
    519 label-offline = "mpd is offline"
    520 
    521 ; Only applies if <icon-X> is used
    522 icon-play = 
    523 icon-pause = 
    524 icon-stop = 
    525 icon-prev = 
    526 icon-next = 
    527 icon-seekb = ⏪
    528 icon-seekf = ⏩
    529 icon-random = 🔀
    530 icon-repeat = 🔁
    531 icon-repeatone = 🔂
    532 icon-single = 🔂
    533 icon-consume = ✀
    534 
    535 ; Used to display the state of random/repeat/repeatone/single
    536 ; Only applies if <icon-[random|repeat|repeatone|single]> is used
    537 ;;toggle-on-foreground = #ff
    538 ;;toggle-off-foreground = #55
    539 
    540 ; Only applies if <bar-progress> is used
    541 bar-progress-width = 10
    542 bar-progress-gradient = true
    543 
    544 bar-progress-indicator = 
    545 bar-progress-indicator-foreground = ${color.AC}
    546 bar-progress-indicator-font = 2
    547 
    548 bar-progress-fill = 
    549 bar-progress-foreground-0 = ${color.GREEN}
    550 bar-progress-foreground-1 = ${color.GREEN}
    551 bar-progress-foreground-2 = ${color.GREEN}
    552 bar-progress-foreground-3 = ${color.AMBER}
    553 bar-progress-foreground-4 = ${color.AMBER}
    554 bar-progress-foreground-5 = ${color.AMBER}
    555 bar-progress-foreground-6 = ${color.RED}
    556 bar-progress-foreground-7 = ${color.RED}
    557 bar-progress-foreground-8 = ${color.RED}
    558 bar-progress-fill-font = 2
    559 
    560 bar-progress-empty = 
    561 bar-progress-empty-foreground = ${color.BGA}
    562 bar-progress-empty-font = 2
    563 
    564 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    565 ;;	    __________  ______
    566 ;;	   / ____/ __ \/ ____/
    567 ;;	  / __/ / / / / /_    
    568 ;;	 / /___/ /_/ / __/    
    569 ;;	/_____/\____/_/       
    570 ;;
    571 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_