d0tfiles

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

config.ini (9654B)


      1 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
      2 ;;
      3 ;;	    ____        __      __              
      4 ;;	   / __ \____  / /_  __/ /_  ____ ______
      5 ;;	  / /_/ / __ \/ / / / / __ \/ __ `/ ___/
      6 ;;	 / ____/ /_/ / / /_/ / /_/ / /_/ / /    
      7 ;;	/_/    \____/_/\__, /_.___/\__,_/_/     
      8 ;;	              /____/                    
      9 ;;
     10 ;; Created By Aditya Shakya @adi1090x
     11 ;;
     12 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     13 
     14 ;; Global WM Settings
     15 
     16 [global/wm]
     17 ; Adjust the _NET_WM_STRUT_PARTIAL top value
     18 ; Used for top aligned bars
     19 margin-bottom = 10
     20 
     21 ; Adjust the _NET_WM_STRUT_PARTIAL bottom value
     22 ; Used for bottom aligned bars
     23 margin-top = 0
     24 
     25 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     26 
     27 ;; File Inclusion
     28 ; include an external file, like module file, etc.
     29 
     30 include-file = ~/.config/polybar/forest/colors.ini
     31 include-file = ~/.config/polybar/forest/modules.ini
     32 include-file = ~/.config/polybar/forest/user_modules.ini
     33 include-file = ~/.config/polybar/forest/bars.ini
     34 
     35 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
     36 
     37 ;; Bar Settings
     38 
     39 [bar/main]
     40 ; Use either of the following command to list available outputs:
     41 ; If unspecified, the application will pick the first one it finds.
     42 ; $ polybar -m | cut -d ':' -f 1
     43 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1
     44 monitor =
     45 
     46 ; Use the specified monitor as a fallback if the main one is not found.
     47 monitor-fallback =
     48 
     49 ; Require the monitor to be in connected state
     50 ; XRandR sometimes reports my monitor as being disconnected (when in use)
     51 monitor-strict = false
     52 
     53 ; Tell the Window Manager not to configure the window.
     54 ; Use this to detach the bar if your WM is locking its size/position.
     55 override-redirect = false
     56 
     57 ; Put the bar at the bottom of the screen
     58 bottom = false
     59 
     60 ; Prefer fixed center position for the `modules-center` block
     61 ; When false, the center position will be based on the size of the other blocks.
     62 fixed-center = true
     63 
     64 ; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%),
     65 ; the percentage can optionally be extended with a pixel offset like so:
     66 ; 50%:-10, this will result in a width or height of 50% minus 10 pixels
     67 width = 100%
     68 height = 28
     69 
     70 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
     71 ; the percentage can optionally be extended with a pixel offset like so:
     72 ; 50%:-10, this will result in an offset in the x or y direction 
     73 ; of 50% minus 10 pixels
     74 offset-x = 0
     75 offset-y = 0
     76 
     77 ; Background ARGB color (e.g. #f00, #ff992a, #ddff1023)
     78 background = ${color.BG}
     79 
     80 ; Foreground ARGB color (e.g. #f00, #ff992a, #ddff1023)
     81 foreground = ${color.FG}
     82 
     83 ; Background gradient (vertical steps)
     84 ;   background-[0-9]+ = #aarrggbb
     85 ;;background-0 = 
     86 
     87 ; Value used for drawing rounded corners
     88 ; Note: This shouldn't be used together with border-size because the border 
     89 ; doesn't get rounded
     90 ; Individual top/bottom values can be defined using:
     91 ;   radius-{top,bottom}
     92 radius-top = 0.0
     93 radius-bottom = 0.0
     94 
     95 ; Under-/overline pixel size and argb color
     96 ; Individual values can be defined using:
     97 ;   {overline,underline}-size
     98 ;   {overline,underline}-color
     99 line-size = 0
    100 line-color = ${color.AC}
    101 
    102 ; Values applied to all borders
    103 ; Individual side values can be defined using:
    104 ;   border-{left,top,right,bottom}-size
    105 ;   border-{left,top,right,bottom}-color
    106 ; The top and bottom borders are added to the bar height, so the effective
    107 ; window height is:
    108 ;   height + border-top-size + border-bottom-size
    109 ; Meanwhile the effective window width is defined entirely by the width key and
    110 ; the border is placed withing this area. So you effectively only have the
    111 ; following horizontal space on the bar:
    112 ;   width - border-right-size - border-left-size
    113 border-bottom-size = 0
    114 border-color = ${color.AC}
    115 
    116 ; Number of spaces to add at the beginning/end of the bar
    117 ; Individual side values can be defined using:
    118 ;   padding-{left,right}
    119 padding = 2
    120 
    121 ; Number of spaces to add before/after each module
    122 ; Individual side values can be defined using:
    123 ;   module-margin-{left,right}
    124 module-margin-left = 1
    125 module-margin-right = 1
    126 
    127 ; Fonts are defined using <font-name>;<vertical-offset>
    128 ; Font names are specified using a fontconfig pattern.
    129 ;   font-0 = "scientifica:size=8;2"
    130 ;   font-1 = MaterialIcons:size=10
    131 ;   font-2 = Termsynu:size=8;-1
    132 ;   font-3 = FontAwesome:size=10
    133 ; See the Fonts wiki page for more details
    134 
    135 font-0 = "Terminus:Medium:size=9;2"
    136 font-1 = "waffle:size=12;2"
    137 
    138 ; Modules are added to one of the available blocks
    139 ;   modules-left = cpu ram
    140 ;   modules-center = xwindow xbacklight
    141 ;   modules-right = ipc clock
    142 
    143 ;; Available modules
    144 ;;
    145 ;alsa backlight battery
    146 ;bspwm cpu date
    147 ;filesystem github i3
    148 ;subscriber demo memory
    149 ;menu-apps mpd wired-network
    150 ;wireless-network network pulseaudio
    151 ;name_you_want temperature my-text-label
    152 ;backlight keyboard title workspaces 
    153 ;;
    154 ;; User modules
    155 ;checknetwork updates window_switch launcher powermenu sysmenu menu
    156 ;;
    157 ;; Bars
    158 ;cpu_bar memory_bar filesystem_bar mpd_bar 
    159 ;volume brightness battery_bar 
    160 
    161 modules-left = openbox 
    162 modules-center = 
    163 modules-right = network mpd volume  battery cpu memory filesystem temperature date  
    164 
    165 ; The separator will be inserted between the output of each module
    166 separator =
    167 
    168 ; This value is used to add extra spacing between elements
    169 ; @deprecated: This parameter will be removed in an upcoming version
    170 spacing = 0
    171 
    172 ; Opacity value between 0.0 and 1.0 used on fade in/out
    173 dim-value = 1.0
    174 
    175 ; Value to be used to set the WM_NAME atom
    176 ; If the value is empty or undefined, the atom value
    177 ; will be created from the following template: polybar-[BAR]_[MONITOR]
    178 ; NOTE: The placeholders are not available for custom values
    179 wm-name = openbox
    180 
    181 ; Locale used to localize various module data (e.g. date)
    182 ; Expects a valid libc locale, for example: sv_SE.UTF-8
    183 locale = 
    184 
    185 ; Position of the system tray window
    186 ; If empty or undefined, tray support will be disabled
    187 ; NOTE: A center aligned tray will cover center aligned modules
    188 ;
    189 ; Available positions:
    190 ;   left
    191 ;   center
    192 ;   right
    193 ;   none
    194 tray-position = right
    195 
    196 ; If true, the bar will not shift its
    197 ; contents when the tray changes
    198 tray-detached = false
    199 
    200 ; Tray icon max size
    201 tray-maxsize = 16
    202 
    203 ; DEPRECATED! Since 3.3.0 the tray always uses pseudo-transparency
    204 ; Enable pseudo transparency
    205 ; Will automatically be enabled if a fully transparent
    206 ; background color is defined using `tray-background`
    207 ; tray-transparent = false
    208 
    209 ; Background color for the tray container 
    210 ; ARGB color (e.g. #f00, #ff992a, #ddff1023)
    211 ; By default the tray container will use the bar
    212 ; background color.
    213 tray-background = ${color.BGA}
    214 
    215 ; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
    216 tray-offset-x = 0
    217 tray-offset-y = 0
    218 
    219 ; Pad the sides of each tray icon
    220 tray-padding = 2
    221 
    222 ; Scale factor for tray clients
    223 tray-scale = 1.0
    224 
    225 ; Restack the bar window and put it above the
    226 ; selected window manager's root
    227 ;
    228 ; Fixes the issue where the bar is being drawn
    229 ; on top of fullscreen window's
    230 ;
    231 ; Currently supported WM's:
    232 ;   bspwm
    233 ;   i3 (requires: `override-redirect = true`)
    234 ; wm-restack =
    235 
    236 ; Set a DPI values used when rendering text
    237 ; This only affects scalable fonts
    238 ; dpi = 
    239 
    240 ; Enable support for inter-process messaging
    241 ; See the Messaging wiki page for more details.
    242 enable-ipc = true
    243 
    244 ; Fallback click handlers that will be called if
    245 ; there's no matching module handler found.
    246 click-left = 
    247 click-middle = 
    248 click-right =
    249 scroll-up =
    250 scroll-down =
    251 double-click-left =
    252 double-click-middle =
    253 double-click-right =
    254 
    255 ; Requires polybar to be built with xcursor support (xcb-util-cursor)
    256 ; Possible values are:
    257 ; - default   : The default pointer as before, can also be an empty string (default)
    258 ; - pointer   : Typically in the form of a hand
    259 ; - ns-resize : Up and down arrows, can be used to indicate scrolling
    260 cursor-click = 
    261 cursor-scroll = 
    262 
    263 ;; WM Workspace Specific
    264 
    265 ; bspwm
    266 ;;scroll-up = bspwm-desknext
    267 ;;scroll-down = bspwm-deskprev
    268 ;;scroll-up = bspc desktop -f prev.local
    269 ;;scroll-down = bspc desktop -f next.local
    270 
    271 ;i3
    272 ;;scroll-up = i3wm-wsnext
    273 ;;scroll-down = i3wm-wsprev
    274 ;;scroll-up = i3-msg workspace next_on_output
    275 ;;scroll-down = i3-msg workspace prev_on_output
    276 
    277 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    278 
    279 ;; Application Settings
    280 
    281 [settings]
    282 ; The throttle settings lets the eventloop swallow up til X events
    283 ; if they happen within Y millisecond after first event was received.
    284 ; This is done to prevent flood of update event.
    285 ;
    286 ; For example if 5 modules emit an update event at the same time, we really
    287 ; just care about the last one. But if we wait too long for events to swallow
    288 ; the bar would appear sluggish so we continue if timeout
    289 ; expires or limit is reached.
    290 throttle-output = 5
    291 throttle-output-for = 10
    292 
    293 ; Time in milliseconds that the input handler will wait between processing events
    294 throttle-input-for = 30
    295 
    296 ; Reload upon receiving XCB_RANDR_SCREEN_CHANGE_NOTIFY events
    297 screenchange-reload = false
    298 
    299 ; Compositing operators
    300 ; @see: https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-operator-t
    301 compositing-background = source
    302 compositing-foreground = over
    303 compositing-overline = over
    304 compositing-underline = over
    305 compositing-border = over
    306 
    307 ; Define fallback values used by all module formats
    308 format-foreground = 
    309 format-background = 
    310 format-underline =
    311 format-overline =
    312 format-spacing =
    313 format-padding =
    314 format-margin =
    315 format-offset =
    316 
    317 ; Enables pseudo-transparency for the bar
    318 ; If set to true the bar can be transparent without a compositor.
    319 pseudo-transparency = false
    320 
    321 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    322 ;;	    __________  ______
    323 ;;	   / ____/ __ \/ ____/
    324 ;;	  / __/ / / / / /_    
    325 ;;	 / /___/ /_/ / __/    
    326 ;;	/_____/\____/_/       
    327 ;;
    328 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_