diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck
index 1bd8cc0..02b9d1a 100644
--- a/.config/eww/eww.yuck
+++ b/.config/eww/eww.yuck
@@ -319,7 +319,7 @@
     :windowtype "dock"
     (bar_layout))
 (defwindow bar1
-    :monitor 1
+    :monitor 0
     :exclusive true
     :geometry (geometry 
         :x "15px"
diff --git a/home/home.nix b/home/home.nix
index 0ba38cd..d158a80 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -595,7 +595,7 @@ window#waybar > box {
     enable = true;
     package = pkgs.nushellFull;
     shellAliases = {
-      # ls = "exa -l";
+      # ls = "eza -l";
       la = "ls -la";
       mpf = "mpv --profile=fast";
       mps = "mpv --profile=slow";
@@ -697,8 +697,8 @@ window#waybar > box {
   };
 
   home.shellAliases = {
-    ls = "exa -l";
-    la = "exa -la";
+    ls = "eza -l";
+    la = "eza -la";
     mpf = "mpv --profile=fast";
     mps = "mpv --profile=slow";
     ec = "emacsclient -t";
@@ -779,8 +779,8 @@ window#waybar > box {
     autocd = true;
     dotDir = ".config/zsh";
     shellAliases = {
-      ls = "exa -l";
-      la = "exa -la";
+      ls = "eza -l";
+      la = "eza -la";
       mpf = "mpv --profile=fast";
       mps = "mpv --profile=slow";
       ec = "emacsclient -t";