57 lines
No EOL
2.2 KiB
Text
57 lines
No EOL
2.2 KiB
Text
; To learn more about how to configure Polybar
|
|
; go to https://github.com/polybar/polybar
|
|
|
|
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
|
|
|
|
[bar/main]
|
|
width = 100%
|
|
height = 32
|
|
bottom = true
|
|
fixed-center = true
|
|
|
|
background = ${colors.default-bar-background}
|
|
;background-0 = ${colors.cyan-transparent}
|
|
;background-1 = ${colors.pink-transparent}
|
|
foreground = ${colors.fg}
|
|
|
|
font-0 = "DejaVu Sans Mono for Powerline:style=Book:size=10;2"
|
|
font-1 = "FontAwesome:style=Regular:size=10;2"
|
|
font-2 = "FontAwesome:style=Solid:size=12;3"
|
|
font-3 = "agave Nerd Font:style=r:size=12;2"
|
|
|
|
modules-left = launcher window filemanager firefox code
|
|
modules-right = memory cpu pulseaudio temperature date session
|
|
|
|
tray-position = right
|
|
tray-maxsize = 24
|
|
tray-background = ${colors.dynamic-display-background}
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll = ns-resize
|
|
|
|
[settings]
|
|
pseudo-transparency = true
|
|
screenchange-reload = true |