diff --git a/hypr/conf/cursor.conf b/hypr/conf/cursor.conf index 39f83fd..0c6bfed 100644 --- a/hypr/conf/cursor.conf +++ b/hypr/conf/cursor.conf @@ -1 +1,2 @@ exec-once = hyprctl setcursor Vimix 24 +env = HYPRCURSOR_THEME,Vimix-hyprcursors diff --git a/hypr/conf/windowrules/custom.conf b/hypr/conf/windowrules/custom.conf index e3ccca5..5064a32 100644 --- a/hypr/conf/windowrules/custom.conf +++ b/hypr/conf/windowrules/custom.conf @@ -1,6 +1,6 @@ -# ----------------------------------------------------- +# ----------------------------------------------------- # Window rules -# ----------------------------------------------------- +# ----------------------------------------------------- windowrule = tile,^(Microsoft-edge)$ windowrule = tile,^(Brave-browser)$ @@ -16,4 +16,6 @@ layerrule = blur, logout_dialog windowrule = float,title=^(Mathematica)$ windowrule = opacity 0.75, ^(Code)$ +windowrule = opacity 0.75, ^(code-url-handler)$ windowrule = float,^(QQ)$ +windowrule = float,^(fdm)$ diff --git a/hypr/scripts/gtk.sh b/hypr/scripts/gtk.sh index e412fab..4e56ba7 100755 --- a/hypr/scripts/gtk.sh +++ b/hypr/scripts/gtk.sh @@ -29,7 +29,7 @@ gsettings set "$gnome_schema" cursor-theme "$cursor_theme" gsettings set "$gnome_schema" font-name "$font_name" gsettings set "$gnome_schema" color-scheme "prefer-dark" -if [ -f ~/dotfiles/hypr/conf/cursor.conf ] ;then - echo "exec-once = hyprctl setcursor $cursor_theme $cursor_size" > ~/dotfiles/hypr/conf/cursor.conf - hyprctl setcursor $cursor_theme $cursor_size -fi \ No newline at end of file +# if [ -f ~/dotfiles/hypr/conf/cursor.conf ] ;then +# echo "exec-once = hyprctl setcursor $cursor_theme $cursor_size" > ~/dotfiles/hypr/conf/cursor.conf +# hyprctl setcursor $cursor_theme $cursor_size +# fi \ No newline at end of file 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..0311637 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": [ @@ -79,6 +79,7 @@ // Modules Right "modules-right": [ + "tray", "clock" ] }] 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"