From 124098cab65de5a76d16df21155938ba65a06fb6 Mon Sep 17 00:00:00 2001 From: Amoelle Date: Tue, 12 Aug 2025 19:04:38 +0300 Subject: [PATCH] lock keybinding --- .config/hypr/hypridle.conf | 8 +- .config/hypr/keybindings.conf | 2 +- .config/hypr/themes/colors.conf | 164 +++++++++++++++--------------- .config/hypr/themes/theme.conf | 62 +++++------ .config/hypr/themes/wallbash.conf | 18 ++-- .config/nvim/lazy-lock.json | 16 +-- 6 files changed, 136 insertions(+), 134 deletions(-) diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index 53055b4..20c67d1 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -31,10 +31,10 @@ listener { } # Suspend -# listener { -# timeout = 500 -# on-timeout = Hyde run audio_idle ; systemctl suspend -# } +listener { + timeout = 500 + on-timeout = Hyde run audio_idle ; systemctl suspend +} # hyprlang noerror true # Source anything from this path if you want to add your own listener diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 9fb6f75..a6d44df 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -22,7 +22,7 @@ bind = $mainMod, Delete, exit, # kill hyprland session bind = $mainMod, W, togglefloating, # toggle the window between focus and float bind = $mainMod, G, togglegroup, # toggle the window between focus and group bind = Alt, Return, fullscreen, # toggle the window between focus and fullscreen -bind = $mainMod, L, exec, hyprlock # launch lock screen +bind = $mainMod+Shift, L, exec, hyprlock # launch lock screen bind = $mainMod+Shift, F, exec, $scrPath/windowpin.sh # toggle pin on focused window bind = $mainMod, Backspace, exec, $scrPath/logoutlaunch.sh # launch logout menu bind = Ctrl+Alt, W, exec, killall waybar || waybar # toggle waybar diff --git a/.config/hypr/themes/colors.conf b/.config/hypr/themes/colors.conf index a4815e3..23add17 100644 --- a/.config/hypr/themes/colors.conf +++ b/.config/hypr/themes/colors.conf @@ -3,109 +3,109 @@ # Color group 1 -$wallbash_pry1 = 091627 # primary color 1 +$wallbash_pry1 = 212333 # primary color 1 $wallbash_txt1 = FFFFFF # text color 1 -$wallbash_1xa1 = 293A52 # accent color 1 for primary color 1 -$wallbash_1xa2 = 3A4F6B # accent color 2 for primary color 1 -$wallbash_1xa3 = 4B617D # accent color 3 for primary color 1 -$wallbash_1xa4 = 576F8F # accent color 4 for primary color 1 -$wallbash_1xa5 = 6580A3 # accent color 5 for primary color 1 -$wallbash_1xa6 = 7A99C2 # accent color 6 for primary color 1 -$wallbash_1xa7 = 9ABBE6 # accent color 7 for primary color 1 -$wallbash_1xa8 = AAC8F0 # accent color 8 for primary color 1 -$wallbash_1xa9 = CCE2FF # accent color 9 for primary color 1 +$wallbash_1xa1 = 292D52 # accent color 1 for primary color 1 +$wallbash_1xa2 = 3A3F6B # accent color 2 for primary color 1 +$wallbash_1xa3 = 4B517D # accent color 3 for primary color 1 +$wallbash_1xa4 = 575D8F # accent color 4 for primary color 1 +$wallbash_1xa5 = 656CA3 # accent color 5 for primary color 1 +$wallbash_1xa6 = 7A82C2 # accent color 6 for primary color 1 +$wallbash_1xa7 = 9AA2E6 # accent color 7 for primary color 1 +$wallbash_1xa8 = AAB2F0 # accent color 8 for primary color 1 +$wallbash_1xa9 = CCD2FF # accent color 9 for primary color 1 # in rgba format -$wallbash_pry1_rgba = rgba(9,22,39,0.95) # primary color 1 +$wallbash_pry1_rgba = rgba(33,35,51,0.95) # primary color 1 $wallbash_txt1_rgba = rgba(255,255,255,0.95) # text color 1 -$wallbash_1xa1_rgba = rgba(41,58,82,0.95) # accent color 1 for primary color 1 -$wallbash_1xa2_rgba = rgba(58,79,107,0.95) # accent color 2 for primary color 1 -$wallbash_1xa3_rgba = rgba(75,97,125,0.95) # accent color 3 for primary color 1 -$wallbash_1xa4_rgba = rgba(87,111,143,0.95) # accent color 4 for primary color 1 -$wallbash_1xa5_rgba = rgba(101,128,163,0.95) # accent color 5 for primary color 1 -$wallbash_1xa6_rgba = rgba(122,153,194,0.95) # accent color 6 for primary color 1 -$wallbash_1xa7_rgba = rgba(154,187,230,0.95) # accent color 7 for primary color 1 -$wallbash_1xa8_rgba = rgba(170,200,240,0.95) # accent color 8 for primary color 1 -$wallbash_1xa9_rgba = rgba(204,226,255,0.95) # accent color 9 for primary color 1 +$wallbash_1xa1_rgba = rgba(41,45,82,0.95) # accent color 1 for primary color 1 +$wallbash_1xa2_rgba = rgba(58,63,107,0.95) # accent color 2 for primary color 1 +$wallbash_1xa3_rgba = rgba(75,81,125,0.95) # accent color 3 for primary color 1 +$wallbash_1xa4_rgba = rgba(87,93,143,0.95) # accent color 4 for primary color 1 +$wallbash_1xa5_rgba = rgba(101,108,163,0.95) # accent color 5 for primary color 1 +$wallbash_1xa6_rgba = rgba(122,130,194,0.95) # accent color 6 for primary color 1 +$wallbash_1xa7_rgba = rgba(154,162,230,0.95) # accent color 7 for primary color 1 +$wallbash_1xa8_rgba = rgba(170,178,240,0.95) # accent color 8 for primary color 1 +$wallbash_1xa9_rgba = rgba(204,210,255,0.95) # accent color 9 for primary color 1 # Color group 2 -$wallbash_pry2 = 521626 # primary color 2 +$wallbash_pry2 = 35394D # primary color 2 $wallbash_txt2 = FFFFFF # text color 2 -$wallbash_2xa1 = 522934 # accent color 1 for primary color 2 -$wallbash_2xa2 = 6B3A47 # accent color 2 for primary color 2 -$wallbash_2xa3 = 7D4B58 # accent color 3 for primary color 2 -$wallbash_2xa4 = 8F5766 # accent color 4 for primary color 2 -$wallbash_2xa5 = A36576 # accent color 5 for primary color 2 -$wallbash_2xa6 = C27A8D # accent color 6 for primary color 2 -$wallbash_2xa7 = E69AAE # accent color 7 for primary color 2 -$wallbash_2xa8 = F0AABD # accent color 8 for primary color 2 -$wallbash_2xa9 = FFCCDA # accent color 9 for primary color 2 +$wallbash_2xa1 = 293052 # accent color 1 for primary color 2 +$wallbash_2xa2 = 3A426B # accent color 2 for primary color 2 +$wallbash_2xa3 = 4B537D # accent color 3 for primary color 2 +$wallbash_2xa4 = 57608F # accent color 4 for primary color 2 +$wallbash_2xa5 = 6570A3 # accent color 5 for primary color 2 +$wallbash_2xa6 = 7A86C2 # accent color 6 for primary color 2 +$wallbash_2xa7 = 9AA6E6 # accent color 7 for primary color 2 +$wallbash_2xa8 = AAB6F0 # accent color 8 for primary color 2 +$wallbash_2xa9 = CCD5FF # accent color 9 for primary color 2 # in rgba format -$wallbash_pry2_rgba = rgba(82,22,38,0.95) # primary color 2 +$wallbash_pry2_rgba = rgba(53,57,77,0.95) # primary color 2 $wallbash_txt2_rgba = rgba(255,255,255,0.95) # text color 2 -$wallbash_2xa1_rgba = rgba(82,41,52,0.95) # accent color 1 for primary color 2 -$wallbash_2xa2_rgba = rgba(107,58,71,0.95) # accent color 2 for primary color 2 -$wallbash_2xa3_rgba = rgba(125,75,88,0.95) # accent color 3 for primary color 2 -$wallbash_2xa4_rgba = rgba(143,87,102,0.95) # accent color 4 for primary color 2 -$wallbash_2xa5_rgba = rgba(163,101,118,0.95) # accent color 5 for primary color 2 -$wallbash_2xa6_rgba = rgba(194,122,141,0.95) # accent color 6 for primary color 2 -$wallbash_2xa7_rgba = rgba(230,154,174,0.95) # accent color 7 for primary color 2 -$wallbash_2xa8_rgba = rgba(240,170,189,0.95) # accent color 8 for primary color 2 -$wallbash_2xa9_rgba = rgba(255,204,218,0.95) # accent color 9 for primary color 2 +$wallbash_2xa1_rgba = rgba(41,48,82,0.95) # accent color 1 for primary color 2 +$wallbash_2xa2_rgba = rgba(58,66,107,0.95) # accent color 2 for primary color 2 +$wallbash_2xa3_rgba = rgba(75,83,125,0.95) # accent color 3 for primary color 2 +$wallbash_2xa4_rgba = rgba(87,96,143,0.95) # accent color 4 for primary color 2 +$wallbash_2xa5_rgba = rgba(101,112,163,0.95) # accent color 5 for primary color 2 +$wallbash_2xa6_rgba = rgba(122,134,194,0.95) # accent color 6 for primary color 2 +$wallbash_2xa7_rgba = rgba(154,166,230,0.95) # accent color 7 for primary color 2 +$wallbash_2xa8_rgba = rgba(170,182,240,0.95) # accent color 8 for primary color 2 +$wallbash_2xa9_rgba = rgba(204,213,255,0.95) # accent color 9 for primary color 2 # Color group 3 -$wallbash_pry3 = AF3D25 # primary color 3 +$wallbash_pry3 = 5F647D # primary color 3 $wallbash_txt3 = FFFFFF # text color 3 -$wallbash_3xa1 = 523029 # accent color 1 for primary color 3 -$wallbash_3xa2 = 6B423A # accent color 2 for primary color 3 -$wallbash_3xa3 = 7D544B # accent color 3 for primary color 3 -$wallbash_3xa4 = 8F6157 # accent color 4 for primary color 3 -$wallbash_3xa5 = A37065 # accent color 5 for primary color 3 -$wallbash_3xa6 = C2877A # accent color 6 for primary color 3 -$wallbash_3xa7 = E6A79A # accent color 7 for primary color 3 -$wallbash_3xa8 = F0B6AA # accent color 8 for primary color 3 -$wallbash_3xa9 = FFD5CC # accent color 9 for primary color 3 +$wallbash_3xa1 = 293052 # accent color 1 for primary color 3 +$wallbash_3xa2 = 3A426B # accent color 2 for primary color 3 +$wallbash_3xa3 = 4B537D # accent color 3 for primary color 3 +$wallbash_3xa4 = 57608F # accent color 4 for primary color 3 +$wallbash_3xa5 = 6570A3 # accent color 5 for primary color 3 +$wallbash_3xa6 = 7A86C2 # accent color 6 for primary color 3 +$wallbash_3xa7 = 9AA6E6 # accent color 7 for primary color 3 +$wallbash_3xa8 = AAB6F0 # accent color 8 for primary color 3 +$wallbash_3xa9 = CCD5FF # accent color 9 for primary color 3 # in rgba format -$wallbash_pry3_rgba = rgba(175,61,37,0.95) # primary color 3 +$wallbash_pry3_rgba = rgba(95,100,125,0.95) # primary color 3 $wallbash_txt3_rgba = rgba(255,255,255,0.95) # text color 3 -$wallbash_3xa1_rgba = rgba(82,48,41,0.95) # accent color 1 for primary color 3 -$wallbash_3xa2_rgba = rgba(107,66,58,0.95) # accent color 2 for primary color 3 -$wallbash_3xa3_rgba = rgba(125,84,75,0.95) # accent color 3 for primary color 3 -$wallbash_3xa4_rgba = rgba(143,97,87,0.95) # accent color 4 for primary color 3 -$wallbash_3xa5_rgba = rgba(163,112,101,0.95) # accent color 5 for primary color 3 -$wallbash_3xa6_rgba = rgba(194,135,122,0.95) # accent color 6 for primary color 3 -$wallbash_3xa7_rgba = rgba(230,167,154,0.95) # accent color 7 for primary color 3 -$wallbash_3xa8_rgba = rgba(240,182,170,0.95) # accent color 8 for primary color 3 -$wallbash_3xa9_rgba = rgba(255,213,204,0.95) # accent color 9 for primary color 3 +$wallbash_3xa1_rgba = rgba(41,48,82,0.95) # accent color 1 for primary color 3 +$wallbash_3xa2_rgba = rgba(58,66,107,0.95) # accent color 2 for primary color 3 +$wallbash_3xa3_rgba = rgba(75,83,125,0.95) # accent color 3 for primary color 3 +$wallbash_3xa4_rgba = rgba(87,96,143,0.95) # accent color 4 for primary color 3 +$wallbash_3xa5_rgba = rgba(101,112,163,0.95) # accent color 5 for primary color 3 +$wallbash_3xa6_rgba = rgba(122,134,194,0.95) # accent color 6 for primary color 3 +$wallbash_3xa7_rgba = rgba(154,166,230,0.95) # accent color 7 for primary color 3 +$wallbash_3xa8_rgba = rgba(170,182,240,0.95) # accent color 8 for primary color 3 +$wallbash_3xa9_rgba = rgba(204,213,255,0.95) # accent color 9 for primary color 3 # Color group 4 -$wallbash_pry4 = E47D32 # primary color 4 -$wallbash_txt4 = 111314 # text color 4 -$wallbash_4xa1 = 523A29 # accent color 1 for primary color 4 -$wallbash_4xa2 = 6B4F3A # accent color 2 for primary color 4 -$wallbash_4xa3 = 7D604B # accent color 3 for primary color 4 -$wallbash_4xa4 = 8F6F57 # accent color 4 for primary color 4 -$wallbash_4xa5 = A37F65 # accent color 5 for primary color 4 -$wallbash_4xa6 = C2987A # accent color 6 for primary color 4 -$wallbash_4xa7 = E6BA9A # accent color 7 for primary color 4 -$wallbash_4xa8 = F0C7AA # accent color 8 for primary color 4 -$wallbash_4xa9 = FFE1CC # accent color 9 for primary color 4 +$wallbash_pry4 = A3A4BC # primary color 4 +$wallbash_txt4 = 0D0D0D # text color 4 +$wallbash_4xa1 = 292A52 # accent color 1 for primary color 4 +$wallbash_4xa2 = 3A3C6B # accent color 2 for primary color 4 +$wallbash_4xa3 = 4B4D7D # accent color 3 for primary color 4 +$wallbash_4xa4 = 57598F # accent color 4 for primary color 4 +$wallbash_4xa5 = 6568A3 # accent color 5 for primary color 4 +$wallbash_4xa6 = 7A7DC2 # accent color 6 for primary color 4 +$wallbash_4xa7 = 9A9DE6 # accent color 7 for primary color 4 +$wallbash_4xa8 = AAADF0 # accent color 8 for primary color 4 +$wallbash_4xa9 = CCCEFF # accent color 9 for primary color 4 # in rgba format -$wallbash_pry4_rgba = rgba(228,125,50,0.95) # primary color 4 -$wallbash_txt4_rgba = rgba(17,19,20,0.95) # text color 4 -$wallbash_4xa1_rgba = rgba(82,58,41,0.95) # accent color 1 for primary color 4 -$wallbash_4xa2_rgba = rgba(107,79,58,0.95) # accent color 2 for primary color 4 -$wallbash_4xa3_rgba = rgba(125,96,75,0.95) # accent color 3 for primary color 4 -$wallbash_4xa4_rgba = rgba(143,111,87,0.95) # accent color 4 for primary color 4 -$wallbash_4xa5_rgba = rgba(163,127,101,0.95) # accent color 5 for primary color 4 -$wallbash_4xa6_rgba = rgba(194,152,122,0.95) # accent color 6 for primary color 4 -$wallbash_4xa7_rgba = rgba(230,186,154,0.95) # accent color 7 for primary color 4 -$wallbash_4xa8_rgba = rgba(240,199,170,0.95) # accent color 8 for primary color 4 -$wallbash_4xa9_rgba = rgba(255,225,204,0.95) # accent color 9 for primary color 4 +$wallbash_pry4_rgba = rgba(163,164,188,0.95) # primary color 4 +$wallbash_txt4_rgba = rgba(13,13,13,0.95) # text color 4 +$wallbash_4xa1_rgba = rgba(41,42,82,0.95) # accent color 1 for primary color 4 +$wallbash_4xa2_rgba = rgba(58,60,107,0.95) # accent color 2 for primary color 4 +$wallbash_4xa3_rgba = rgba(75,77,125,0.95) # accent color 3 for primary color 4 +$wallbash_4xa4_rgba = rgba(87,89,143,0.95) # accent color 4 for primary color 4 +$wallbash_4xa5_rgba = rgba(101,104,163,0.95) # accent color 5 for primary color 4 +$wallbash_4xa6_rgba = rgba(122,125,194,0.95) # accent color 6 for primary color 4 +$wallbash_4xa7_rgba = rgba(154,157,230,0.95) # accent color 7 for primary color 4 +$wallbash_4xa8_rgba = rgba(170,173,240,0.95) # accent color 8 for primary color 4 +$wallbash_4xa9_rgba = rgba(204,206,255,0.95) # accent color 9 for primary color 4 diff --git a/.config/hypr/themes/theme.conf b/.config/hypr/themes/theme.conf index 95451ad..9528d66 100644 --- a/.config/hypr/themes/theme.conf +++ b/.config/hypr/themes/theme.conf @@ -1,54 +1,56 @@ -$GTK_THEME=WhiteSur-Dark -$ICON_THEME=WhiteSur +$GTK_THEME=Sweet-Dark-v40 +$ICON_THEME=Aretha-Dark-Icons $COLOR_SCHEME=prefer-dark -$CURSOR_THEME=macOS-Black -$CURSOR_SIZE=26 -$FONT=SF Pro Rounded Regular 10.5 -$CODE_THEME=MacOS Modern Dark - Xcode Modern +$CURSOR_SIZE=24 + + +#? For anyone using the old implementaiton of hyprdots +#? You can use the following commands to set the following +#? This is not needed for the new implementation as this makes it slower + + general { - gaps_in = 4 - gaps_out = 10 - border_size = 2 - col.active_border = rgba(0D9AC1FF) rgba(0B4C5DFF) 45deg - col.inactive_border = rgba(4A3B4ACC) rgba(1A2B3DCC) 45deg + gaps_in = 2 + gaps_out = 5 + border_size = 3 + col.active_border = rgba(7A52CC) rgba(7A52CC) 45deg + col.inactive_border = rgba(040000ff) rgba(2E0404ff) 45deg layout = dwindle resize_on_border = true } group { - col.border_active = rgba(0D9AC1FF) rgba(0B4C5DFF) 45deg - col.border_inactive = rgba(4A3B4ACC) rgba(1A2B3DCC) 45deg - col.border_locked_active = rgba(0D9AC1FF) rgba(0B4C5DFF) 45deg - col.border_locked_inactive = rgba(4A3B4ACC) rgba(1A2B3DCC) 45deg + col.border_active = rgba(7A52CC) rgba(8040BFff) 45deg + col.border_inactive = rgba(040000cc) rgba(2E0404cc) 45deg + col.border_locked_active = rgba(FFFFFFff) rgba(FFFFFFff) 45deg + col.border_locked_inactive = rgba(FFFFFFcc) rgba(FFFFFFcc) 45deg } decoration { - rounding = 10 - active_opacity = 0.9 - inactive_opacity = 0.9 + rounding = 7 + active_opacity = 0.95 + inactive_opacity = 0.95 + + shadow { + enabled = true + ignore_window = true + render_power = 2 + color = 0x80ffffff + range = 14 + offset = 0 0 + } blur { enabled = yes size = 4 passes = 4 - noise = 0.02 new_optimizations = on ignore_opacity = on xray = false } - - shadow { - enabled = false - ignore_window = true - offset = 0 0 - range = 15 - render_power = 1 - color = 0x80ffffff - } } - -blurls = waybar +#blurls = waybar \ No newline at end of file diff --git a/.config/hypr/themes/wallbash.conf b/.config/hypr/themes/wallbash.conf index 5462869..0afa04d 100644 --- a/.config/hypr/themes/wallbash.conf +++ b/.config/hypr/themes/wallbash.conf @@ -1,19 +1,19 @@ # Auto-generated by HyDE // Read-only # // ---------------------------- -# HyDE Theme: Monterey Frost -# Configuration File: "/home/elleoma/.config/hyde/themes/Monterey Frost/hypr.theme" +# HyDE Theme: Nightbrew +# Configuration File: "/home/elleoma/.config/hyde/themes/Nightbrew/hypr.theme" # Wallbash Mode : theme # // ---------------------------- -$HYDE_THEME=Monterey Frost -$GTK_THEME=WhiteSur-Dark +$HYDE_THEME=Nightbrew +$GTK_THEME=Sweet-Dark-v40 $COLOR-SCHEME=prefer-dark -$ICON_THEME=WhiteSur +$ICON_THEME=Aretha-Dark-Icons -$CURSOR_THEME=macOS-Black -$CURSOR_SIZE=26 +$CURSOR_THEME=Bibata-Modern-Ice +$CURSOR_SIZE=24 -$FONT=SF Pro Rounded Regular 10.5 +$FONT=Cantarell $FONT_SIZE=10 $DOCUMENT_FONT=Cantarell $DOCUMENT_FONT_SIZE=10 @@ -21,7 +21,7 @@ $MONOSPACE_FONT=CaskaydiaCove Nerd Font Mono $MONOSPACE_FONT_SIZE=9 -$CODE_THEME=MacOS Modern Dark - Xcode Modern +$CODE_THEME=Wallbash $SDDM_THEME= # // ---------------------------- diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index cd7f12c..2a05de6 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -8,29 +8,29 @@ "cmp-nvim-lua": { "branch": "main", "commit": "f12408bdb54c39c23e67cab726264c10db33ada8" }, "cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" }, "conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" }, - "crates.nvim": { "branch": "main", "commit": "fe66681d97a1eefddb5d7e48bd427b2cb0271881" }, + "crates.nvim": { "branch": "main", "commit": "a49df0f70171adc77704eac70dd2c0d179065933" }, "friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" }, - "gitsigns.nvim": { "branch": "main", "commit": "8270378ab83540b03d09c0194ba3e208f9d0cb72" }, + "gitsigns.nvim": { "branch": "main", "commit": "c7d37ca22b461f64e26f8f6701b2586128ed0bef" }, "indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, - "mason.nvim": { "branch": "main", "commit": "9e25c98d4826998460926f8c5c2284848d80ae89" }, + "mason.nvim": { "branch": "main", "commit": "7dc4facca9702f95353d5a1f87daf23d78e31c2a" }, "menu": { "branch": "main", "commit": "7a0a4a2896b715c066cfbe320bdc048091874cc6" }, "minty": { "branch": "main", "commit": "aafc9e8e0afe6bf57580858a2849578d8d8db9e0" }, "nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" }, "nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" }, "nvim-dap": { "branch": "master", "commit": "a479e25ed5b5d331fb46ee4b9e160ff02ac64310" }, "nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" }, - "nvim-lspconfig": { "branch": "master", "commit": "63a38440989c58e1f100373ab603fd24665bdc9a" }, + "nvim-lspconfig": { "branch": "master", "commit": "d6dc63670d3dc5204b1e874af4cbf340cb5d9d18" }, "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, - "nvim-tree.lua": { "branch": "master", "commit": "0a7fcdf3f8ba208f4260988a198c77ec11748339" }, + "nvim-tree.lua": { "branch": "master", "commit": "000ca6bcddd11ec0bf782e3c9794838f4c6d7384" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, - "nvim-web-devicons": { "branch": "master", "commit": "3362099de3368aa620a8105b19ed04c2053e38c0" }, + "nvim-web-devicons": { "branch": "master", "commit": "c2599a81ecabaae07c49ff9b45dcd032a8d90f1a" }, "plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, "riscv-asm-vim": { "branch": "master", "commit": "af37cced21452c6edbe1f42811103be34ee19de2" }, "rust.vim": { "branch": "master", "commit": "889b9a7515db477f4cb6808bef1769e53493c578" }, - "rustaceanvim": { "branch": "master", "commit": "7f4b28a888340c7658e3f95a965cee67f29f9a23" }, + "rustaceanvim": { "branch": "master", "commit": "eb606eb3785f6c6e31ef675c32b706694b76923b" }, "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, - "ui": { "branch": "v3.0", "commit": "dc4950f5bd4117e2da108b681506c908b93d4a62" }, + "ui": { "branch": "v3.0", "commit": "af4407decaf6528cb21a7b0fd8925664c8e573c0" }, "vim-wakatime": { "branch": "master", "commit": "3403495670f0ee08887401a28f8430dc4ac67429" }, "volt": { "branch": "main", "commit": "7b8c5e790120d9f08c8487dcb80692db6d2087a1" }, "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }