This commit is contained in:
Michael Chalupiak 2025-02-01 15:50:42 -05:00
parent 24d4801414
commit c38b45e957
3 changed files with 4 additions and 4 deletions

View File

@ -1633,7 +1633,7 @@ sort-column='name'
sort-directories-first=false sort-directories-first=false
sort-order='ascending' sort-order='ascending'
type-format='category' type-format='category'
window-position=(26, 23) window-position=(5, 5)
window-size=(1260, 1341) window-size=(1260, 1341)
[org/virt-manager/virt-manager] [org/virt-manager/virt-manager]

View File

@ -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) 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] [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\x5k\0\0\0\0\0\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\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)
[Troubleshooting] [Troubleshooting]
force_raster_widgets=1 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 mode 2560x1440@165.000Hz
output DP-2 adaptive_sync on output DP-2 adaptive_sync on
font pango:Helvetica Regular 11 font pango:Neue Pixel Regular 11
### Idle configuration ### Idle configuration
# #
# Example configuration: # Example configuration:
@ -225,7 +225,7 @@ bindsym $mod+r mode "resize"
# Read `man 5 sway-bar` for more information about this section. # Read `man 5 sway-bar` for more information about this section.
bar { bar {
position top position top
font "Helvetica 11" font "Neue Pixel 11"
# When the status_command prints a new line to stdout, swaybar updates. # When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time. # The default just shows the current date and time.
status_command while ~/.config/sway/bar.sh; do sleep 1; done status_command while ~/.config/sway/bar.sh; do sleep 1; done