From 56fbe76cf7f915a58b921c0909ed2ad296e938f7 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Sun, 2 Feb 2025 00:17:05 -0500 Subject: [PATCH] swaybar --- config/.config/sway/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/.config/sway/config b/config/.config/sway/config index 27f14e9..ef534cb 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -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