This commit is contained in:
Michael Chalupiak 2025-02-02 00:17:05 -05:00
parent 5db50b1e7f
commit 56fbe76cf7

View File

@ -19,7 +19,8 @@ set $term ghostty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
# set $menu bemenu-run --fn "BigBlueTermPlus Nerd Font 12" | xargs swaymsg exec --
set $menu bemenu-run --fn "Terminess Nerd Font 12" | xargs swaymsg exec --
# set $menu bemenu-run --fn "Cascadia Code 12" | xargs swaymsg exec --
# WOB
@ -43,7 +44,7 @@ output eDP-1 scale 1.5
output DP-2 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on
font "Terminus 10"
font "Terminess Nerd Font 12"
### Idle configuration
#
# Example configuration:
@ -225,7 +226,7 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
font "Terminus 11"
font "Terminess Nerd Font 12"
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while ~/.config/sway/bar.sh; do sleep 1; done