diff --git a/.config/hyde/hyde.conf b/.config/hyde/hyde.conf
deleted file mode 100644
index 38a97ac..0000000
--- a/.config/hyde/hyde.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-hydeTheme="Synth Wave"
-rofiStyle="2"
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index 3c261e3..9c31820 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -69,16 +69,6 @@
         "on-scroll-up": "hyprctl dispatch workspace -1",
         "on-scroll-down": "hyprctl dispatch workspace +1",
         "persistent-workspaces": {}
-//      "format":"{icon}",
-//      "format-icons": { 
-//         "1": "",
-//         "2": "",
-//         "3": "",
-//         "4": "",
-//         "5": "",
-//         "6": ""
-//        }
-//      }
       },
 
     "bluetooth": {
@@ -269,16 +259,7 @@
         "max-length": 1000,
         "interval": 1
     },
-    "custom/weather": {
-        "exec": "curl 'https://wttr.in/?format=1'",
-        "format": "{}",
-        //"exec": "~/,config/waybar/waybar.py",
-        "tooltip": true,
-        "interval": 3600,
-        "return-type": "json",
-        "on-click": "gnome-weather",
-        "max-length": 10
-    },
+
     "battery": {
         "states": {
             "good": 95,
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 07e85ce..37fce40 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -9,9 +9,6 @@
 
 @import "theme.css";
 
-#custom-weather.sunny {
-  background-color: yellow;
-}
 window#waybar {
   background: @bar-bg;
 }