2024-04-08 19:11:39 -06:00
|
|
|
--- # used by scwrypts i3 generate config (override at ~/.config/i3/local.yaml)
|
|
|
|
|
font:
|
|
|
|
|
size: 14
|
|
|
|
|
family: >-
|
|
|
|
|
pango:Monaspace Argon,
|
|
|
|
|
pango:Noto Color Emoji,
|
|
|
|
|
pango:Symbols Nerd Font,
|
|
|
|
|
FontAwesome
|
|
|
|
|
|
|
|
|
|
application-launcher: >-
|
2024-05-07 16:38:40 -06:00
|
|
|
"rofi -theme $DOTWRYN/config/rofi.theme.rasi -modes drun,run -show run"
|
|
|
|
|
|
|
|
|
|
# application-launcher: >-
|
|
|
|
|
# dmenu_run -c -l 5 -fn 'DejaVuSansMono Nerd Font-25'
|
2024-04-08 19:11:39 -06:00
|
|
|
|
|
|
|
|
gaps:
|
2025-08-09 09:26:07 -06:00
|
|
|
odd:
|
|
|
|
|
inner: 8
|
|
|
|
|
outer: 8
|
|
|
|
|
|
|
|
|
|
even:
|
|
|
|
|
inner: 0
|
|
|
|
|
outer: 0
|
2024-04-08 19:11:39 -06:00
|
|
|
|
2024-05-07 16:38:40 -06:00
|
|
|
statusbar:
|
|
|
|
|
# supported values are 'polybar' and 'i3status'
|
|
|
|
|
type: polybar
|
|
|
|
|
|
2025-02-19 21:56:37 -07:00
|
|
|
# a list of i3config excerpts that should be appended to the generated config
|
2024-05-07 16:38:40 -06:00
|
|
|
i3configs: []
|