aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2024-09-21 22:43:20 +0900
committerJaKooLit <ejhay.games@gmail.com>2024-09-21 22:43:20 +0900
commit5687d88f03dc714e9029586e1269603fabdc81ac (patch)
treed0b8de8c526669f9bb30507804394475961403fa
parent6a18a2b5b9f1c6efd760ec9c85b61b44fc7a9096 (diff)
I got a little bit bored
-rwxr-xr-xconfig/hypr/scripts/KeyBinds.sh5
-rwxr-xr-xconfig/hypr/scripts/RefreshNoWaybar.sh2
-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
13 files changed, 6 insertions, 24 deletions
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 {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage