Improve polybar configs
This commit is contained in:
parent
c9aab14f10
commit
0bbc36d291
7 changed files with 14 additions and 18 deletions
31
.config/polybar/config.ini
Normal file
31
.config/polybar/config.ini
Normal file
|
@ -0,0 +1,31 @@
|
|||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
;;
|
||||
;; ____ __ __
|
||||
;; / __ \____ / /_ __/ /_ ____ ______
|
||||
;; / /_/ / __ \/ / / / / __ \/ __ `/ ___/
|
||||
;; / ____/ /_/ / / /_/ / /_/ / /_/ / /
|
||||
;; /_/ \____/_/\__, /_.___/\__,_/_/
|
||||
;; /____/
|
||||
;;
|
||||
;; Created By Aditya Shakya @adi1090x
|
||||
;;
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
include-file = ~/.config/polybar/colors.ini
|
||||
include-file = ~/.config/polybar/bars.ini
|
||||
include-file = ~/.config/polybar/modules.ini
|
||||
include-file = ~/.config/polybar/custom.ini
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
; compositing-background = xor
|
||||
; compositing-background = screen
|
||||
; compositing-foreground = source
|
||||
; compositing-border = over
|
||||
; pseudo-transparency = false
|
||||
|
||||
[global/wm]
|
||||
margin-top = 0
|
||||
margin-bottom = 0
|
||||
|
||||
; vim: ft=dosini
|
Loading…
Add table
Add a link
Reference in a new issue