diff --git a/nixos/configuration.nix b/nixos/configuration.nix index e416486..f6524fa 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -44,6 +44,7 @@ enable = true; wrapperFeatures.gtk = true; }; + programs.waybar.enable = true; services.greetd = { enable = true; settings = { diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 21fb50d..d3573a4 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -213,17 +213,7 @@ bindsym $mod+r mode "resize" # # 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 +'%Y-%m-%d %X'; do sleep 1; done - - colors { - statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c - } + swaybar_command waybar } include /etc/sway/config.d/*