From 8cef604390c3c104a6d0c95e05fb1b9d8d05ac89 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 6 Feb 2024 18:35:43 -0600 Subject: [PATCH] looks --- scripts/sway/swaystatus | 2 +- sway/config | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/scripts/sway/swaystatus b/scripts/sway/swaystatus index 85ac510..50df2d7 100755 --- a/scripts/sway/swaystatus +++ b/scripts/sway/swaystatus @@ -119,7 +119,7 @@ while true ; do date_time="$(date "+%I:%M%p$separator%a %Y-%m-%d")" ! [ -z "$date_time" ] && status="$status$separator$date_time" - printf "%s \n" "$status" + printf "%s\n" "$status" # exit 0 # Testing sleep 1 done diff --git a/sway/config b/sway/config index 1c15580..0888850 100644 --- a/sway/config +++ b/sway/config @@ -1,6 +1,6 @@ # Preferences output * { - bg ~/Pictures/Backgrounds/background.jpg fill +# bg ~/Pictures/Backgrounds/background.jpg fill } input type:touchpad { @@ -115,22 +115,24 @@ bindsym $mod+Shift+f floating toggle # Layout client.focused #00000000 #2e9ef4 #00000000 default_border pixel 1 -gaps inner 5 +gaps inner 10 bar { - position bottom + position top font pango:JetBrainsMono Bold 9 status_command ~/.config/scripts/sway/swaystatus - height 20 colors { background #00000000 - statusline #2e9ef4 + statusline #ffffff focused_workspace #2e9ef450 #2e9ef420 #ffffff inactive_workspace #00000000 #00000000 #2e9ef4 + gaps 10 10 } } # Autostart exec_always dunst exec_always dbus-update-activation-environment WAYLAND_DISPLAY +exec_always swww init +exec_always swww img ~/Pictures/Backgrounds/default.gif