diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index e3c62b4046727725f30b1d1f081af74a8766a2c5..4adbbeb3f0873c2f5ff19f734e00102423d86a21 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -11,8 +11,7 @@
     "modules-left": [
         "sway/workspaces",
         "sway/mode",
-        "sway/scratchpad",
-        "custom/media"
+        "sway/scratchpad"
     ],
     //"modules-center": ["sway/window"],
     "modules-center": [
@@ -20,6 +19,7 @@
         "idle_inhibitor",
     ],
     "modules-right": [
+        "custom/media",
         "custom/disk_home",
         "temperature",
         "cpu",
diff --git a/.config/waybar/mediaplayer.py b/.config/waybar/mediaplayer.py
old mode 100644
new mode 100755
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 1827d260bca18d2036117b3f7f78656b902b1be5..bd74df3ba9a79c4f65e8096db64b46306e553053 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -213,8 +213,9 @@ label:focus {
 }
 
 #custom-media {
-    background-color: #66cc99;
-    color: #2a5c45;
+    /* background-color: #66cc99; */
+    background-color: rgba(88, 88, 88, 0.6);
+    /* color: #2a5c45; */
     min-width: 100px;
 }