diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc
index 6d70d417..bc76ae43 100755
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -41,7 +41,7 @@ redshift -l 38.627003:-90.199402 &		# Eye strain-reducer
 feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
 compton &					# Desktop compositor
 pulseaudio -D &					# Audio daemon
-polybar top & # Simple bar
+polybar alpha & # Simple bar
 
 syncthing -no-browser &				# File synchronization daemon
 
diff --git a/.config/i3/config b/.config/i3/config
index 26a0c51a..ce07eb72 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -58,7 +58,7 @@ font xos4 Terminus 9
 # Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up.
 #exec --no-startup-id "i3lock -i ~/.i3splash"
 
-exec_always --no-startup-id "killall polybar; sleep 1; polybar top"
+exec_always --no-startup-id "killall polybar; sleep 1; polybar alpha"
 #exec_always --no-startup-id "sleep 1; polybar bottom"
 exec --no-startup-id "redshift -l 38.627003:-90.199402"
 exec_always --no-startup-id "compton --config ~/.config/compton.conf"
diff --git a/.config/polybar/config b/.config/polybar/config
index 4614ec48..6197d43a 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -64,7 +64,7 @@ font-4 = ${res/fonts.font-4}
 
 ; UPPER
 ;====================
-[bar/top]
+[bar/alpha]
 inherit = template/bar
 tray-position = right
 tray-padding = 0
@@ -78,7 +78,7 @@ modules-right = temperature-ramp || cpu-label memory-label || volume-ramp batter
 
 ; LOWER
 ;====================
-[bar/bottom]
+[bar/beta]
 inherit = template/bar
 bottom=true