From 45ccd39aedfd826b4df775d7259ca1db5d24f731 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 21 Sep 2024 17:24:29 +0900 Subject: disabled PIP windowrulesv2 size --- config/hypr/UserConfigs/WindowRules.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 6c8fcb7f..50ff065e 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -116,8 +116,8 @@ windowrulev2 = size 70% 70%, class:^(evince|wihotspot(-gui)?)$ windowrulev2 = size 60% 70%, class:^(file-roller|org.gnome.FileRoller)$ windowrulev2 = size 60% 70%, class:^([Ww]hatsapp-for-linux)$ windowrulev2 = size 60% 70%, class:^([Ff]erdium)$ -windowrulev2 = size 25% 25%, title:^(Picture-in-Picture)$ -windowrulev2 = size 60% 70%, title:^(ROG Control)$ +windowrulev2 = size 60% 70%, title:^(ROG Control)$ +#windowrulev2 = size 25% 25%, title:^(Picture-in-Picture)$ #windowrulev2 = size 25% 25%, title:^(Firefox)$ # windowrule v2 - pinning -- cgit v1.2.3 From 5687d88f03dc714e9029586e1269603fabdc81ac Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 21 Sep 2024 22:43:20 +0900 Subject: I got a little bit bored --- config/hypr/scripts/KeyBinds.sh | 5 ++--- config/hypr/scripts/RefreshNoWaybar.sh | 2 +- config/waybar/style/[Colored] Translucent.css | 6 +++--- config/waybar/style/[Dark] Golden Noir.css | 2 -- config/waybar/style/[Dark] Half-Moon.css | 1 - config/waybar/style/[Dark] Purpl.css | 2 -- config/waybar/style/[Extra] Crimson.css | 2 -- config/waybar/style/[Extra] EverForest.css | 1 - config/waybar/style/[Extra] Mauve.css | 2 -- config/waybar/style/[Extra] Simple Pink.css | 2 -- config/waybar/style/[Transparent] Crystal Clear.css | 2 -- config/waybar/style/[Wallust Transparent] Crystal Clear.css | 2 -- config/wlogout/style.css | 1 - 13 files changed, 6 insertions(+), 24 deletions(-) (limited to 'config') diff --git a/config/hypr/scripts/KeyBinds.sh b/config/hypr/scripts/KeyBinds.sh index ccbb18a8..4aca73d9 100755 --- a/config/hypr/scripts/KeyBinds.sh +++ b/config/hypr/scripts/KeyBinds.sh @@ -5,7 +5,6 @@ # Kill yad to not interfere with this binds pkill yad || true - # Define the config files KEYBINDS_CONF="$HOME/.config/hypr/configs/Keybinds.conf" USER_KEYBINDS_CONF="$HOME/.config/hypr/UserConfigs/UserKeybinds.conf" @@ -20,11 +19,11 @@ if [[ -f "$LAPTOP_CONF" ]]; then KEYBINDS+=$'\n'"$LAPTOP_BINDS" fi -# Check if we have any keybinds to display +# check for any keybinds to display if [[ -z "$KEYBINDS" ]]; then echo "No keybinds found." exit 1 fi # Use rofi to display the keybinds -echo "$KEYBINDS" | rofi -dmenu -i -p "Keybinds" -config ~/.config/rofi/config-keybinds.rasi +echo "$KEYBINDS" | rofi -dmenu -i -p "Keybinds" -config ~/.config/rofi/config-keybinds.rasi \ No newline at end of file diff --git a/config/hypr/scripts/RefreshNoWaybar.sh b/config/hypr/scripts/RefreshNoWaybar.sh index 8e20766b..11496826 100755 --- a/config/hypr/scripts/RefreshNoWaybar.sh +++ b/config/hypr/scripts/RefreshNoWaybar.sh @@ -1,7 +1,7 @@ #!/bin/bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## -# Modified version of Refresh.sh but no waybar refreshing +# Modified version of Refresh.sh but waybar wont refresh # Used by automatic wallpaper change # Modified inorder to refresh rofi background, Wallust, SwayNC only diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css index f465ef33..3cbaa8f4 100644 --- a/config/waybar/style/[Colored] Translucent.css +++ b/config/waybar/style/[Colored] Translucent.css @@ -1,3 +1,6 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Translucent */ + @define-color critical #ff0000; /* critical color */ @define-color warning #f3f809; /* warning color */ @define-color fgcolor #ffffff; /* foreground color */ @@ -12,9 +15,6 @@ @define-color accent5 #7da6ff; @define-color accent6 #0db9d7; -/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ -/* Translucent */ - * { font-family: "JetBrainsMono Nerd Font"; font-weight: bold; diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css index ce380d2b..7baa7418 100644 --- a/config/waybar/style/[Dark] Golden Noir.css +++ b/config/waybar/style/[Dark] Golden Noir.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ...........................................*/ /* ...............Golden Noir................ */ -/* .......................................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ * { diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css index df12c8d0..9db07fa0 100644 --- a/config/waybar/style/[Dark] Half-Moon.css +++ b/config/waybar/style/[Dark] Half-Moon.css @@ -1,5 +1,4 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ....................................*/ /* ..........Half Moon.................. */ /* NOTE: This is only for some waybar configs */ /* --- 👍 shared by https://github.com/TomekBobrowicz 👍 --- */ diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index d623b8e0..47c1328f 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* .........................................*/ /* .............Purpl..................... */ -/* ...................,.................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ * { diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css index c588acc5..86a17f71 100644 --- a/config/waybar/style/[Extra] Crimson.css +++ b/config/waybar/style/[Extra] Crimson.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ....................................*/ /* ..........Crimson.................. */ -/* ................................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ *{ diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css index 817b78ac..9e64cd40 100644 --- a/config/waybar/style/[Extra] EverForest.css +++ b/config/waybar/style/[Extra] EverForest.css @@ -1,6 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ /* --- Designed by https://github.com/DevNChill --- */ - /* Extra - EverForest*/ @define-color bg_dim #232A2E; diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css index 72f5374c..c50e6a2d 100644 --- a/config/waybar/style/[Extra] Mauve.css +++ b/config/waybar/style/[Extra] Mauve.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ..........................................*/ /* .......Mauve....................... */ -/* ......................................... */ /* --- 👍 designed by https://github.com/CelestiaKai 👍 --- */ * { diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css index c2f522b0..6dfad5b7 100644 --- a/config/waybar/style/[Extra] Simple Pink.css +++ b/config/waybar/style/[Extra] Simple Pink.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ..........................................*/ /* .......Simple Pink....................... */ -/* ......................................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ * { diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css index 3d52a7fd..e8dbbf96 100644 --- a/config/waybar/style/[Transparent] Crystal Clear.css +++ b/config/waybar/style/[Transparent] Crystal Clear.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ..........................................*/ /* .......Crystal Clear....................... */ -/* ......................................... */ /* --- 👍 designed by https://github.com/Krautt 👍 --- */ *{ diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css index 3bd05a49..d98da479 100644 --- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css +++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css @@ -1,7 +1,5 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ -/* ..........................................*/ /* ....Wallust Transparent - Crystal Clear........ */ -/* ......................................... */ /* --- 👍 original designed by https://github.com/Krautt 👍 --- */ @import '../../.config/waybar/wallust/colors-waybar.css'; diff --git a/config/wlogout/style.css b/config/wlogout/style.css index da8efcc5..f7489a70 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -2,7 +2,6 @@ /* wallust-wlogout */ /* Importing wallust colors */ - @import '../../.config/waybar/wallust/colors-waybar.css'; window { -- cgit v1.2.3 From f751f79b7373f0576d82e02ae18159d7febc2a28 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Mon, 23 Sep 2024 06:43:40 +0800 Subject: Update Modules headers --- config/waybar/Modules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/waybar/Modules b/config/waybar/Modules index 647530c8..b86f6540 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -1,11 +1,9 @@ //* ---- 💫 https://github.com/JaKooLit 💫 ---- *// /* Waybar Modules */ -{ -/* NOTE: hyprland-workspaces and Custom Modules on a separate files */ -/* Weather Temperature Modules as this is most like to change always. */ -// Result is of course easier to edit +/* NOTE: hyprland-workspaces, Custom Modules & Groups on a separate files */ +{ "temperature": { "interval": 10, "tooltip": true, -- cgit v1.2.3