37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
# Colors
|
|
set $fg #EBF6FF
|
|
set $bg #504573
|
|
set $inactive #1E1B30
|
|
set $urgent #A04558
|
|
# class border backgr. text indicator child_border
|
|
client.focused $bg $bg $fg $bg $bg
|
|
client.focused_inactive $inactive $inactive $fg $bg $bg
|
|
client.unfocused $inactive $inactive $fg $bg $bg
|
|
client.urgent $urgent $urgent $fg $bg $bg
|
|
client.placeholder $bg $bg $fg $bg $bg
|
|
client.background $bg
|
|
|
|
# font pango:Atkinson Hyperlegible bold 9
|
|
# font pango:FOT-UDKakugo_Large Pr6N semibold 10
|
|
font pango:TX-02 bold 11
|
|
|
|
bar {
|
|
status_command i3blocks -c ~/.config/sway/i3blocks.conf
|
|
# font pango:MonaspiceNe NF, CommitMono Nerd Font, FontAwesome 9
|
|
font pango:TX-02 bold 11
|
|
# font pango:FOT-UDKakugo_Large Pr6N semibold 10
|
|
#mode hide
|
|
colors {
|
|
background $inactive
|
|
statusline $fg
|
|
separator $fg
|
|
|
|
focused_workspace $bg $bg $fg
|
|
active_workspace $inactive $inactive $fg
|
|
inactive_workspace $inactive $inactive $fg
|
|
urgent_workspace $urgent $urgent $fg
|
|
binding_mode $urgent $urgent $fg
|
|
|
|
}
|
|
|
|
}
|