aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/hypr/UserConfigs/WindowRules.conf4
-rwxr-xr-xconfig/hypr/scripts/KeyBinds.sh5
-rwxr-xr-xconfig/hypr/scripts/RefreshNoWaybar.sh2
-rw-r--r--config/waybar/Modules6
-rw-r--r--config/waybar/style/[Colored] Translucent.css6
-rw-r--r--config/waybar/style/[Dark] Golden Noir.css2
-rw-r--r--config/waybar/style/[Dark] Half-Moon.css1
-rw-r--r--config/waybar/style/[Dark] Purpl.css2
-rw-r--r--config/waybar/style/[Extra] Crimson.css2
-rw-r--r--config/waybar/style/[Extra] EverForest.css1
-rw-r--r--config/waybar/style/[Extra] Mauve.css2
-rw-r--r--config/waybar/style/[Extra] Simple Pink.css2
-rw-r--r--config/waybar/style/[Transparent] Crystal Clear.css2
-rw-r--r--config/waybar/style/[Wallust Transparent] Crystal Clear.css2
-rw-r--r--config/wlogout/style.css1
15 files changed, 10 insertions, 30 deletions
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
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/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,
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 {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage