sway/config.d/50-style.conf

42 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-07-18 14:01:55 +02:00
# Ignore the status bar here, it's started by systemd.
2021-12-25 20:46:17 +01:00
#
bar {
2024-07-18 14:01:55 +02:00
swaybar_command /dev/null
2021-12-25 20:46:17 +01:00
}
# Remove title from windows
default_border pixel 1
default_floating_border normal
bindsym $mod+t border toggle
hide_edge_borders smart
# Background
set $bg #232425
# Background active
set $ba #191919
# Background inactive
set $bi #3f3f3f
# Foreground active
set $fa #eff1f5
# Foreground inactive
set $fi #646464
# Border active
set $bra #9a9a9a
# Border inactive
set $bri #000000
# class border backgr. text indicator child_border
client.focused $bra $bra $bg $bg $bra
client.focused_inactive $bra $ba $fa $bg $bri
client.unfocused $bri $bi $fi $bg $bri
#client.urgent $br $br $fg $bg $br #currently not implemented
#client.placeholder $br $br $fg $bg $br #currently not implemented
client.background $bg
gaps inner 0
gaps outer 0
2024-07-18 14:01:55 +02:00
smart_gaps on
2021-12-25 20:46:17 +01:00
for_window [app_id=".*"] border normal