37 lines
918 B
INI
Executable File
37 lines
918 B
INI
Executable File
# ---- ПОДКЛЮЧЕНИЕ ОТДЕЛЬНОГО ФАЙЛА С ЦВЕТАМИ И МОДУЛЯМИ --------------------
|
||
include-file = $HOME/.config/polybar/colors.ini
|
||
include-file = $HOME/.config/polybar/modules.ini
|
||
|
||
# ---- POLYBAR С РАСПОЛОЖЕНИЕМ СВЕРХУ ----
|
||
|
||
[bar/top]
|
||
width = 99.5%
|
||
height = 32
|
||
padding-left = 1
|
||
padding-right = 2
|
||
background = ${color.br}
|
||
foreground = ${color.fg}
|
||
radius = 4
|
||
dim-value = 1.0
|
||
offset-x = 5
|
||
offset-y = 5
|
||
|
||
border-size = 2
|
||
border-color = #a7abf6
|
||
|
||
#separator =
|
||
|
||
modules-left = xworkspaces sep xwindow
|
||
modules-center = date weather
|
||
modules-right = tray sep alsa xkeyboard memory wg wlan usb powermenu
|
||
module-margin = 1
|
||
|
||
font-0 = JetBrainsMono-Bold:style=Bold:pixelsize=11;3
|
||
font-1 = Symbols Nerd Font:style=Regular:pixelsize=10;3
|
||
font-2 = Material Icons:style=Regular:size=11
|
||
|
||
cursor-click = pointer
|
||
cursor-scroll = ns-resize
|
||
enable-ipc = true
|
||
wm-restrack = bspwm
|