2020-02-18 01:21:28 +00:00
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
;;
|
|
|
|
;; ____ __ __
|
|
|
|
;; / __ \____ / /_ __/ /_ ____ ______
|
|
|
|
;; / /_/ / __ \/ / / / / __ \/ __ `/ ___/
|
|
|
|
;; / ____/ /_/ / / /_/ / /_/ / /_/ / /
|
|
|
|
;; /_/ \____/_/\__, /_.___/\__,_/_/
|
|
|
|
;; /____/
|
|
|
|
;;
|
|
|
|
;; Created By Aditya Shakya @adi1090x
|
|
|
|
;;
|
|
|
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
|
|
|
|
|
|
|
include-file = ~/.config/polybar/colors.ini
|
|
|
|
include-file = ~/.config/polybar/bars.ini
|
|
|
|
include-file = ~/.config/polybar/modules.ini
|
2020-02-19 01:05:52 +00:00
|
|
|
include-file = ~/.config/polybar/custom.ini
|
2020-02-07 16:32:59 +00:00
|
|
|
|
|
|
|
[settings]
|
2020-02-13 17:25:00 +00:00
|
|
|
screenchange-reload = true
|
2020-03-27 13:19:28 +00:00
|
|
|
; compositing-background = xor
|
|
|
|
; compositing-background = screen
|
|
|
|
; compositing-foreground = source
|
|
|
|
; compositing-border = over
|
|
|
|
; pseudo-transparency = false
|
2020-02-07 16:32:59 +00:00
|
|
|
|
|
|
|
[global/wm]
|
2020-02-13 17:25:00 +00:00
|
|
|
margin-top = 0
|
|
|
|
margin-bottom = 0
|
2020-02-14 12:10:01 +00:00
|
|
|
|
|
|
|
; vim: ft=dosini
|