42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
set $icon 'Nordzy'
|
|
set $cursor 'Numix-Cursor'
|
|
set $gtktheme 'Catppuccin-Macchiato-Standard-Lavender-Dark'
|
|
set $font 'Noto Sans 10'
|
|
|
|
output DP-3 resolution 1920x1080@143.855hz pos 0 540
|
|
output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
|
|
|
input type:keyboard xkb_numlock enabled
|
|
|
|
font pango:JetbrainsMono Normal 9
|
|
|
|
# Colours based on Catppuccino Macchiato Lavendar
|
|
bar {
|
|
position top
|
|
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
|
colors {
|
|
statusline #cad3f5
|
|
background #1e2030
|
|
active_workspace #494d64 #1e2030 #cad3f5
|
|
focused_background #24273a
|
|
focused_workspace #5b6078 #24273a #cad3f5
|
|
inactive_workspace #1e2030 #1e2030 #5b6078
|
|
}
|
|
# tray {
|
|
# icon_theme $icon
|
|
# }
|
|
}
|
|
|
|
client.focused #5b6078 #24273a #cad3f5 #5b6078
|
|
client.focused_inactive #494d64 #1e2030 #cad3f5
|
|
client.unfocused #494d64 #1e2030 #5b6078
|
|
|
|
include /etc/sway/config.d/*
|
|
include /home/siina/.config/sway/config.d/*
|
|
|
|
# Screencast fix
|
|
exec --no-startup-id dbus-update-activation-environment --all
|
|
# Enable agent storage for things like nextcloud-client
|
|
exec gnome-keyring-daemon --start --components=secrets
|
|
exec export $(gnome-keyring-daemon)
|