44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
gaps inner 2px
|
|
gaps outer 2px
|
|
|
|
default_border pixel 2px
|
|
default_floating_border pixel 2px
|
|
|
|
# cursor
|
|
seat seat0 xcursor_theme Dracula 24
|
|
|
|
# Status Bar:
|
|
bar {
|
|
swaybar_command swaybar
|
|
font Iosevka Term 12
|
|
position top
|
|
workspace_min_width 36
|
|
tray_padding 4
|
|
status_command while echo "$(df / --output=pcent | tail -1 | tr -d ' ') $(date +'%m/%d/%Y %I:%M %p')"; do sleep 30; done
|
|
colors {
|
|
background #282a36
|
|
statusline #f8f8f2
|
|
separator #44475a
|
|
focused_background #282a36
|
|
focused_statusline #f8f8f2
|
|
focused_separator #44475a
|
|
focused_workspace #bd93f9 #282a36 #bd93f9
|
|
active_workspace #6272a4 #282a36 #6272a4
|
|
inactive_workspace #282a36 #282a36 #44475a
|
|
urgent_workspace #ff5555 #282a36 #ff5555
|
|
binding_mode #ffb86c #282a36 #ffb86c
|
|
}
|
|
}
|
|
|
|
# -Colors-
|
|
# name border bg text ind child_border
|
|
client.focused #bd93f9 #282a36 #f8f8f2 #bd93f9 #bd93f9
|
|
client.focused_inactive #44475a #282a36 #f8f8f2 #44475a #44475a
|
|
client.unfocused #282a36 #282a36 #6272a4 #282a36 #282a36
|
|
client.urgent #ff5555 #282a36 #f8f8f2 #ff5555 #ff5555
|
|
client.placeholder #282a36 #282a36 #f8f8f2 #282a36 #282a36
|
|
|
|
# Swayfx
|
|
#blur enable
|
|
#corner_radius 4
|
|
#shadows enable
|