Загрузка данных


[colors]
bg = #E6202020
fg = #FFFFFF
primary = #0078D4
secondary = #808080

[bar/win11]
# Панель внизу
bottom = true
# Ширина не на весь экран, чтобы были отступы
width = 98%
height = 45
offset-x = 1%
offset-y = 10
radius = 15

background = ${colors.bg}
foreground = ${colors.fg}

# Чтобы панель не перекрывала окна
wm-restack = bspwm
override-redirect = true

# Шрифты
font-0 = "Roboto:style=Bold:size=11;3"
font-1 = "Font Awesome 6 Free Solid:size=12;3"

# Расположение модулей
modules-left = start_menu search
modules-center = apps
modules-right = tray volume date

# --- МОДУЛИ ---

[module/start_menu]
type = custom/text
# Иконка Windows (через шрифт FontAwesome)
content = "  "
content-foreground = #00A4EF
content-padding = 2
click-left = rofi -show drun

[module/search]
type = custom/text
content = "   Поиск"
content-foreground = ${colors.secondary}
content-padding = 1
click-left = rofi -show drun

[module/apps]
type = internal/xworkspaces
# Показывает только активные рабочие столы как точки/иконки
label-active = "  "
label-active-foreground = ${colors.primary}
label-active-padding = 2
label-occupied = "  "
label-occupied-padding = 2
label-urgent = "  "
label-empty = "  "
label-empty-padding = 2

[module/tray]
type = internal/tray
tray-padding = 5
tray-size = 20

[module/volume]
type = internal/pulseaudio
format-volume = <label-volume>
label-volume = "   %percentage%%"
label-muted = "  "
label-muted-foreground = ${colors.secondary}

[module/date]
type = internal/date
interval = 1
date = %H:%M
date-alt = %d.%m.%Y %H:%M:%S
label = " %date% "