dotfiles/.config/polybar/config.ini

112 lines
3.1 KiB
INI

;==========================================================
;
;
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
;
;
; To learn more about how to configure Polybar
; go to https://github.com/polybar/polybar
;
; The README contains a lot of information
;
;==========================================================
include-file = modules.ini
include-file = $HOME/.config/polybar/themes/macchiato.ini
[settings]
screenchange-reload = true
pseudo-transparency = true
[section/base]
monitor = ${env:MONITOR:eDP1}
[bar/main]
inherit = section/base
width = 99.4%
height = 24pt
offset-x = 0.3%
offset-y = 0.7%
;radius = 8
modules-left = i3 sep title
modules-center = date dot time
modules-right = cpu dot gpu dot memory dot backlight dot pulseaudio sep filesystem sep battery
background = ${colors.base}
foreground = ${colors.text}
line-size = 3pt
padding-right = 1
font-0 = FiraCode Nerd Font:size=10:weight=medium;2
font-1 = JetBrainsMono Nerd Font:size=10:weight=bold;2
font-2 = Inter:size=10:weight=regular;2
cursor-click = pointer
enable-ipc = true
tray-position = right
override-redirect = true
wm-restack = i3
[bar/secondary]
inherit = section/base
width = 99.4%
height = 24pt
offset-x = 0.3%
offset-y = 0.7%
;radius = 8
modules-left = i3
modules-center = date dot time
modules-right = cpu dot gpu dot memory dot pulseaudio sep filesystem
background = ${colors.base}
foreground = ${colors.text}
line-size = 3pt
padding-right = 1
font-0 = FiraCode Nerd Font:size=10:weight=medium;2
font-1 = JetBrainsMono Nerd Font:size=10:weight=bold;2
font-2 = Inter:size=10:weight=regular;2
cursor-click = pointer
;cursor-scroll = ns-resize
enable-ipc = true
override-redirect = true
wm-restack = i3
[bar/laptop]
inherit = section/base
width = 99.4%
height = 24pt
offset-x = 0.3%
offset-y = 0.7%
;radius = 8
modules-left = i3
modules-center = date dot time
modules-right = cpu dot memory dot pulseaudio sep filesystem
background = ${colors.base}
foreground = ${colors.text}
line-size = 3pt
padding-right = 1
font-0 = FiraCode Nerd Font:size=10:weight=medium;2
font-1 = JetBrainsMono Nerd Font:size=10:weight=bold;2
font-2 = Inter:size=10:weight=regular;2
cursor-click = pointer
;cursor-scroll = ns-resize
enable-ipc = true
override-redirect = true
wm-restack = i3