diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.config/sway/config b/.config/sway/config index d5354b5..779fc76 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -14,11 +14,12 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term $HOME/.nix-profile/bin/alacritty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. set $menu dmenu_path | dmenu | xargs swaymsg exec -- +#set $menu /usr/bin/wofi | xargs swaymsg exec -- ### Output configuration # @@ -202,17 +203,18 @@ bindsym $mod+r mode "resize" # # Read `man 5 sway-bar` for more information about this section. bar { + swaybar_command waybar 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 +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done + #status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done - colors { - statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c - } + #colors { + # statusline #ffffff + # background #323232 + # inactive_workspace #32323200 #32323200 #5c5c5c + #} } include /etc/sway/config.d/* |