dotfiles/.config/sway/config

43 lines
828 B
Text
Raw Permalink Normal View History

2024-08-09 14:47:04 +02:00
include ~/.config/sway/*.swayconf
2024-09-03 18:57:39 +02:00
output HDMI-A-1 pos 0 0 res 1920x1080@144Hz
output eDP-1 pos 1920 0 res 1920x1080@120Hz
2024-08-09 14:47:04 +02:00
# background
output * bg ~/Pictures/Th0q7eQ.jpg fill
# effects
default_border normal 5
blur enable
shadows enable
corner_radius 10
gaps inner 10
layer_effects "panel" {
blur enable
shadows enable
corner_radius 10
}
# colors
client.focused #282828 #282828 #ffffff #282828
client.focused_inactive #181818 #181818 #ffffff #181818
client.unfocused #181818 #181818 #ffffff #181818
client.urgent #fe4f58 #fe4f58 #181818 #fe4f58
# window
font pango:FiraCode Nerd Font Mono 12
for_window [title="."] title_format "<b>%title</b>"
# input
input * {
xkb_layout sk
xkb_numlock enabled
}
2024-08-15 20:36:20 +02:00
# waybar, configuration in ~/.config/waybar
2024-08-15 21:13:38 +02:00
bar swaybar_command waybar
2024-08-09 14:47:04 +02:00
include /etc/sway/config.d/*