2020-04-15 13:57:25 -05:00
|
|
|
; To learn more about how to configure Polybar
|
|
|
|
; go to https://github.com/polybar/polybar
|
|
|
|
|
2020-05-07 11:58:41 -05:00
|
|
|
include-file = /home/shadow8t4/.config/polybar/colors
|
|
|
|
|
|
|
|
;include-file = /home/shadow8t4/.config/polybar/modules/battery
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/cpu
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/date
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/filemanager
|
|
|
|
;include-file = /home/shadow8t4/.config/polybar/modules/i3
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/launcher
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/lockscreen
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/memory
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/pulseaudio
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/session
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/temperature
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/title
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/window
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/lan
|
|
|
|
;include-file = /home/shadow8t4/.config/polybar/modules/wlan
|
|
|
|
;include-file = /home/shadow8t4/.config/polybar/modules/xbacklight
|
|
|
|
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/code
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/firefox
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/google-chrome
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/steam
|
|
|
|
include-file = /home/shadow8t4/.config/polybar/modules/terminal
|
2020-04-15 13:57:25 -05:00
|
|
|
|
|
|
|
[bar/main]
|
|
|
|
width = 100%
|
|
|
|
height = 27
|
|
|
|
bottom = true
|
|
|
|
fixed-center = true
|
|
|
|
|
|
|
|
background = ${colors.semi-trans}
|
|
|
|
foreground = ${colors.fg}
|
|
|
|
|
2020-05-07 11:58:41 -05:00
|
|
|
font-0 = "DejaVu Sans Mono for Powerline:style=Book:size=9;2"
|
|
|
|
font-1 = "FontAwesome:style=Regular:size=10;2"
|
|
|
|
font-2 = "FontAwesome:style=Solid:size=12;3"
|
2020-04-15 13:57:25 -05:00
|
|
|
|
2020-05-07 11:58:41 -05:00
|
|
|
modules-left = launcher window filemanager google-chrome firefox steam code
|
|
|
|
modules-right = memory cpu pulseaudio 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-05-07 11:58:41 -05:00
|
|
|
screenchange-reload = true
|