From cdfc89cd713318e79d7297ff6a5998134e686517 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 28 Apr 2024 17:36:13 +0900 Subject: [PATCH 01/11] bumping back to v2.2.9 after hotfix.. small waybar half-moon correction --- config/hypr/{v2.2.8 => v2.2.9} | 0 config/waybar/style/[Dark] Half-Moon.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/hypr/{v2.2.8 => v2.2.9} (100%) diff --git a/config/hypr/v2.2.8 b/config/hypr/v2.2.9 similarity index 100% rename from config/hypr/v2.2.8 rename to config/hypr/v2.2.9 diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css index 4fff602..5bb872a 100644 --- a/config/waybar/style/[Dark] Half-Moon.css +++ b/config/waybar/style/[Dark] Half-Moon.css @@ -6,7 +6,7 @@ * { font-size: 97%; -font-family: JetBrainsMono Nerd Font, Font Awesome, sans-serif; +font-family: "JetBrainsMono Nerd Font", "Font Awesome", sans-serif; font-weight: bold; } From b33b47ebb607b8dc4d228ea56ba5014001f58738 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 28 Apr 2024 22:56:31 +0900 Subject: [PATCH 02/11] reduced hyprlock grace period --- config/hypr/hyprlock.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 9459073..fc957ef 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -9,7 +9,7 @@ $wallpaper = $HOME/.config/rofi/.current_wallpaper $picture = $HOME/.config/rofi/.current_wallpaper general { - grace = 0.5 + grace = 0 } background { From 8d5df9d3702342e8b553ace5f1cc3c62ede4d600 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 00:59:17 +0900 Subject: [PATCH 03/11] small tweak hyprlock --- config/hypr/hyprlock.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index fc957ef..150a27d 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -87,6 +87,7 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H valign = center } +# user label { monitor = text =  $USER @@ -99,6 +100,7 @@ label { valign = bottom } +# uptime label { monitor = text = cmd[update:60000] echo " "$(uptime -p)" " @@ -110,6 +112,7 @@ label { valign = bottom } +# weather (note: this cause delay) label { monitor = text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2 @@ -121,6 +124,7 @@ label { valign = bottom } +# picture image { monitor = path = $picture # set the picture path above From 5b40716ab9c1c3ca0d91185e00856245fc1f9ed4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 08:24:48 +0900 Subject: [PATCH 04/11] moving of Sounds.sh from UserScripts to scripts. --- config/hypr/scripts/ScreenShot.sh | 2 +- config/hypr/{UserScripts => scripts}/Sounds.sh | 1 + config/hypr/scripts/Volume.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename config/hypr/{UserScripts => scripts}/Sounds.sh (96%) diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 309114d..d2ee51a 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -3,7 +3,7 @@ # Screenshots scripts iDIR="$HOME/.config/swaync/icons" -sDIR="$HOME/.config/hypr/UserScripts" +sDIR="$HOME/.config/hypr/scripts" notify_cmd_shot="notify-send -h string:x-canonical-private-synchronous:shot-notify -u low -i ${iDIR}/picture.png" time=$(date "+%d-%b_%H-%M-%S") diff --git a/config/hypr/UserScripts/Sounds.sh b/config/hypr/scripts/Sounds.sh similarity index 96% rename from config/hypr/UserScripts/Sounds.sh rename to config/hypr/scripts/Sounds.sh index fb8a1f5..a749114 100755 --- a/config/hypr/UserScripts/Sounds.sh +++ b/config/hypr/scripts/Sounds.sh @@ -1,6 +1,7 @@ #!/bin/bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # This script is used to play system sounds. +# Script is used by Volume.Sh and ScreenShots.sh theme="freedesktop" # Set the theme for the system sounds. mute=false # Set to true to mute the system sounds. diff --git a/config/hypr/scripts/Volume.sh b/config/hypr/scripts/Volume.sh index d2fef87..19868ca 100755 --- a/config/hypr/scripts/Volume.sh +++ b/config/hypr/scripts/Volume.sh @@ -3,7 +3,7 @@ # Scripts for volume controls for audio and mic iDIR="$HOME/.config/swaync/icons" -sDIR="$HOME/.config/hypr/UserScripts" +sDIR="$HOME/.config/hypr/scripts" # Get Volume get_volume() { From 69ffeffbfc1f8464219f03260c529230d1a36344 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 09:05:03 +0900 Subject: [PATCH 05/11] make rofi configs case insensitive --- config/hypr/UserScripts/RofiBeats.sh | 2 +- config/hypr/UserScripts/WallpaperSelect.sh | 2 +- config/hypr/UserScripts/ZshChangeTheme.sh | 2 +- config/hypr/scripts/ClipManager.sh | 2 +- config/hypr/scripts/RofiEmoji.sh | 2 +- config/hypr/scripts/WaybarLayout.sh | 2 +- config/hypr/scripts/WaybarStyles.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index 315bcf5..e08e311 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -28,7 +28,7 @@ notification() { # Main function main() { - choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -i -p "") + choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -i -p "") if [ -z "$choice" ]; then exit 1 diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 8aa9bdd..de9c654 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -25,7 +25,7 @@ RANDOM_PIC="${PICS[$((RANDOM % ${#PICS[@]}))]}" RANDOM_PIC_NAME="${#PICS[@]}. random" # Rofi command -rofi_command="rofi -show -dmenu -config ~/.config/rofi/config-wallpaper.rasi" +rofi_command="rofi -i -show -dmenu -config ~/.config/rofi/config-wallpaper.rasi" menu() { for i in "${!PICS[@]}"; do diff --git a/config/hypr/UserScripts/ZshChangeTheme.sh b/config/hypr/UserScripts/ZshChangeTheme.sh index 7057ed2..46d2249 100755 --- a/config/hypr/UserScripts/ZshChangeTheme.sh +++ b/config/hypr/UserScripts/ZshChangeTheme.sh @@ -5,7 +5,7 @@ file_extension=".zsh-theme" themes_array=($(find "$themes_dir" -type f -name "*$file_extension" -exec basename {} \; | sed -e "s/$file_extension//")) -rofi_command="rofi -dmenu -config ~/.config/rofi/config-zsh-theme.rasi" +rofi_command="rofi -i -dmenu -config ~/.config/rofi/config-zsh-theme.rasi" menu() { for theme in "${themes_array[@]}"; do diff --git a/config/hypr/scripts/ClipManager.sh b/config/hypr/scripts/ClipManager.sh index f93005b..ddce299 100755 --- a/config/hypr/scripts/ClipManager.sh +++ b/config/hypr/scripts/ClipManager.sh @@ -8,7 +8,7 @@ while true; do result=$( - rofi -dmenu \ + rofi -i -dmenu \ -kb-custom-1 "Control-Delete" \ -kb-custom-2 "Alt-Delete" \ -config ~/.config/rofi/config-clipboard.rasi < <(cliphist list) diff --git a/config/hypr/scripts/RofiEmoji.sh b/config/hypr/scripts/RofiEmoji.sh index 4c51ee8..cf6bec5 100755 --- a/config/hypr/scripts/RofiEmoji.sh +++ b/config/hypr/scripts/RofiEmoji.sh @@ -3,7 +3,7 @@ # Rofi Emoticons. Not my own. Cant remember the source sed '1,/^# # DATA # #$/d' $0 | -rofi -dmenu -config ~/.config/rofi/config-long.rasi| +rofi -i -dmenu -config ~/.config/rofi/config-long.rasi| cut -d ' ' -f 1 | tr -d '\n' | wl-copy exit diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index a70953b..0302988 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -38,7 +38,7 @@ restart_waybar_if_needed() { # Main function main() { - choice=$(menu | rofi -dmenu -config "$rofi_config") + choice=$(menu | rofi -i -dmenu -config "$rofi_config") if [[ -z "$choice" ]]; then echo "No option selected. Exiting." diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 4cd484b..2e99478 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -40,7 +40,7 @@ restart_waybar_if_needed() { # Main function main() { - choice=$(menu | rofi -dmenu -config "$rofi_config") + choice=$(menu | rofi -i -dmenu -config "$rofi_config") if [[ -z "$choice" ]]; then echo "No option selected. Exiting." From 3952c360319385470ef83a8d040f00ca5430f15d Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 09:09:12 +0900 Subject: [PATCH 06/11] updated rofi beats --- config/hypr/UserScripts/RofiBeats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index e08e311..e3c7958 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -28,7 +28,7 @@ notification() { # Main function main() { - choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -i -p "") + choice=$(printf "%s\n" "${!menu_options[@]}" | rofi -i -dmenu -config ~/.config/rofi/config-rofi-Beats.rasi -p "") if [ -z "$choice" ]; then exit 1 From 92ca7b5657e106d316f47eddbb03c40666abce13 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 29 Apr 2024 10:39:26 +0900 Subject: [PATCH 07/11] small tweak hyprlock --- config/hypr/hyprlock.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 150a27d..7cf48eb 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -6,6 +6,9 @@ source = $HOME/.cache/wal/colors-hyprland # wallpaper and picture variables # supports png, jpg, webp (no animations, though) $wallpaper = $HOME/.config/rofi/.current_wallpaper + +# you can put your profile picture path here if wanted +# by default is your current wallpaper. See note above regarding format support $picture = $HOME/.config/rofi/.current_wallpaper general { @@ -20,7 +23,7 @@ background { # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_size = 4 - blur_passes = 2 # 0 disables blurring + blur_passes = 3 # 0 disables blurring noise = 0.0117 contrast = 1.3000 # Vibrant!!! brightness = 0.8000 @@ -87,7 +90,6 @@ text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H valign = center } -# user label { monitor = text =  $USER @@ -100,7 +102,6 @@ label { valign = bottom } -# uptime label { monitor = text = cmd[update:60000] echo " "$(uptime -p)" " @@ -112,7 +113,6 @@ label { valign = bottom } -# weather (note: this cause delay) label { monitor = text = cmd[update:3600000] ping -c 1 wttr.in > /dev/null && curl -s 'wttr.in?format=2' # For specific location : wttr.in/busan?format=2 @@ -124,12 +124,11 @@ label { valign = bottom } -# picture image { monitor = path = $picture # set the picture path above size = 230 - rounding = -2 + rounding = -1 # negative values mean circle border_size = 1 border_color = $color12 rotate = 0 From 5e0d1596657100d19bbb716286b70eeae9cd1513 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:43:24 +0530 Subject: [PATCH 08/11] window-rules: add transparency for google-chrome-beta,dev telegram, gnome-keyring gui, android studio, alacritty, deluge --- config/hypr/UserConfigs/WindowRules.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 0340293..3c1fe1a 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -13,6 +13,7 @@ windowrule = float, gnome-system-monitor windowrule = float, yad windowrule = float, ^(wihotspot-gui)$ # wifi hotspot windowrule = float, ^(evince)$ # document viewer +windowrule = float, ^(file-roller)$ # archive manager #windowrule = noblur,gamescope #windowrule = fullscreen,gamescope @@ -45,6 +46,8 @@ windowrulev2 = opacity 0.9 0.7, class:^(Firefox-esr)$ windowrulev2 = opacity 0.9 0.8, class:^([Tt]hunar)$ windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$ windowrulev2 = opacity 0.9 0.7, class:^(gedit)$ +windowrulev2 = opacity 0.9 0.8, class:^(deluge)$ +windowrulev2 = opacity 0.9 0.8, class:^(Alacritty)$ windowrulev2 = opacity 0.9 0.8, class:^(kitty)$ windowrulev2 = opacity 0.9 0.7, class:^(mousepad)$ windowrulev2 = opacity 0.9 0.7, class:^(codium-url-handler)$ @@ -53,14 +56,19 @@ windowrulev2 = opacity 0.9 0.7, class:^(yad)$ windowrulev2 = opacity 0.9 0.7, class:^(com.obsproject.Studio)$ windowrulev2 = opacity 0.9 0.7, class:^([Aa]udacious)$ windowrulev2 = opacity 0.9 0.8, class:^(google-chrome)$ +windowrulev2 = opacity 0.9 0.8, class:^(google-chrome-beta)$ +windowrulev2 = opacity 0.9 0.8, class:^(google-chrome-dev)$ +windowrulev2 = opacity 0.9 0.8, class:^(google-chrome-unstable)$ windowrulev2 = opacity 0.94 0.86, class:^(chrome-.+-Default)$ # Chrome PWAs windowrulev2 = opacity 0.9 0.8, class:^(org.gnome.Nautilus)$ windowrulev2 = opacity 0.9 0.8, class:^(code-url-handler)$ windowrulev2 = opacity 0.9 0.8, class:^(VSCode)$ +windowrulev2 = opacity 0.9 0.8, class:^(jetbrains-studio)$ # Android Studio windowrulev2 = opacity 0.94 0.86, class:^(discord)$ +windowrulev2 = opacity 0.9 0.8, class:^(org.telegram.desktop)$ windowrulev2 = opacity 0.94 0.86, class:^(gnome-disks)$ windowrulev2 = opacity 0.9 0.8, class:^(org.gnome.baobab)$ - +windowrulev2 = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui #layerrule = unset,class:^([Rr]ofi)$ #layerrule = blur,class:^([Rr]ofi)$ @@ -81,4 +89,4 @@ windowrulev2=float, title:^(Picture-in-Picture)$ windowrulev2=size 25% 25%,title:^(Picture-in-Picture)$ #windowrulev2=size 25% 25%,title:^(Firefox)$ windowrulev2=move 72% 7%,title:^(Picture-in-Picture)$ -#windowrulev2=move 72% 7%,title:^(Firefox)$ \ No newline at end of file +#windowrulev2=move 72% 7%,title:^(Firefox)$ From 672a5975acf7fab31156164f5e5b6762fe55eba1 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 30 Apr 2024 12:27:15 +0900 Subject: [PATCH 09/11] hyprlock update to work well with 1080p resolution --- config/hypr/hyprlock.conf | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) diff --git a/config/hypr/hyprlock.conf b/config/hypr/hyprlock.conf index 7cf48eb..b2a1a16 100644 --- a/config/hypr/hyprlock.conf +++ b/config/hypr/hyprlock.conf @@ -4,26 +4,19 @@ source = $HOME/.cache/wal/colors-hyprland -# wallpaper and picture variables # supports png, jpg, webp (no animations, though) -$wallpaper = $HOME/.config/rofi/.current_wallpaper - -# you can put your profile picture path here if wanted -# by default is your current wallpaper. See note above regarding format support -$picture = $HOME/.config/rofi/.current_wallpaper - general { - grace = 0 + grace = 1 } background { monitor = path = screenshot # screenshot of your desktop - #path = $wallpaper # set the picture path above + # path = $HOME/.config/rofi/.current_wallpaper # NOTE only png supported for now color = $color7 # all these options are taken from hyprland, see https://wiki.hyprland.org/Configuring/Variables/#blur for explanations blur_size = 4 - blur_passes = 3 # 0 disables blurring + blur_passes = 2 # 0 disables blurring noise = 0.0117 contrast = 1.3000 # Vibrant!!! brightness = 0.8000 @@ -45,7 +38,7 @@ input-field { placeholder_text = Password... # Text rendered in the input box when it's empty. hide_input = false - position = 0, 100 + position = 0, 200 halign = center valign = bottom } @@ -71,7 +64,7 @@ label { font_size = 24 font_family = JetBrains Mono Nerd Font 10 - position = 0, -225 + position = 0, -250 halign = center valign = top } @@ -82,10 +75,10 @@ label { # text = cmd[update:1000] echo " $(date +"%I:%M:%S %p") " # AM/PM text = cmd[update:1000] echo " $(date +"%H:%M:%S") " # 24H color = $color7 - font_size = 90 + font_size = 94 font_family = JetBrains Mono Nerd Font 10 - position = 0, -150 + position = 0, 0 halign = center valign = center } @@ -94,10 +87,10 @@ label { monitor = text =  $USER color = $color7 - font_size = 24 + font_size = 18 font_family = Inter Display Medium - position = 0, 200 + position = 0, 100 halign = center valign = bottom } @@ -126,14 +119,14 @@ label { image { monitor = - path = $picture # set the picture path above + path = $HOME/.config/rofi/.current_wallpaper size = 230 - rounding = -1 # negative values mean circle - border_size = 1 + rounding = -1 + border_size = 4 border_color = $color12 rotate = 0 reload_time = -1 - position = 0, 200 + position = 0, 300 halign = center - valign = center + valign = bottom } \ No newline at end of file From 568b62c49a0239d1f939a6d13b0ebf5824a3daf6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 30 Apr 2024 15:28:01 +0900 Subject: [PATCH 10/11] updated windows rules re firefox and thunderbird --- config/hypr/UserConfigs/WindowRules.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index 3c1fe1a..720ddf0 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -22,10 +22,10 @@ windowrule = float, ^(file-roller)$ # archive manager windowrule = center,^(pavucontrol) # windowrule v2 -windowrulev2 = workspace 1, class:^(thunderbird)$ -windowrulev2 = workspace 2, class:^(firefox)$ +windowrulev2 = workspace 1, class:^([Tt]hunderbird)$ +windowrulev2 = workspace 2, class:^([Ff]irefox)$ windowrulev2 = workspace 2, class:^(org.mozilla.firefox)$ -windowrulev2 = workspace 2, class:^(Firefox-esr)$ +windowrulev2 = workspace 2, class:^([Ff]irefox-esr)$ windowrulev2 = workspace 2, class:^(Microsoft-edge-beta)$ windowrulev2 = workspace 3, class:^([Tt]hunar)$ windowrulev2 = workspace 4, class:^(com.obsproject.Studio)$ @@ -40,9 +40,9 @@ windowrulev2 = workspace 9 silent, class:^([Aa]udacious)$ windowrulev2 = opacity 0.9 0.6, class:^([Rr]ofi)$ windowrulev2 = opacity 0.9 0.7, class:^(Brave-browser)$ windowrulev2 = opacity 0.9 0.7, class:^(Brave-browser-dev)$ -windowrulev2 = opacity 0.9 0.7, class:^(firefox)$ +windowrulev2 = opacity 0.9 0.7, class:^([Ff]irefox)$ windowrulev2 = opacity 0.9 0.7, class:^(org.mozilla.firefox)$ -windowrulev2 = opacity 0.9 0.7, class:^(Firefox-esr)$ +windowrulev2 = opacity 0.9 0.7, class:^([Ff]irefox-esr)$ windowrulev2 = opacity 0.9 0.8, class:^([Tt]hunar)$ windowrulev2 = opacity 0.8 0.6, class:^(pcmanfm-qt)$ windowrulev2 = opacity 0.9 0.7, class:^(gedit)$ From fd17ffa220df913f375ebf5516aa112aca801ffc Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 30 Apr 2024 23:48:52 +0900 Subject: [PATCH 11/11] updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d107822..55cf6c7 100644 --- a/README.md +++ b/README.md @@ -121,3 +121,10 @@ chmod +x upgrade.sh Buy Me a Coffee at ko-fi.com [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/JaKooLit) + + + +## 🥰🥰 💖💖 👍👍👍 +[![Stargazers over time](https://starchart.cc/JaKooLit/Hyprland-Dots.svg?variant=adaptive)](https://starchart.cc/JaKooLit/Hyprland-Dots) + + \ No newline at end of file