Update config

This commit is contained in:
Vlad Doster 2020-01-01 11:47:58 -05:00 committed by GitHub
parent 7e3935d3aa
commit 2cfe6cca81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,4 @@
; vim:ft=dosini ; vim:ft=dosini
;=====================================================
;
; To learn more about how to configure Polybar
; go to https://github.com/jaagr/polybar
;
; The README contains alot of information
;
;=====================================================
[colors] [colors]
black = #1d2021 black = #1d2021
@ -38,7 +30,7 @@ fixed-center = false
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
line-size = 3 line-size = 2
line-color = ${colors.red} line-color = ${colors.red}
border-size = 0 border-size = 0
@ -57,7 +49,6 @@ font-3 = Symbola:pixelsize=9;1
wm-restack = i3 wm-restack = i3
; Other modules: xkeyboard filesystem xbacklight backlight-acpi cpu memory temperature powermenu weather
modules-left = i3 modules-left = i3
modules-center = xwindow modules-center = xwindow
modules-right = cpu memory volume wlan eth battery date modules-right = cpu memory volume wlan eth battery date
@ -76,7 +67,7 @@ click-left = st -e neomutt
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
label = %title:0:45:...% label = %title:0:100:...%
format-foreground = ${colors.blue} format-foreground = ${colors.blue}
[module/i3] [module/i3]