Merge branch 'master' into arch-laptop

This commit is contained in:
Michael Chalupiak
2025-02-01 15:51:11 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ output eDP-1 scale 1.5
output DP-2 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on
font pango:Helvetica Regular 11
font pango:Neue Pixel Regular 11
### Idle configuration
#
# Example configuration:
@@ -225,7 +225,7 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section.
bar {
position top
font "Helvetica 11"
font "Neue Pixel 11"
# 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