2019-07-18 16:45:46 +00:00
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
|
|
|
|
[global/wm]
|
|
|
|
margin-top = 0
|
|
|
|
margin-bottom = 0
|
|
|
|
include-file = ~/.config/polybar/modules.ini
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
|
|
|
|
background = #263238
|
|
|
|
background-alt = #444
|
2020-03-15 19:09:47 +00:00
|
|
|
foreground = #FFFFFF
|
2019-07-18 16:45:46 +00:00
|
|
|
foreground-alt = #555
|
|
|
|
primary = #F5A70A
|
|
|
|
secondary = #e60053
|
|
|
|
alert = #bd2c40
|
|
|
|
|
|
|
|
; bar colors
|
|
|
|
bn = #43a047
|
|
|
|
bm = #fdd835
|
|
|
|
bd = #e53935
|
|
|
|
|
|
|
|
[bar/top]
|
|
|
|
monitor = ${env:MONITOR:}
|
2020-03-15 19:09:47 +00:00
|
|
|
bottom = false
|
2019-07-18 16:45:46 +00:00
|
|
|
|
|
|
|
offset-x = 0
|
|
|
|
offset-y = 0
|
|
|
|
radius-top = 0.0
|
|
|
|
radius-bottom = 0.0
|
|
|
|
|
|
|
|
border-bottom-size = 3
|
|
|
|
border-color = ${colors.primary}
|
2020-04-05 13:38:49 +00:00
|
|
|
padding-left = 1
|
2020-03-15 19:09:47 +00:00
|
|
|
padding-right = 2
|
2019-07-18 16:45:46 +00:00
|
|
|
|
|
|
|
module-margin-left = 1
|
|
|
|
module-margin-right = 2
|
|
|
|
separator =
|
|
|
|
dim-value = 1.0
|
|
|
|
locale = es_ES.UTF-8
|
2020-03-15 19:09:47 +00:00
|
|
|
tray-position = right
|
2019-07-18 16:45:46 +00:00
|
|
|
tray-detached = false
|
|
|
|
tray-maxsize = 32
|
|
|
|
tray-background = ${root.background}
|
|
|
|
tray-offset-x = 0
|
|
|
|
tray-offset-y = 0
|
|
|
|
tray-padding = 10
|
|
|
|
tray-scale = 1.0
|
|
|
|
|
|
|
|
width = 100%
|
|
|
|
enable-ipc = true
|
2020-03-15 19:09:47 +00:00
|
|
|
dpi-x = 96
|
|
|
|
dpi-y = 96
|
|
|
|
height = 40
|
2019-07-18 16:45:46 +00:00
|
|
|
fixed-center = true
|
|
|
|
|
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
2020-04-09 13:17:46 +00:00
|
|
|
font-0 = "Droid Sans Mono:size=16:antialias=true;1"
|
2019-07-18 16:45:46 +00:00
|
|
|
; https://fontawesome.com/cheatsheet/free
|
2020-04-09 13:17:46 +00:00
|
|
|
font-1 = "FontAwesome:size=16:antialias=true;2"
|
|
|
|
font-2 = "Material Icons:size=16:antialias=true;1"
|
|
|
|
font-3 = NotoSans-Regular:size=18:weight=bold:antialias=true;2
|
2020-04-09 16:02:57 +00:00
|
|
|
font-4 = NotoSans-Regular:size=28:weight=bold:antialias=true;-12
|
2020-04-10 13:04:41 +00:00
|
|
|
font-5 = "FontAwesome:size=21:antialias=true;4"
|
2019-07-18 16:45:46 +00:00
|
|
|
|
2020-04-10 14:17:05 +00:00
|
|
|
modules-left-dynamic =
|
|
|
|
include-file = ~/.config/polybar/modules-left.ini
|
2020-03-16 18:47:08 +00:00
|
|
|
modules-center = custom_date
|
2020-03-22 18:32:43 +00:00
|
|
|
modules-right = updates cpu_bar memory_bar vpn network_usage alsa_bar
|
2019-07-18 16:45:46 +00:00
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
cursor-scroll = ns-resize
|