diff --git a/.config/i3/config b/.config/i3/config
index 4f1c0c1c..891d36ab 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -147,6 +147,12 @@ bindsym $mod+$shift+Down move down
 bindsym $mod+$shift+Up move up
 bindsym $mod+$shift+Right move right
 
+# move focused workspace between monitors
+bindsym $sup+Left move workspace to output left
+bindsym $sup+Down move workspace to output down
+bindsym $sup+Up move workspace to output up
+bindsym $sup+Right move workspace to output right
+
 # split in horizontal orientation
 bindsym $mod+h split h
 
diff --git a/.config/polybar/config b/.config/polybar/config
index 6136b759..d72ad19e 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -96,6 +96,7 @@ modules-right = temperature-label cpu-label memory-label | xbacklight-ramp volum
 
 [bar/gamma]
 inherit = template/bar
+monitor = eDP1
 bottom = true
 tray-position = right
 
@@ -178,6 +179,7 @@ label-focused-overline = ${res/colors.primary}
 # Active workspace on unfocused monitor
 label-visible = ${self.label-focused}
 label-visible-padding = ${self.label-focused-padding}
+label-visible-overline = ${res/colors.primary-dark}
 
 # Inactive workspace
 label-unfocused = ${self.label-focused}