This commit is contained in:
Michael Chalupiak 2025-02-01 16:08:09 -05:00
parent 12eea29508
commit 380f9245bf
4 changed files with 8 additions and 8 deletions

View File

@ -901,7 +901,7 @@ enable-animations=true
enable-hot-corners=true
font-antialiasing='rgba'
font-hinting='slight'
font-name='Helvetica 10'
font-name='Inter V 10'
gtk-theme='Chicago95'
icon-theme='Chicago95-tux'
monospace-font-name='BigBlueTermPlus Nerd Font 12'

View File

@ -6,8 +6,8 @@ standard_dialogs=xdgdesktopportal
style=Windows
[Fonts]
fixed="Sans Serif,9,-1,5,50,0,0,0,0,0"
general="Sans Serif,9,-1,5,50,0,0,0,0,0"
fixed="BigBlueTerm437 Nerd Font,10,-1,5,50,0,0,0,0,0,Regular"
general="Inter,10,-1,5,50,0,0,0,0,0,Regular"
[Interface]
activate_item_on_single_click=1
@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5\x83\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5k)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5j\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5\x83\0\0\0\0\x2\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5j)
[Troubleshooting]
force_raster_widgets=1

View File

@ -7,7 +7,7 @@ style=Windows
[Fonts]
fixed="BigBlueTermPlus Nerd Font Mono,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
general="Helvetica,11,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
general="Inter,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular"
[Interface]
activate_item_on_single_click=1
@ -28,7 +28,7 @@ wheel_scroll_lines=3
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96\0\0\0\0\0\0\0\0\n\0\0\0\x3\xad\0\0\x1\x86\0\0\x6#\0\0\x3\x96)
[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5n\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5n\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5n)
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5j\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5j\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xe3\0\0\x5j)
[Troubleshooting]
force_raster_widgets=1

View File

@ -43,7 +43,7 @@ output * bg $HOME/Pictures/wallpapers/wallpaper fill
output DP-2 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on
font "Neue Pixel Regular 11"
font "Inter 10"
### 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 "Neue Pixel 11"
font "Inter 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