From 822bcdc902e7d6b57fee27b9a1a2b96953bdc144 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 13 Jan 2025 23:15:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-13 23:15:05 --- .config/sway/config | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 2a4c3a66..92f5de1f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -276,23 +276,23 @@ bindsym $mod+Shift+s exec grimshot save area # 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 date +'%a, %b %d - %H:%M'; do sleep 1; done - # status_command inotifywait -m -e modify /home/fic/scripts/time | cat /home/fic/scripts/time - - colors { - background $bg - statusline $fg - focused_workspace $c1 $bg $fg - inactive_workspace $bg $bg $fg - urgent_workspace $c3 $bg $fg - # 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 date +'%a, %b %d - %H:%M'; do sleep 1; done +# # status_command inotifywait -m -e modify /home/fic/scripts/time | cat /home/fic/scripts/time +# +# colors { +# background $bg +# statusline $fg +# focused_workspace $c1 $bg $fg +# inactive_workspace $bg $bg $fg +# urgent_workspace $c3 $bg $fg +# # inactive_workspace #32323200 #32323200 #5c5c5c +# } +# } # autostart applications # TODO: add obsidian and filen? @@ -301,6 +301,7 @@ bar { exec xembedsniproxy exec nm-applet exec dunst +exec waybar exec autotiling & exec blueman-applet & exec tmux start-server &