diff --git a/justfile b/justfile index af98f8d..8d25d64 100644 --- a/justfile +++ b/justfile @@ -101,6 +101,7 @@ niri-window-manager: @just _echowarning "\n2) Stowing niri config" stow --dotfiles -S niri stow gtklock + stow waybar @just _echowarning "\n3) Enabling GNOME display manager service" sudo systemctl enable gdm diff --git a/niri/dot-config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc similarity index 100% rename from niri/dot-config/waybar/config.jsonc rename to waybar/.config/waybar/config.jsonc diff --git a/niri/dot-config/waybar/style.css b/waybar/.config/waybar/style.css similarity index 100% rename from niri/dot-config/waybar/style.css rename to waybar/.config/waybar/style.css