55 lines
1.9 KiB
Text
55 lines
1.9 KiB
Text
; To learn more about how to configure Polybar
|
|
; go to https://github.com/polybar/polybar
|
|
|
|
include-file = /home/$USER/.config/polybar/colors
|
|
|
|
include-file = /home/$USER/.config/polybar/modules/battery
|
|
include-file = /home/$USER/.config/polybar/modules/cpu
|
|
include-file = /home/$USER/.config/polybar/modules/date
|
|
include-file = /home/$USER/.config/polybar/modules/filemanager
|
|
include-file = /home/$USER/.config/polybar/modules/i3
|
|
include-file = /home/$USER/.config/polybar/modules/launcher
|
|
include-file = /home/$USER/.config/polybar/modules/lockscreen
|
|
include-file = /home/$USER/.config/polybar/modules/memory
|
|
include-file = /home/$USER/.config/polybar/modules/pulseaudio
|
|
include-file = /home/$USER/.config/polybar/modules/session
|
|
include-file = /home/$USER/.config/polybar/modules/temperature
|
|
include-file = /home/$USER/.config/polybar/modules/title
|
|
include-file = /home/$USER/.config/polybar/modules/window
|
|
include-file = /home/$USER/.config/polybar/modules/wlan
|
|
include-file = /home/$USER/.config/polybar/modules/xbacklight
|
|
|
|
include-file = /home/$USER/.config/polybar/modules/code
|
|
include-file = /home/$USER/.config/polybar/modules/firefox
|
|
include-file = /home/$USER/.config/polybar/modules/google-chrome
|
|
include-file = /home/$USER/.config/polybar/modules/steam
|
|
include-file = /home/$USER/.config/polybar/modules/terminal
|
|
|
|
[bar/main]
|
|
width = 100%
|
|
height = 27
|
|
bottom = true
|
|
fixed-center = true
|
|
|
|
background = ${colors.semi-trans}
|
|
foreground = ${colors.fg}
|
|
|
|
module-margin-right = 1
|
|
|
|
font-0 = "SauceCodePro Nerd Font:style=Medium:size=9;2"
|
|
font-1 = "FontAwesome:size=10;2"
|
|
font-2 = "FontAwesome:size=12;3"
|
|
font-3 = "FontAwesome:size=14;3"
|
|
|
|
modules-left = launcher window filemanager google-chrome firefox steam code i3
|
|
modules-right = memory cpu xbacklight pulseaudio wlan battery temperature date session
|
|
|
|
tray-position = right
|
|
tray-maxsize = 16
|
|
tray-background = ${colors.label}
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll = ns-resize
|
|
|
|
[settings]
|
|
screenchange-reload = true
|