Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  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 = 0
  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/colors.ini
  31. include-file = ~/.config/polybar/modules.ini
  32. include-file = ~/.config/polybar/user_modules.ini
  33. include-file = ~/.config/polybar/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 = 18
  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. overline-size = 2
  100. overline-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-size = 4
  114. border-color = ${color.bg}
  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 = 1
  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 = 0
  125. module-margin-right = 0
  126.  
  127. ; Fonts are defined using <font-name>;<vertical-offset>
  128. ; Font names are specified using a fontconfig pattern.
  129. ; font-0 = NotoSans-Regular: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 = "Misc Termsyn:size=12;2"
  136. font-1 = "Wuncon Siji:size=12;2"
  137. font-2 = "xos4 Terminus:size=12;2"
  138.  
  139. ; Modules are added to one of the available blocks
  140. ; modules-left = cpu ram
  141. ; modules-center = xwindow xbacklight
  142. ; modules-right = ipc clock
  143.  
  144. ;; Available modules
  145. ;;
  146. ;alsa backlight battery
  147. ;bspwm cpu date
  148. ;filesystem github i3
  149. ;memory mpd wired-network
  150. ;network pulseaudio temperature
  151. ;keyboard title workspaces
  152. ;;
  153. ;; User modules
  154. ;checknetwork updates window_switch launcher powermenu sysmenu menu style
  155. ;;
  156. ;; Bars
  157. ;cpu_bar memory_bar filesystem_bar mpd_bar
  158. ;volume brightness battery_bar
  159.  
  160. modules-left = i3 separator separator
  161. modules-center = title
  162. modules-right = style_i style separator alsa_i alsa separator network_i network separator date_i date
  163.  
  164. ; The separator will be inserted between the output of each module
  165. separator =
  166.  
  167. ; This value is used to add extra spacing between elements
  168. ; @deprecated: This parameter will be removed in an upcoming version
  169. spacing = 0
  170.  
  171. ; Opacity value between 0.0 and 1.0 used on fade in/out
  172. dim-value = 1.0
  173.  
  174. ; Value to be used to set the WM_NAME atom
  175. ; If the value is empty or undefined, the atom value
  176. ; will be created from the following template: polybar-[BAR]_[MONITOR]
  177. ; NOTE: The placeholders are not available for custom values
  178. wm-name =
  179.  
  180. ; Locale used to localize various module data (e.g. date)
  181. ; Expects a valid libc locale, for example: sv_SE.UTF-8
  182. locale =
  183.  
  184. ; Position of the system tray window
  185. ; If empty or undefined, tray support will be disabled
  186. ; NOTE: A center aligned tray will cover center aligned modules
  187. ;
  188. ; Available positions:
  189. ; left
  190. ; center
  191. ; right
  192. ; none
  193. tray-position = none
  194.  
  195. ; If true, the bar will not shift its
  196. ; contents when the tray changes
  197. tray-detached = false
  198.  
  199. ; Tray icon max size
  200. tray-maxsize = 16
  201.  
  202. ; DEPRECATED! Since 3.3.0 the tray always uses pseudo-transparency
  203. ; Enable pseudo transparency
  204. ; Will automatically be enabled if a fully transparent
  205. ; background color is defined using `tray-background`
  206. tray-transparent = false
  207.  
  208. ; Background color for the tray container
  209. ; ARGB color (e.g. #f00, #ff992a, #ddff1023)
  210. ; By default the tray container will use the bar
  211. ; background color.
  212. tray-background = ${color.bg}
  213.  
  214. ; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
  215. tray-offset-x = 0
  216. tray-offset-y = 0
  217.  
  218. ; Pad the sides of each tray icon
  219. tray-padding = 0
  220.  
  221. ; Scale factor for tray clients
  222. tray-scale = 1.0
  223.  
  224. ; Restack the bar window and put it above the
  225. ; selected window manager's root
  226. ;
  227. ; Fixes the issue where the bar is being drawn
  228. ; on top of fullscreen window's
  229. ;
  230. ; Currently supported WM's:
  231. ; bspwm
  232. ; i3 (requires: `override-redirect = true`)
  233. ; wm-restack =
  234.  
  235. ; Set a DPI values used when rendering text
  236. ; This only affects scalable fonts
  237. ; dpi =
  238.  
  239. ; Enable support for inter-process messaging
  240. ; See the Messaging wiki page for more details.
  241. enable-ipc = true
  242.  
  243. ; Fallback click handlers that will be called if
  244. ; there's no matching module handler found.
  245. click-left =
  246. click-middle =
  247. click-right =
  248. scroll-up =
  249. scroll-down =
  250. double-click-left =
  251. double-click-middle =
  252. double-click-right =
  253.  
  254. ; Requires polybar to be built with xcursor support (xcb-util-cursor)
  255. ; Possible values are:
  256. ; - default : The default pointer as before, can also be an empty string (default)
  257. ; - pointer : Typically in the form of a hand
  258. ; - ns-resize : Up and down arrows, can be used to indicate scrolling
  259. cursor-click =
  260. cursor-scroll =
  261.  
  262. ;; WM Workspace Specific
  263.  
  264. ; bspwm
  265. ;;scroll-up = bspwm-desknext
  266. ;;scroll-down = bspwm-deskprev
  267. ;;scroll-up = bspc desktop -f prev.local
  268. ;;scroll-down = bspc desktop -f next.local
  269.  
  270. ;i3
  271. ;;scroll-up = i3wm-wsnext
  272. ;;scroll-down = i3wm-wsprev
  273. ;;scroll-up = i3-msg workspace next_on_output
  274. ;;scroll-down = i3-msg workspace prev_on_output
  275.  
  276. ;openbox
  277. ;awesome
  278. ;etc
  279.  
  280. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  281.  
  282. ;; Application Settings
  283.  
  284. [settings]
  285. ; The throttle settings lets the eventloop swallow up til X events
  286. ; if they happen within Y millisecond after first event was received.
  287. ; This is done to prevent flood of update event.
  288. ;
  289. ; For example if 5 modules emit an update event at the same time, we really
  290. ; just care about the last one. But if we wait too long for events to swallow
  291. ; the bar would appear sluggish so we continue if timeout
  292. ; expires or limit is reached.
  293. throttle-output = 5
  294. throttle-output-for = 10
  295.  
  296. ; Time in milliseconds that the input handler will wait between processing events
  297. throttle-input-for = 30
  298.  
  299. ; Reload upon receiving XCB_RANDR_SCREEN_CHANGE_NOTIFY events
  300. screenchange-reload = false
  301.  
  302. ; Compositing operators
  303. ; @see: https://www.cairographics.org/manual/cairo-cairo-t.html#cairo-operator-t
  304. compositing-background = source
  305. compositing-foreground = over
  306. compositing-overline = over
  307. compositing-underline = over
  308. compositing-border = over
  309.  
  310. ; Define fallback values used by all module formats
  311. format-foreground =
  312. format-background =
  313. format-underline =
  314. format-overline =
  315. format-spacing =
  316. format-padding =
  317. format-margin =
  318. format-offset =
  319.  
  320. ; Enables pseudo-transparency for the bar
  321. ; If set to true the bar can be transparent without a compositor.
  322. pseudo-transparency = false
  323.  
  324. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  325. ;; __________ ______
  326. ;; / ____/ __ \/ ____/
  327. ;; / __/ / / / / /_
  328. ;; / /___/ /_/ / __/
  329. ;; /_____/\____/_/
  330. ;;
  331. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement