diff --git a/waybar/themes/meow-blur/colored/config.sh b/waybar/themes/meow-blur/colored/config.sh new file mode 100644 index 0000000..cfd331e --- /dev/null +++ b/waybar/themes/meow-blur/colored/config.sh @@ -0,0 +1,2 @@ +#!/bin/bash +theme_name="MEOW Blur Colored" diff --git a/waybar/themes/ml4w-blur-custom/colored/style.css b/waybar/themes/meow-blur/colored/style.css similarity index 100% rename from waybar/themes/ml4w-blur-custom/colored/style.css rename to waybar/themes/meow-blur/colored/style.css diff --git a/waybar/themes/ml4w-blur-custom/config b/waybar/themes/meow-blur/config similarity index 91% rename from waybar/themes/ml4w-blur-custom/config rename to waybar/themes/meow-blur/config index 05c1207..cb10346 100644 --- a/waybar/themes/ml4w-blur-custom/config +++ b/waybar/themes/meow-blur/config @@ -20,7 +20,7 @@ "spacing": 0, // Load Modules - "include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"], + "include": ["~/dotfiles/waybar/themes/meow-blur/modules.json"], // Modules Left "modules-left": [ @@ -61,7 +61,7 @@ "spacing": 0, // Load Modules - "include": ["~/dotfiles/waybar/themes/ml4w-blur-custom/modules.json"], + "include": ["~/dotfiles/waybar/themes/meow-blur/modules.json"], // Modules Left "modules-left": [ diff --git a/waybar/themes/ml4w-blur-custom/mixed/config.sh b/waybar/themes/meow-blur/mixed/config.sh similarity index 100% rename from waybar/themes/ml4w-blur-custom/mixed/config.sh rename to waybar/themes/meow-blur/mixed/config.sh diff --git a/waybar/themes/ml4w-blur-custom/mixed/style.css b/waybar/themes/meow-blur/mixed/style.css similarity index 100% rename from waybar/themes/ml4w-blur-custom/mixed/style.css rename to waybar/themes/meow-blur/mixed/style.css diff --git a/waybar/themes/ml4w-blur-custom/modules.json b/waybar/themes/meow-blur/modules.json similarity index 94% rename from waybar/themes/ml4w-blur-custom/modules.json rename to waybar/themes/meow-blur/modules.json index 453f2eb..125d098 100644 --- a/waybar/themes/ml4w-blur-custom/modules.json +++ b/waybar/themes/meow-blur/modules.json @@ -61,27 +61,11 @@ "separate-outputs": true }, - // ML4W Welcome App - "custom/ml4w-welcome": { - "on-click": "~/dotfiles/apps/ML4W_Welcome-x86_64.AppImage", - "format": " ", - "tooltip": false - }, - // Empty "custom/empty": { "format": "" }, - // Youtube Subscriber Count - "custom/youtube": { - "format": " {}", - "exec": "python ~/private/youtube.py", - "restart-interval": 600, - "on-click": "chromium https://studio.youtube.com", - "tooltip": false - }, - // Cliphist "custom/cliphist": { "format": "", @@ -118,13 +102,6 @@ "tooltip": false }, - // Settings - "custom/settings": { - "format": "", - "on-click": "~/dotfiles/apps/ML4W_Dotfiles_Settings-x86_64.AppImage", - "tooltip": false - }, - // Keybindings "custom/keybindings": { "format": "", @@ -146,13 +123,6 @@ "tooltip": false }, - // Teams Launcher - "custom/teams": { - "format": "", - "on-click": "chromium --app=https://teams.microsoft.com/go", - "tooltip": false - }, - // Browser Launcher "custom/browser": { "format": "", diff --git a/waybar/themes/ml4w-blur-custom/style.css b/waybar/themes/meow-blur/style.css similarity index 100% rename from waybar/themes/ml4w-blur-custom/style.css rename to waybar/themes/meow-blur/style.css diff --git a/waybar/themes/ml4w-blur-custom/colored/config.sh b/waybar/themes/ml4w-blur-custom/colored/config.sh deleted file mode 100644 index 3a49354..0000000 --- a/waybar/themes/ml4w-blur-custom/colored/config.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -theme_name="ML4W Blur Custom Colored"