aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-02-24 00:52:56 +0900
committerGitHub <noreply@github.com>2025-02-24 00:52:56 +0900
commitb2c6b6c04d06f5fe141151882f7706d5aa7c6863 (patch)
tree2d0a5cbbdad74dac6c227518abdf698d8d8a09d6
parent58968f2a9b80fc0948f67b0ee6eced7fd6eb7663 (diff)
parent69ab94e6b358c438c258e6fbec3ff460f0180403 (diff)
Merge pull request #579 from JaKooLit/main
main to development
-rwxr-xr-xconfig/hypr/UserScripts/Kool_Quick_Settings.sh4
-rwxr-xr-xconfig/hypr/UserScripts/Weather.py2
-rwxr-xr-xconfig/hypr/UserScripts/Weather.sh4
-rw-r--r--config/rofi/config-Animations.rasi1
-rw-r--r--config/rofi/config-Monitors.rasi1
-rw-r--r--config/rofi/config-clipboard.rasi1
-rw-r--r--config/rofi/config-edit.rasi1
-rw-r--r--config/rofi/config-emoji.rasi1
-rw-r--r--config/rofi/config-keybinds.rasi5
-rw-r--r--config/rofi/config-rofi-Beats-menu.rasi3
-rw-r--r--config/rofi/config-rofi-Beats.rasi3
-rw-r--r--config/rofi/config-rofi-theme.rasi1
-rw-r--r--config/rofi/config-wallpaper-effect.rasi1
-rw-r--r--config/rofi/config-wallpaper.rasi1
-rw-r--r--config/rofi/config-waybar-layout.rasi1
-rw-r--r--config/rofi/config-waybar-style.rasi1
-rw-r--r--config/rofi/config-zsh-theme.rasi1
-rw-r--r--config/rofi/themes/KooL_style-1.rasi1
-rw-r--r--config/rofi/themes/KooL_style-10-Fancy.rasi1
-rw-r--r--config/rofi/themes/KooL_style-11-Win11-list-dark.rasi9
-rw-r--r--config/rofi/themes/KooL_style-11-Win11-list-light.rasi9
-rw-r--r--config/rofi/themes/KooL_style-12-TOP-Docu.rasi1
-rw-r--r--config/rofi/themes/KooL_style-13-Vertical.rasi1
-rw-r--r--config/rofi/themes/KooL_style-2-Dark.rasi1
-rw-r--r--config/rofi/themes/KooL_style-2-Light.rasi1
-rw-r--r--config/rofi/themes/KooL_style-3-FullScreen-v1.rasi1
-rw-r--r--config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi1
-rw-r--r--config/rofi/themes/KooL_style-4.rasi1
-rw-r--r--config/rofi/themes/KooL_style-5.rasi1
-rw-r--r--config/rofi/themes/KooL_style-6.rasi1
-rw-r--r--config/rofi/themes/KooL_style-7.rasi1
-rw-r--r--config/rofi/themes/KooL_style-8.rasi1
-rw-r--r--config/rofi/themes/KooL_style-9.rasi1
-rwxr-xr-xcopy.sh2
34 files changed, 32 insertions, 34 deletions
diff --git a/config/hypr/UserScripts/Kool_Quick_Settings.sh b/config/hypr/UserScripts/Kool_Quick_Settings.sh
index 88e26089..3e70fee3 100755
--- a/config/hypr/UserScripts/Kool_Quick_Settings.sh
+++ b/config/hypr/UserScripts/Kool_Quick_Settings.sh
@@ -53,13 +53,13 @@ main() {
"view/edit Default Keybinds") file="$configs/Keybinds.conf" ;;
"Configure Monitors (nwg-displays)")
if ! command -v nwg-displays &>/dev/null; then
- notify-send -i "$iDIR/ja.png" "Missing nwg-displays" "Install nwg-displays first"
+ notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install nwg-displays first"
exit 1
fi
nwg-displays ;;
"Configure Workspace Rules (nwg-displays)")
if ! command -v nwg-displays &>/dev/null; then
- notify-send -i "$iDIR/ja.png" "Missing nwg-displays" "Install nwg-displays first"
+ notify-send -i "$iDIR/ja.png" "E-R-R-O-R" "Install nwg-displays first"
exit 1
fi
nwg-displays ;;
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py
index a2ad98b5..b9efe4e4 100755
--- a/config/hypr/UserScripts/Weather.py
+++ b/config/hypr/UserScripts/Weather.py
@@ -138,7 +138,7 @@ simple_weather = (
)
try:
- with open(os.path.expanduser("$HOME/.cache/.weather_cache"), "w") as file:
+ with open(os.path.expanduser("~/.cache/.weather_cache"), "w") as file:
file.write(simple_weather)
except Exception as e:
print(f"Error writing to cache: {e}")
diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh
index 9bdaff4a..f5bf9fa9 100755
--- a/config/hypr/UserScripts/Weather.sh
+++ b/config/hypr/UserScripts/Weather.sh
@@ -4,7 +4,7 @@
# Remember to add city
city=
-cachedir="$HOME/.cache/rbn"
+cachedir="~/.cache/rbn"
cachefile=${0##*/}-$1
if [ ! -d $cachedir ]; then
@@ -84,4 +84,4 @@ echo -e "{\"text\":\""$temperature $condition"\", \"alt\":\""${weather[0]}"\", \
cached_weather=" $temperature \n$condition ${weather[1]}"
-echo -e $cached_weather > "$HOME/.cache/.weather_cache" \ No newline at end of file
+echo -e $cached_weather > "~/.cache/.weather_cache" \ No newline at end of file
diff --git a/config/rofi/config-Animations.rasi b/config/rofi/config-Animations.rasi
index f26eecd6..e1994b6a 100644
--- a/config/rofi/config-Animations.rasi
+++ b/config/rofi/config-Animations.rasi
@@ -29,6 +29,7 @@ listview {
margin: 10px;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-Monitors.rasi b/config/rofi/config-Monitors.rasi
index dd5d762d..453d7110 100644
--- a/config/rofi/config-Monitors.rasi
+++ b/config/rofi/config-Monitors.rasi
@@ -29,6 +29,7 @@ listview {
fixed-height: false;
margin: 10px;
scrollbar: true;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-clipboard.rasi b/config/rofi/config-clipboard.rasi
index d0d3d3ae..1109c3c0 100644
--- a/config/rofi/config-clipboard.rasi
+++ b/config/rofi/config-clipboard.rasi
@@ -27,6 +27,7 @@ listview {
lines: 8;
fixed-height: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-edit.rasi b/config/rofi/config-edit.rasi
index 4f5215ef..2ed85ed1 100644
--- a/config/rofi/config-edit.rasi
+++ b/config/rofi/config-edit.rasi
@@ -29,6 +29,7 @@ listview {
fixed-height: false;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Entry input ---- */
diff --git a/config/rofi/config-emoji.rasi b/config/rofi/config-emoji.rasi
index 3ab498e3..80aa5076 100644
--- a/config/rofi/config-emoji.rasi
+++ b/config/rofi/config-emoji.rasi
@@ -29,6 +29,7 @@ listview {
fixed-height: false;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi
index 256c2e87..03c0c8c1 100644
--- a/config/rofi/config-keybinds.rasi
+++ b/config/rofi/config-keybinds.rasi
@@ -23,11 +23,12 @@ listview {
fixed-height: false;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
window {
- width: 90%;
- height: inherit;
+ width: 90%;
+ height: inherit;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi
index ea20a09c..aa3e8258 100644
--- a/config/rofi/config-rofi-Beats-menu.rasi
+++ b/config/rofi/config-rofi-Beats-menu.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Main config Rofi Beats Config (compact) */
+/* Main config Rofi Beats Config menu */
@import "~/.config/rofi/config.rasi"
@@ -32,6 +32,7 @@ listview {
colums: 1;
lines: 3;
spacing: 6px;
+ cycle: true;
}
/* ---- Element ---- */
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi
index 9c67f4e4..f2fb7838 100644
--- a/config/rofi/config-rofi-Beats.rasi
+++ b/config/rofi/config-rofi-Beats.rasi
@@ -1,5 +1,5 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
-/* Rofi Beats Config (compact) */
+/* Rofi Beats Config */
@import "~/.config/rofi/config.rasi"
@@ -28,6 +28,7 @@ listview {
margin: 10px;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-rofi-theme.rasi b/config/rofi/config-rofi-theme.rasi
index 83975f64..652cd94c 100644
--- a/config/rofi/config-rofi-theme.rasi
+++ b/config/rofi/config-rofi-theme.rasi
@@ -29,6 +29,7 @@ listview {
margin: 10px;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-wallpaper-effect.rasi b/config/rofi/config-wallpaper-effect.rasi
index 61d68a76..1a61e29d 100644
--- a/config/rofi/config-wallpaper-effect.rasi
+++ b/config/rofi/config-wallpaper-effect.rasi
@@ -29,6 +29,7 @@ listview {
fixed-height: false;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Inputbar ---- */
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi
index 99f68098..1793f320 100644
--- a/config/rofi/config-wallpaper.rasi
+++ b/config/rofi/config-wallpaper.rasi
@@ -37,6 +37,7 @@ listview {
flow: horizontal;
fixed-width: true;
fixed-height: true;
+ cycle: true;
}
/* ---- Element ---- */
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi
index 97ebe96f..2b01b157 100644
--- a/config/rofi/config-waybar-layout.rasi
+++ b/config/rofi/config-waybar-layout.rasi
@@ -34,6 +34,7 @@ listview {
margin: 10px;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-waybar-style.rasi b/config/rofi/config-waybar-style.rasi
index bf9b11f2..ce6a76a9 100644
--- a/config/rofi/config-waybar-style.rasi
+++ b/config/rofi/config-waybar-style.rasi
@@ -33,6 +33,7 @@ listview {
margin: 10px;
scrollbar: true;
spacing: 6px;
+ cycle: true;
}
/* ---- Elements ---- */
diff --git a/config/rofi/config-zsh-theme.rasi b/config/rofi/config-zsh-theme.rasi
index 77de89ea..75c44767 100644
--- a/config/rofi/config-zsh-theme.rasi
+++ b/config/rofi/config-zsh-theme.rasi
@@ -41,6 +41,7 @@ listview {
lines: 3;
spacing: 4px;
border-radius: 10px;
+ cycle: true;
}
/* ---- Element ---- */
diff --git a/config/rofi/themes/KooL_style-1.rasi b/config/rofi/themes/KooL_style-1.rasi
index 1bae71f3..f2e0977e 100644
--- a/config/rofi/themes/KooL_style-1.rasi
+++ b/config/rofi/themes/KooL_style-1.rasi
@@ -12,7 +12,6 @@ configuration {
display-window: "  window";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-10-Fancy.rasi b/config/rofi/themes/KooL_style-10-Fancy.rasi
index 52c9363f..170a888e 100644
--- a/config/rofi/themes/KooL_style-10-Fancy.rasi
+++ b/config/rofi/themes/KooL_style-10-Fancy.rasi
@@ -9,7 +9,6 @@ configuration {
show-icons: true;
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi b/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi
index 44532d76..e65f174f 100644
--- a/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi
+++ b/config/rofi/themes/KooL_style-11-Win11-list-dark.rasi
@@ -6,11 +6,10 @@
/* ---- Configuration ---- */
configuration {
- dpi: 1;
- show-icons: true;
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
+ show-icons: true;
+ hover-select: true;
+ me-select-entry: "MouseSecondary";
+ me-accept-entry: "MousePrimary";
}
/*****----- Global Properties -----*****/
diff --git a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi
index fdcd4f1a..b3979f13 100644
--- a/config/rofi/themes/KooL_style-11-Win11-list-light.rasi
+++ b/config/rofi/themes/KooL_style-11-Win11-list-light.rasi
@@ -6,11 +6,10 @@
/* ---- Configuration ---- */
configuration {
- dpi: 1;
- show-icons: true;
- hover-select: true;
- me-select-entry: "MouseSecondary";
- me-accept-entry: "MousePrimary";
+ show-icons: true;
+ hover-select: true;
+ me-select-entry: "MouseSecondary";
+ me-accept-entry: "MousePrimary";
}
/*****----- Global Properties -----*****/
diff --git a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi
index 824eb543..67c4a205 100644
--- a/config/rofi/themes/KooL_style-12-TOP-Docu.rasi
+++ b/config/rofi/themes/KooL_style-12-TOP-Docu.rasi
@@ -17,7 +17,6 @@ configuration {
display-window: "  ";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-13-Vertical.rasi b/config/rofi/themes/KooL_style-13-Vertical.rasi
index a7cb340a..b1dc9018 100644
--- a/config/rofi/themes/KooL_style-13-Vertical.rasi
+++ b/config/rofi/themes/KooL_style-13-Vertical.rasi
@@ -15,7 +15,6 @@ configuration {
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
- dpi: 1;
}
/* ---- Load wallust colors ---- */
diff --git a/config/rofi/themes/KooL_style-2-Dark.rasi b/config/rofi/themes/KooL_style-2-Dark.rasi
index 957bf8a9..709a55f9 100644
--- a/config/rofi/themes/KooL_style-2-Dark.rasi
+++ b/config/rofi/themes/KooL_style-2-Dark.rasi
@@ -13,7 +13,6 @@ configuration {
display-window: "  window";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-2-Light.rasi b/config/rofi/themes/KooL_style-2-Light.rasi
index 93f68908..f2032071 100644
--- a/config/rofi/themes/KooL_style-2-Light.rasi
+++ b/config/rofi/themes/KooL_style-2-Light.rasi
@@ -13,7 +13,6 @@ configuration {
display-window: "  window";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi b/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi
index 79b68c65..d4bc1b87 100644
--- a/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi
+++ b/config/rofi/themes/KooL_style-3-FullScreen-v1.rasi
@@ -12,7 +12,6 @@ configuration {
display-window: "  window";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
index 807a57c3..902b6ccc 100644
--- a/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
+++ b/config/rofi/themes/KooL_style-3-Fullscreen-v2.rasi
@@ -13,7 +13,6 @@ configuration {
display-ssh: " SSH";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-4.rasi b/config/rofi/themes/KooL_style-4.rasi
index 8a7b8ed7..06c04e82 100644
--- a/config/rofi/themes/KooL_style-4.rasi
+++ b/config/rofi/themes/KooL_style-4.rasi
@@ -12,7 +12,6 @@ configuration {
display-window: "  window";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-5.rasi b/config/rofi/themes/KooL_style-5.rasi
index 44f6da65..1f2aba4e 100644
--- a/config/rofi/themes/KooL_style-5.rasi
+++ b/config/rofi/themes/KooL_style-5.rasi
@@ -14,7 +14,6 @@ configuration {
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
- dpi: 1;
}
diff --git a/config/rofi/themes/KooL_style-6.rasi b/config/rofi/themes/KooL_style-6.rasi
index 255554cf..ea4705c9 100644
--- a/config/rofi/themes/KooL_style-6.rasi
+++ b/config/rofi/themes/KooL_style-6.rasi
@@ -15,7 +15,6 @@ configuration {
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
- dpi: 1;
}
/* ---- Load wallust colors ---- */
diff --git a/config/rofi/themes/KooL_style-7.rasi b/config/rofi/themes/KooL_style-7.rasi
index 89e9af48..c6d89aeb 100644
--- a/config/rofi/themes/KooL_style-7.rasi
+++ b/config/rofi/themes/KooL_style-7.rasi
@@ -12,7 +12,6 @@ configuration {
display-filebrowser: "  ";
display-window: "  ";
drun-display-format: "{name}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-8.rasi b/config/rofi/themes/KooL_style-8.rasi
index ead645bb..1c4b18fa 100644
--- a/config/rofi/themes/KooL_style-8.rasi
+++ b/config/rofi/themes/KooL_style-8.rasi
@@ -12,7 +12,6 @@ configuration {
display-window: "  window";
drun-display-format: "{name}";
window-format: "{w} · {c} · {t}";
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/config/rofi/themes/KooL_style-9.rasi b/config/rofi/themes/KooL_style-9.rasi
index 95507ea8..23f3e367 100644
--- a/config/rofi/themes/KooL_style-9.rasi
+++ b/config/rofi/themes/KooL_style-9.rasi
@@ -12,7 +12,6 @@ configuration {
disable-history: false;
click-to-exit: true;
location: 0;
- dpi: 1;
hover-select: true;
me-select-entry: "MouseSecondary";
me-accept-entry: "MousePrimary";
diff --git a/copy.sh b/copy.sh
index 69fdcf12..83377b8b 100755
--- a/copy.sh
+++ b/copy.sh
@@ -971,4 +971,4 @@ printf "\n%.0s" {1..1}
printf "${INFO} However, it is ${MAGENTA}HIGHLY SUGGESTED${RESET} to logout and re-login or better reboot to avoid any issues"
printf "\n%.0s" {1..1}
printf "${SKY_BLUE}Thank you${RESET} for using ${MAGENTA}KooL's Hyprland Configuration${RESET}... ${YELLOW}ENJOY!!!${RESET}"
-printf "\n%.0s" {1..3}
+printf "\n%.0s" {1..3} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage