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]
|
2020-05-03 16:35:27 +00:00
|
|
|
background = #000000
|
|
|
|
background-alt = #444444
|
2020-03-15 19:09:47 +00:00
|
|
|
foreground = #FFFFFF
|
2020-05-03 16:35:27 +00:00
|
|
|
foreground-alt = #555555
|
2019-07-18 16:45:46 +00:00
|
|
|
primary = #F5A70A
|
2020-05-03 16:35:27 +00:00
|
|
|
secondary = #E60053
|
|
|
|
alert = #BD2C40
|
2019-07-18 16:45:46 +00:00
|
|
|
|
|
|
|
; bar colors
|
2020-05-03 16:35:27 +00:00
|
|
|
bn = #43A047
|
|
|
|
bm = #FDD835
|
|
|
|
bd = #E53935
|
2019-07-18 16:45:46 +00:00
|
|
|
|
|
|
|
[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}
|
|
|
|
|
2023-06-09 15:52:42 +00:00
|
|
|
font-0 = "RobotoMono Nerd Font Mono:style=Regular: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"
|
2021-08-08 10:37:07 +00:00
|
|
|
font-3 = "NotoSans-Regular:size=18:weight=bold:antialias=true;2"
|
|
|
|
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"
|
2022-03-19 11:37:15 +00:00
|
|
|
font-6 = "Font Awesome 6 Brands-Regular-400:size=32:antialias=true;1"
|
2019-07-18 16:45:46 +00:00
|
|
|
|
2021-07-13 14:10:58 +00:00
|
|
|
modules-left = polywins
|
2020-03-16 18:47:08 +00:00
|
|
|
modules-center = custom_date
|
2021-08-29 15:43:15 +00:00
|
|
|
modules-right = updates cpu_bar memory_bar docker vpn network_status network_usage alsa_bar
|
2019-07-18 16:45:46 +00:00
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
cursor-scroll = ns-resize
|