Added devenv and moved config files
This commit is contained in:
54
config/polybar/bars/bars.ini
Normal file
54
config/polybar/bars/bars.ini
Normal file
@@ -0,0 +1,54 @@
|
||||
include-file = colours.ini
|
||||
include-directory = modules
|
||||
|
||||
[bar/base]
|
||||
dpi = 96
|
||||
width = 100%
|
||||
height = 32
|
||||
offset-x = 0
|
||||
offset-y = 0
|
||||
|
||||
font-0 = "Iosevka:size=10;2"
|
||||
font-1 = "Iosevka:size=16;2"
|
||||
font-2 = "Iosevka:size=22;4"
|
||||
|
||||
background = ${colours/bar.bg}
|
||||
foreground = ${colours/bar.fg}
|
||||
|
||||
border-bottom-size = 5
|
||||
border-top-size = 5
|
||||
border-left-size = 10
|
||||
border-right-size = 10
|
||||
|
||||
border-bottom-color = ${colours/bar.bg}
|
||||
border-top-color = ${colours/bar.bg}
|
||||
border-left-color = ${colours/bar.bg}
|
||||
border-right-color = ${colours/bar.bg}
|
||||
|
||||
spacing = 0
|
||||
padding-left = 0
|
||||
padding-right = 0
|
||||
module-margin-left = 0
|
||||
|
||||
separator = |
|
||||
separator-padding = .5
|
||||
separator-foreground = ${colours/bar.bg}
|
||||
separator-background = ${colours/bar.bg}
|
||||
|
||||
[bar/bottom]
|
||||
inherit = bar/base
|
||||
bottom = true
|
||||
|
||||
modules-left = workspaces
|
||||
modules-right = wireless bluetooth volume battery
|
||||
|
||||
tray-position = center
|
||||
tray-maxsize = 28
|
||||
|
||||
[bar/top]
|
||||
inherit = bar/base
|
||||
bottom = false
|
||||
|
||||
modules-left = spotify
|
||||
modules-center = date
|
||||
modules-right = i3-mode
|
||||
Reference in New Issue
Block a user