thatscringebro 4716d2fe35 fixed issues
2022-11-26 21:38:14 -05:00

79 lines
1.1 KiB
INI
Executable File

[colors]
background = #060608
background-alt = #121312
foreground = #FCEDF7
primary = #FCEDF7
secondary = #ff0055
alert = #7A0000
disabled = #F9E5F2
[bar/mybar]
width = 1000%
height = 30
radius = 8
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 1pt
border-size = 8
border-color = #00000000
padding-left = 0
padding-right = 1
module-margin = 1
separator =
separator-foreground = ${colors.primary}
font-0 = JetBrainsMono Nerd Font;3
modules-left = bspwm i3
modules-right = date
cursor-click = pointer
cursor-scroll = ns-resize
enable-ipc = true
; tray-position = right
; wm-restack = generic
; wm-restack = bspwm
; wm-restack = i3
; override-redirect = true
[module/i3]
type = internal/i3
show-urgent = true
format = <label-state> <label-mode>
index-sort = true
wrapping-scroll = false
label-mode-padding = 2
label-mode-foreground = #f500af
label-visible = %index%
label-separator = " |"
[module/bspwm]
[module/date]
type = internal/date
interval = 1
date = %H:%M
label = %date%
label-foreground = ${colors.primary}
[settings]
screenchange-reload = true
pseudo-transparency = true
; vim:ft=dosini