mirror of
https://github.com/yusufipk/i3-config.git
synced 2026-09-11 10:56:11 +00:00
38 lines
1.4 KiB
INI
38 lines
1.4 KiB
INI
include-file = $HOME/.config/polybar/colors.ini
|
|
|
|
[bar/main]
|
|
monitor = ${env:MONITOR}
|
|
width = 100%
|
|
height = 20
|
|
border-size = 5
|
|
line-size = 1
|
|
border-color = ${colors.background}
|
|
background = ${colors.background}
|
|
modules-left = round-left i3 round-right
|
|
modules-center = round-left title round-right
|
|
modules-right = round-left memory sep cpu sep networkspeeddown sep networkspeedup sep pipewire sep date round-righ
|
|
tray-detached = false
|
|
tray-offset-x = 0
|
|
tray-offset-y = 0
|
|
tray-padding = 2
|
|
tray-maxsize = 20
|
|
tray-scale = 1.0
|
|
tray-position = right
|
|
|
|
include-file = $HOME/.config/polybar/fonts.ini
|
|
include-file = $HOME/.config/polybar/modules/i3.ini
|
|
include-file = $HOME/.config/polybar/modules/date.ini
|
|
include-file = $HOME/.config/polybar/modules/round-left.ini
|
|
include-file = $HOME/.config/polybar/modules/round-right.ini
|
|
include-file = $HOME/.config/polybar/modules/pulseaudio.ini
|
|
include-file = $HOME/.config/polybar/modules/cpu.ini
|
|
include-file = $HOME/.config/polybar/modules/memory.ini
|
|
include-file = $HOME/.config/polybar/modules/network.ini
|
|
include-file = $HOME/.config/polybar/modules/title.ini
|
|
include-file = $HOME/.config/polybar/modules/sep.ini
|
|
include-file = $HOME/.config/polybar/modules/temperature.ini
|
|
include-file = $HOME/.config/polybar/modules/screenshot.ini
|
|
include-file = $HOME/.config/polybar/modules/pipewire.ini
|
|
include-file = $HOME/.config/polybar/modules/networkspeeddown.ini
|
|
include-file = $HOME/.config/polybar/modules/networkspeedup.ini
|