This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.config/polybar/master.conf

58 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-10-16 14:38:02 -05:00
;=====================================================
; Settings & Colors
;=====================================================
[settings]
compositing-background = source
compositing-foreground = source
compositing-overline = source
compositing-underline = source
compositing-border = source
screenchange-reload = true
throttle-output = 5
throttle-output-for = 10
throttle-input-for = 30
; Fallback colors for modules
format-foreground = ${colors.foreground}
format-background = ${colors.background}
[colors]
background = #ed2b303b
foreground = #8FA1B3
urgent = #E7816B
blue = #6BA4E7
pink = #9181E7
orange = #FEBE8E
purple = #D7AFF9
yellow = #F9F1AF
;=====================================================
; Master Bar
;=====================================================
[bar/master]
width = 100%
height = 28
radius = 0.0
line-size = 2
bottom = false
fixed-center = true
border-bottom-size = 2
padding-left = 0
padding-right = 0
module-margin-left = 1
module-margin-right = 1
separator = │
foreground = ${colors.foreground}
background = ${colors.background}
border-color = ${colors.foreground}
font-0 = "DejaVu Sans Mono:size=10:antialias=false;2"
font-1 = "MaterialIcons:size=9:antialias=false;2"
font-2 = "icomoon:size=10:antialias=false;2"
font-3 = "Ubuntu Nerd Font:size=9:antialias=false;2"