From 73f3aebcb112379ec1c4c604b74e3d88020c5137 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 21 May 2025 00:52:45 +0900 Subject: updated rofi-beats rofi menu --- config/rofi/config-rofi-Beats-menu.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/config-rofi-Beats-menu.rasi b/config/rofi/config-rofi-Beats-menu.rasi index aa3e8258..47e14b0d 100644 --- a/config/rofi/config-rofi-Beats-menu.rasi +++ b/config/rofi/config-rofi-Beats-menu.rasi @@ -30,7 +30,7 @@ listview { fixed-columns: false; scrollbar: false; colums: 1; - lines: 3; + lines: 4; spacing: 6px; cycle: true; } -- cgit v1.2.3 From b951f9b690fc0fdb63bc8a3c711b4d7d29b16ff1 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Fri, 23 May 2025 13:57:25 +0000 Subject: Revert "Replace tilda with $HOME because it's expands correctly this way" --- config/hypr/UserScripts/Weather.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh index 0294e042..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" +echo -e $cached_weather > "~/.cache/.weather_cache" \ No newline at end of file -- cgit v1.2.3 From afb80e32cd9502227fb3c993fb0158ff9a5aab03 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 24 May 2025 19:47:38 +0900 Subject: Updated Kitty theme ROFI config. ONLY temporary until I figure out to put in message box the actions --- config/rofi/config-kitty-theme.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rofi/config-kitty-theme.rasi b/config/rofi/config-kitty-theme.rasi index 5dc570be..f62fea12 100644 --- a/config/rofi/config-kitty-theme.rasi +++ b/config/rofi/config-kitty-theme.rasi @@ -32,7 +32,7 @@ inputbar { entry { expand: true; - placeholder: " 🐾 Search / Choose Kitty theme"; + placeholder: " 🐾 Choose Kitty theme: Enter to Preview; CTRL S to Apply"; } /* ---- Listview ---- */ -- cgit v1.2.3 From caf8a4984c4ff6c2105c5b0cc2c74657d1bb1f99 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 25 May 2025 03:43:49 +0900 Subject: welp... seems like the PR was ok.. lmao.. it seems ~ does not work anymore --- config/hypr/UserScripts/Weather.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh index f5bf9fa9..9bdaff4a 100755 --- a/config/hypr/UserScripts/Weather.sh +++ b/config/hypr/UserScripts/Weather.sh @@ -4,7 +4,7 @@ # Remember to add city city= -cachedir="~/.cache/rbn" +cachedir="$HOME/.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 > "~/.cache/.weather_cache" \ No newline at end of file +echo -e $cached_weather > "$HOME/.cache/.weather_cache" \ No newline at end of file -- cgit v1.2.3 From cd9d02816793a1330dfcb4eb597c1d47593ba1f3 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 25 May 2025 19:36:28 +0900 Subject: updated Hyprlock configs. Reposition and resize keyboard layouts --- config/hypr/hyprlock-1080p.conf | 32 ++++++++++++++++---------------- config/hypr/hyprlock.conf | 29 +++++++++++++++-------------- 2 files changed, 31 insertions(+), 30 deletions(-) diff --git a/config/hypr/hyprlock-1080p.conf b/config/hypr/hyprlock-1080p.conf index fbd24915..a0e105e0 100644 --- a/config/hypr/hyprlock-1080p.conf +++ b/config/hypr/hyprlock-1080p.conf @@ -66,7 +66,7 @@ label { color = $color12 font_size = 200 font_family = JetBrainsMono Nerd Font ExtraBold - position = 0, -320 + position = 0, -340 halign = center valign = top } @@ -106,19 +106,7 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 150 - halign = center - valign = bottom -} - -# LAYOUT -label { - monitor = - text = $LAYOUT - color = $color13 - font_size = 24 - font_family = Victor Mono Bold Oblique - position = 0, 120 + position = 0, 220 halign = center valign = bottom } @@ -126,7 +114,7 @@ label { # INPUT FIELD input-field { monitor = - size = 300, 60 + size = 200, 60 outline_thickness = 2 dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8 dots_spacing = 0.2 # Scale of dots' absolute size, 0.0 - 1.0 @@ -139,7 +127,19 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = 🔒 Type Password hide_input = false - position = 0, 50 + position = 0, 100 + halign = center + valign = bottom +} + +# Keyboard LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 10 + font_family = Victor Mono Bold Oblique + position = 0, 70 halign = center valign = bottom } diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index a0d075cb..48b09b85 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -106,19 +106,7 @@ label { color = $color13 font_size = 24 font_family = Victor Mono Bold Oblique - position = 0, 250 - halign = center - valign = bottom -} - -# LAYOUT -label { - monitor = - text = $LAYOUT - color = $color13 - font_size = 24 - font_family = Victor Mono Bold Oblique - position = 0, 200 + position = 0, 280 halign = center valign = bottom } @@ -139,7 +127,20 @@ input-field { font_family = Victor Mono Bold Oblique placeholder_text = 🔒 Type Password hide_input = false - position = 0, 100 + position = 0, 120 + halign = center + valign = bottom +} + + +# Keyboard LAYOUT +label { + monitor = + text = $LAYOUT + color = $color13 + font_size = 12 + font_family = Victor Mono Bold Oblique + position = 0, 80 halign = center valign = bottom } -- cgit v1.2.3