summaryrefslogtreecommitdiff
path: root/.config/sway
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-01-28 03:43:57 -0500
committerJack Jamison <jackqjamison@gmail.com>2026-01-28 03:43:57 -0500
commitf8778e805f014602a1bd4de287dcaf9585b2b1ee (patch)
tree2ce77d184949bdbcd4d4ff5c3bfc36318e48776d /.config/sway
parent6e8fbf36e07f9dd671880c4231131e0e38c2d384 (diff)
more wonderful changes
Diffstat (limited to '.config/sway')
-rw-r--r--.config/sway/config30
1 files changed, 16 insertions, 14 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 496f818..6d80b11 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -18,13 +18,15 @@ exec startup
### Output configuration
#
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)
-# output * bg @datadir@/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
+output * bg ~/dotfiles/files/wallpapers/mill.png fill
#
# Example configuration:
#
# output HDMI-A-1 resolution 1920x1080 position 1920,0
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
+output eDP-1 position -0,0
+output HDMI-A-1 position -0,0
### Idle configuration
exec swayidle -w \
@@ -209,18 +211,18 @@ bindsym $mod+r mode "resize"
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
-bar {
- position top
-
- # When the status_command prints a new line to stdout, swaybar updates.
- # The default just shows the current date and time.
- status_command while true; do echo $(TERM="" sysinfo | tr '\n' ' '); sleep 1; done
-
- colors {
- statusline #ffffff
- background #323232
- inactive_workspace #32323200 #32323200 #5c5c5c
- }
-}
+# bar {
+# position top
+
+# # When the status_command prints a new line to stdout, swaybar updates.
+# # The default just shows the current date and time.
+# status_command while true; do echo $(TERM="" sysinfo | tr '\n' ' '); sleep 1; done
+
+# colors {
+# statusline #ffffff
+# background #323232
+# inactive_workspace #32323200 #32323200 #5c5c5c
+# }
+# }
include @sysconfdir@/sway/config.d/*