mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 21:04:59 +01:00
81 lines
2.3 KiB
INI
81 lines
2.3 KiB
INI
;==========================================================
|
|
;
|
|
;
|
|
; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
|
|
; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
|
|
; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
|
|
; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
|
|
; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
|
|
; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
|
|
;
|
|
;
|
|
; To learn more about how to configure Polybar
|
|
; go to https://github.com/polybar/polybar
|
|
;
|
|
; The README contains a lot of information
|
|
;
|
|
;==========================================================
|
|
|
|
[colors]
|
|
background = #282A2E
|
|
background-alt = #373B41
|
|
foreground = #C5C8C6
|
|
primary = #008888
|
|
secondary = #8ABEB7
|
|
alert = #A54242
|
|
disabled = #707880
|
|
|
|
[bar/main]
|
|
monitor = ${env:MONITOR:}
|
|
width = 100%
|
|
height = 18pt
|
|
radius = 0
|
|
|
|
; dpi = 96
|
|
|
|
background = ${colors.background}
|
|
foreground = ${colors.foreground}
|
|
|
|
line-size = 3pt
|
|
|
|
border-size = 4pt
|
|
border-color = #00000000
|
|
|
|
padding-left = 0
|
|
padding-right = 1
|
|
|
|
module-margin = 1
|
|
|
|
separator = |
|
|
separator-foreground = ${colors.disabled}
|
|
|
|
font-0 = "JetBrainsMono Nerd Font:style=Normal:size=12;3"
|
|
font-1 = "JetBrainsMono Nerd Font:style=Medium:size=9;3"
|
|
font-2 = "JetBrainsMono Nerd Font:style=Bold:size=9;3"
|
|
font-3 = "JetBrainsMono Nerd Font:style=Italic:size=9;3"
|
|
font-4 = "JetBrainsMono Nerd Font:style=Medium Italic:size=9;3"
|
|
font-5 = "JetBrainsMono Nerd Font:size=19;5"
|
|
font-6 = "mononoki Nerd Font"
|
|
|
|
modules-left = bspwm xwindow
|
|
modules-right = filesystem battery pulseaudio memory cpu wlan date
|
|
|
|
cursor-click = pointer
|
|
cursor-scroll = ns-resize
|
|
|
|
enable-ipc = true
|
|
tray-position = right
|
|
fixed-center = false
|
|
|
|
wm-restack = bspwm
|
|
|
|
; override-redirect = true
|
|
|
|
include-file = include-modules.ini
|
|
|
|
[settings]
|
|
screenchange-reload = true
|
|
pseudo-transparency = true
|
|
|
|
; vim:ft=dosini
|