Dotfiles/wayland/.config/yambar/config.yml

36 lines
747 B
YAML

# --- COLORS & STYLES ---
_styles:
focused: &focused
foreground: eeeeeeff
normal: &normal
foreground: bbbbbbff
# --- BAR CONFIG ---
bar:
height: 20
location: top
#background: 222222ff
background: 4B7A82FF
font: Inconsolata LGC:size=10
left:
- mem:
poll-interval: 2500
content:
string: {text: " {used:mb}MB"}
center:
- foreign-toplevel:
content:
map:
conditions:
activated: { string: { text: "{title}", foreground: ffffffff } }
~activated: { empty: {} }
right:
- script:
path: ~/.local/bin/hypr-status.sh
poll-interval: 2000
content: { string: { text: " {hstatus} ", foreground: ffffffff } }