polybar-werefox-theme/config

52 lines
1.9 KiB
Text
Raw Normal View History

2020-04-15 13:57:25 -05:00
; 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}
font-0 = "SauceCodePro Nerd Font:style=Medium:size=9;2"
font-1 = "FontAwesome:size=10;2"
font-2 = "FontAwesome:size=12;3"
modules-left = launcher window filemanager google-chrome firefox steam code i3
2020-04-17 09:51:02 -05:00
modules-right = memory cpu xbacklight pulseaudio wlan battery temperature date session
2020-04-15 13:57:25 -05:00
tray-position = right
tray-maxsize = 16
tray-background = ${colors.label}
cursor-click = pointer
cursor-scroll = ns-resize
[settings]
2020-04-16 22:36:50 -05:00
screenchange-reload = true