Create config

This commit is contained in:
nonetrix 2022-01-13 00:16:01 -06:00 committed by GitHub
parent ef1f8499ea
commit 22449ce050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
.config/polybar/config Normal file
View File

@ -0,0 +1,25 @@
[bar/mybar]
modules-right = date
modules-left = bspwm
background = #22000000
radius-bottom = 15.0
margin-left = 15.0
padding-left = 5
padding-right = 5
border-size = 2
border-color = #55000000
border-radius = 15.0
scroll-up = bspwm-desknext
scroll-down = bspwm-deskprev
[module/date]
type = internal/date
date = %Y-%m-%d%
[module/bspwm]
type = internal/bspwm
pin-workspaces = true
inline-mode = false
enable-click = true
enable-scroll = true
reverse-scroll = true