2019-07-18 18:45:46 +02:00
|
|
|
[settings]
|
|
|
|
screenchange-reload = true
|
|
|
|
|
|
|
|
[global/wm]
|
|
|
|
margin-top = 0
|
|
|
|
margin-bottom = 0
|
|
|
|
include-file = ~/.config/polybar/modules.ini
|
|
|
|
|
|
|
|
[colors]
|
2020-05-03 18:35:27 +02:00
|
|
|
background = #000000
|
|
|
|
background-alt = #444444
|
2020-03-15 20:09:47 +01:00
|
|
|
foreground = #FFFFFF
|
2020-05-03 18:35:27 +02:00
|
|
|
foreground-alt = #555555
|
2019-07-18 18:45:46 +02:00
|
|
|
primary = #F5A70A
|
2020-05-03 18:35:27 +02:00
|
|
|
secondary = #E60053
|
|
|
|
alert = #BD2C40
|
2019-07-18 18:45:46 +02:00
|
|
|
|
|
|
|
; bar colors
|
2020-05-03 18:35:27 +02:00
|
|
|
bn = #43A047
|
|
|
|
bm = #FDD835
|
|
|
|
bd = #E53935
|
2019-07-18 18:45:46 +02:00
|
|
|
|
|
|
|
[bar/top]
|
|
|
|
monitor = ${env:MONITOR:}
|
2020-03-15 20:09:47 +01:00
|
|
|
bottom = false
|
2019-07-18 18:45:46 +02: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 15:38:49 +02:00
|
|
|
padding-left = 1
|
2020-03-15 20:09:47 +01:00
|
|
|
padding-right = 2
|
2019-07-18 18:45:46 +02:00
|
|
|
|
|
|
|
module-margin-left = 1
|
|
|
|
module-margin-right = 2
|
|
|
|
separator =
|
|
|
|
dim-value = 1.0
|
|
|
|
locale = es_ES.UTF-8
|
|
|
|
|
|
|
|
width = 100%
|
|
|
|
enable-ipc = true
|
2020-03-15 20:09:47 +01:00
|
|
|
dpi-x = 96
|
|
|
|
dpi-y = 96
|
|
|
|
height = 40
|
2019-07-18 18:45:46 +02:00
|
|
|
fixed-center = true
|
|
|
|
|
|
|
|
background = ${colors.background}
|
|
|
|
foreground = ${colors.foreground}
|
|
|
|
|
2024-05-01 12:48:24 +02:00
|
|
|
; https://www.nerdfonts.com/cheat-sheet
|
2023-11-11 15:05:56 +01:00
|
|
|
font-0 = "RobotoMono Nerd Font Mono:style=Regular:size=16:antialias=true;4"
|
2019-07-18 18:45:46 +02:00
|
|
|
; https://fontawesome.com/cheatsheet/free
|
2024-06-15 21:21:20 +02:00
|
|
|
font-1 = "FontAwesome:size=16:antialias=true;4"
|
2020-04-09 15:17:46 +02:00
|
|
|
font-2 = "Material Icons:size=16:antialias=true;1"
|
2023-11-11 15:05:56 +01:00
|
|
|
font-3 = "NotoSans-Regular:size=18:weight=bold:antialias=true;6"
|
|
|
|
font-4 = "NotoSans-Regular:size=28:weight=bold:antialias=true;-11
|
2020-04-10 15:04:41 +02:00
|
|
|
font-5 = "FontAwesome:size=21:antialias=true;4"
|
2022-03-19 12:37:15 +01:00
|
|
|
font-6 = "Font Awesome 6 Brands-Regular-400:size=32:antialias=true;1"
|
2019-07-18 18:45:46 +02:00
|
|
|
|
2021-07-13 16:10:58 +02:00
|
|
|
modules-left = polywins
|
2020-03-16 19:47:08 +01:00
|
|
|
modules-center = custom_date
|
2024-06-15 21:21:20 +02:00
|
|
|
modules-right = updates cpu_bar memory_bar docker vpn network_status network_usage syncthing_status alsa_bar tray
|
2019-07-18 18:45:46 +02:00
|
|
|
|
|
|
|
cursor-click = pointer
|
|
|
|
cursor-scroll = ns-resize
|