diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 14:32:50 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-25 14:32:50 -0500 |
commit | 799d7f392561c385a2810c04f7c841c7b84dc41a (patch) | |
tree | d85ac8f878705216ec025875fd4ba73a89c78480 /.config/sway/config | |
parent | a108b2ea07f0ecb716b8a89ac25032749c21a92d (diff) | |
download | dogfiles-799d7f392561c385a2810c04f7c841c7b84dc41a.tar.gz |
changes for new machine
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/* |