From c89eebed8095fa8a7e08d29489f5eb95d0afdb76 Mon Sep 17 00:00:00 2001 From: Keyoonz Date: Tue, 18 Nov 2025 14:35:24 +0100 Subject: [PATCH] removing nvim from config --- .config/eww/colors.scss | 88 ++++++------ .config/hypr/colors.conf | 88 ++++++------ .config/hypr/hyprland.conf | 3 +- .config/hypr/keybinds.conf | 55 ++++---- .config/hypr/lastWallpaper.conf | 2 +- .config/hypr/variables.conf | 4 +- .config/nvim/.gitignore | 8 -- .config/nvim/.neoconf.json | 15 -- .config/nvim/LICENSE | 201 --------------------------- .config/nvim/README.md | 4 - .config/nvim/init.lua | 2 - .config/nvim/lazy-lock.json | 54 ------- .config/nvim/lazyvim.json | 19 --- .config/nvim/lua/config/autocmds.lua | 8 -- .config/nvim/lua/config/keymaps.lua | 3 - .config/nvim/lua/config/lazy.lua | 53 ------- .config/nvim/lua/config/options.lua | 5 - .config/nvim/lua/plugins/example.lua | 197 -------------------------- .config/nvim/lua/plugins/marks.lua | 43 ------ .config/nvim/lua/plugins/oil.lua | 18 --- .config/nvim/lua/plugins/yuck.lua | 1 - .config/nvim/stylua.toml | 3 - .config/oh-my-posh/config.omp.json | 16 +-- .config/rofi/colors.rasinc | 88 ++++++------ .config/sddm.conf.d/default.conf | 8 +- .config/swaylock/config | 24 ++-- .config/swaync/colors.css | 88 ++++++------ .config/waybar/colors.css | 88 ++++++------ .config/wlogout/colors.css | 10 +- 29 files changed, 282 insertions(+), 914 deletions(-) delete mode 100644 .config/nvim/.gitignore delete mode 100644 .config/nvim/.neoconf.json delete mode 100644 .config/nvim/LICENSE delete mode 100644 .config/nvim/README.md delete mode 100644 .config/nvim/init.lua delete mode 100644 .config/nvim/lazy-lock.json delete mode 100644 .config/nvim/lazyvim.json delete mode 100644 .config/nvim/lua/config/autocmds.lua delete mode 100644 .config/nvim/lua/config/keymaps.lua delete mode 100644 .config/nvim/lua/config/lazy.lua delete mode 100644 .config/nvim/lua/config/options.lua delete mode 100644 .config/nvim/lua/plugins/example.lua delete mode 100644 .config/nvim/lua/plugins/marks.lua delete mode 100644 .config/nvim/lua/plugins/oil.lua delete mode 100644 .config/nvim/lua/plugins/yuck.lua delete mode 100644 .config/nvim/stylua.toml diff --git a/.config/eww/colors.scss b/.config/eww/colors.scss index 277c9a0..dc9ceb4 100644 --- a/.config/eww/colors.scss +++ b/.config/eww/colors.scss @@ -3,103 +3,103 @@ * Generated with Matugen */ -$background: #151218; +$background: #171216; $error: #ffb4ab; $error_container: #93000a; -$inverse_on_surface: #322f35; +$inverse_on_surface: #352e33; -$inverse_primary: #6a538c; +$inverse_primary: #814d78; -$inverse_surface: #e7e0e8; +$inverse_surface: #ecdfe5; -$on_background: #e7e0e8; +$on_background: #ecdfe5; $on_error: #690005; $on_error_container: #ffdad6; -$on_primary: #3b255b; +$on_primary: #4d1f48; -$on_primary_container: #eddcff; +$on_primary_container: #ffd7f4; -$on_primary_fixed: #250e44; +$on_primary_fixed: #340831; -$on_primary_fixed_variant: #523c73; +$on_primary_fixed_variant: #66355f; -$on_secondary: #352d40; +$on_secondary: #3d2a39; -$on_secondary_container: #ebddf7; +$on_secondary_container: #f8daee; -$on_secondary_fixed: #1f182a; +$on_secondary_fixed: #271624; -$on_secondary_fixed_variant: #4c4357; +$on_secondary_fixed_variant: #554050; -$on_surface: #e7e0e8; +$on_surface: #ecdfe5; -$on_surface_variant: #cbc4cf; +$on_surface_variant: #d1c2cb; -$on_tertiary: #4b252e; +$on_tertiary: #4c261a; -$on_tertiary_container: #ffd9df; +$on_tertiary_container: #ffdbd0; -$on_tertiary_fixed: #321019; +$on_tertiary_fixed: #321207; -$on_tertiary_fixed_variant: #643b44; +$on_tertiary_fixed_variant: #663c2e; -$outline: #958e99; +$outline: #9a8d95; -$outline_variant: #4a454e; +$outline_variant: #4e444b; -$primary: #d6bbfb; +$primary: #f2b3e5; -$primary_container: #523c73; +$primary_container: #66355f; -$primary_fixed: #eddcff; +$primary_fixed: #ffd7f4; -$primary_fixed_dim: #d6bbfb; +$primary_fixed_dim: #f2b3e5; $scrim: #000000; -$secondary: #cec2db; +$secondary: #dbbed2; -$secondary_container: #4c4357; +$secondary_container: #554050; -$secondary_fixed: #ebddf7; +$secondary_fixed: #f8daee; -$secondary_fixed_dim: #cec2db; +$secondary_fixed_dim: #dbbed2; $shadow: #000000; -$source_color: #6f22cd; +$source_color: #50384b; -$surface: #151218; +$surface: #171216; -$surface_bright: #3b383e; +$surface_bright: #3e373c; -$surface_container: #211e24; +$surface_container: #241e22; -$surface_container_high: #2c292f; +$surface_container_high: #2f282d; -$surface_container_highest: #37333a; +$surface_container_highest: #3a3337; -$surface_container_low: #1d1a20; +$surface_container_low: #201a1e; -$surface_container_lowest: #100d12; +$surface_container_lowest: #120c11; -$surface_dim: #151218; +$surface_dim: #171216; -$surface_tint: #d6bbfb; +$surface_tint: #f2b3e5; -$surface_variant: #4a454e; +$surface_variant: #4e444b; -$tertiary: #f1b7c2; +$tertiary: #f5b8a6; -$tertiary_container: #643b44; +$tertiary_container: #663c2e; -$tertiary_fixed: #ffd9df; +$tertiary_fixed: #ffdbd0; -$tertiary_fixed_dim: #f1b7c2; +$tertiary_fixed_dim: #f5b8a6; diff --git a/.config/hypr/colors.conf b/.config/hypr/colors.conf index 3d7db8c..9568eb8 100644 --- a/.config/hypr/colors.conf +++ b/.config/hypr/colors.conf @@ -3,103 +3,103 @@ # Generated with Matugen # -$background = rgb(21,18,24) +$background = rgb(23,18,22) $error = rgb(255,180,171) $error_container = rgb(147,0,10) -$inverse_on_surface = rgb(50,47,53) +$inverse_on_surface = rgb(53,46,51) -$inverse_primary = rgb(106,83,140) +$inverse_primary = rgb(129,77,120) -$inverse_surface = rgb(231,224,232) +$inverse_surface = rgb(236,223,229) -$on_background = rgb(231,224,232) +$on_background = rgb(236,223,229) $on_error = rgb(105,0,5) $on_error_container = rgb(255,218,214) -$on_primary = rgb(59,37,91) +$on_primary = rgb(77,31,72) -$on_primary_container = rgb(237,220,255) +$on_primary_container = rgb(255,215,244) -$on_primary_fixed = rgb(37,14,68) +$on_primary_fixed = rgb(52,8,49) -$on_primary_fixed_variant = rgb(82,60,115) +$on_primary_fixed_variant = rgb(102,53,95) -$on_secondary = rgb(53,45,64) +$on_secondary = rgb(61,42,57) -$on_secondary_container = rgb(235,221,247) +$on_secondary_container = rgb(248,218,238) -$on_secondary_fixed = rgb(31,24,42) +$on_secondary_fixed = rgb(39,22,36) -$on_secondary_fixed_variant = rgb(76,67,87) +$on_secondary_fixed_variant = rgb(85,64,80) -$on_surface = rgb(231,224,232) +$on_surface = rgb(236,223,229) -$on_surface_variant = rgb(203,196,207) +$on_surface_variant = rgb(209,194,203) -$on_tertiary = rgb(75,37,46) +$on_tertiary = rgb(76,38,26) -$on_tertiary_container = rgb(255,217,223) +$on_tertiary_container = rgb(255,219,208) -$on_tertiary_fixed = rgb(50,16,25) +$on_tertiary_fixed = rgb(50,18,7) -$on_tertiary_fixed_variant = rgb(100,59,68) +$on_tertiary_fixed_variant = rgb(102,60,46) -$outline = rgb(149,142,153) +$outline = rgb(154,141,149) -$outline_variant = rgb(74,69,78) +$outline_variant = rgb(78,68,75) -$primary = rgb(214,187,251) +$primary = rgb(242,179,229) -$primary_container = rgb(82,60,115) +$primary_container = rgb(102,53,95) -$primary_fixed = rgb(237,220,255) +$primary_fixed = rgb(255,215,244) -$primary_fixed_dim = rgb(214,187,251) +$primary_fixed_dim = rgb(242,179,229) $scrim = rgb(0,0,0) -$secondary = rgb(206,194,219) +$secondary = rgb(219,190,210) -$secondary_container = rgb(76,67,87) +$secondary_container = rgb(85,64,80) -$secondary_fixed = rgb(235,221,247) +$secondary_fixed = rgb(248,218,238) -$secondary_fixed_dim = rgb(206,194,219) +$secondary_fixed_dim = rgb(219,190,210) $shadow = rgb(0,0,0) -$source_color = rgb(111,34,205) +$source_color = rgb(80,56,75) -$surface = rgb(21,18,24) +$surface = rgb(23,18,22) -$surface_bright = rgb(59,56,62) +$surface_bright = rgb(62,55,60) -$surface_container = rgb(33,30,36) +$surface_container = rgb(36,30,34) -$surface_container_high = rgb(44,41,47) +$surface_container_high = rgb(47,40,45) -$surface_container_highest = rgb(55,51,58) +$surface_container_highest = rgb(58,51,55) -$surface_container_low = rgb(29,26,32) +$surface_container_low = rgb(32,26,30) -$surface_container_lowest = rgb(16,13,18) +$surface_container_lowest = rgb(18,12,17) -$surface_dim = rgb(21,18,24) +$surface_dim = rgb(23,18,22) -$surface_tint = rgb(214,187,251) +$surface_tint = rgb(242,179,229) -$surface_variant = rgb(74,69,78) +$surface_variant = rgb(78,68,75) -$tertiary = rgb(241,183,194) +$tertiary = rgb(245,184,166) -$tertiary_container = rgb(100,59,68) +$tertiary_container = rgb(102,60,46) -$tertiary_fixed = rgb(255,217,223) +$tertiary_fixed = rgb(255,219,208) -$tertiary_fixed_dim = rgb(241,183,194) +$tertiary_fixed_dim = rgb(245,184,166) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c1dbc98..bb7a4a0 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,9 +1,10 @@ +exec-once = swaylock & ######### #monitor# ######### monitor=,preferred,auto,1 -# monitor=,preferred,auto,1, mirror, eDP-1 +monitor=,preferred,auto,1, mirror, eDP-1 ###### #apps# diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index afe004f..26194e6 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -10,6 +10,7 @@ bind = $mainMod, Q, killactive, bind = $mainMod, B, exec, $browser bind = $mainMod, A, exec, pidof $appMenu || $appMenu $appMenuOptions bind = $mainMod, W, exec, pidof $appMenu || $appMenu $windowMenuOptions +bind = $mainMod CTRL, h, exec, killall -SIGUSR1 waybar bind = $mainMod CTRL, T, exec, $themeSwitcher @@ -40,36 +41,36 @@ bind = $mainMod, S, togglespecialworkspace bind = $mainMod, Tab, workspace, m+1 bind = $mainMod SHIFT, Tab, workspace, m-1 -bind = $mainMod, ampersand, workspace, 1 -bind = $mainMod, eacute, workspace, 2 -bind = $mainMod, quotedbl, workspace, 3 -bind = $mainMod, apostrophe, workspace, 4 -bind = $mainMod, parenleft, workspace, 5 -bind = $mainMod, minus, workspace, 6 -bind = $mainMod, egrave, workspace, 7 -bind = $mainMod, underscore, workspace, 8 -bind = $mainMod, ccedilla, workspace, 9 +bind = $mainMod, 1, workspace, 1 +bind = $mainMod, 2, workspace, 2 +bind = $mainMod, 3, workspace, 3 +bind = $mainMod, 4, workspace, 4 +bind = $mainMod, 5, workspace, 5 +bind = $mainMod, 6, workspace, 6 +bind = $mainMod, 7, workspace, 7 +bind = $mainMod, 8, workspace, 8 +bind = $mainMod, 9, workspace, 9 -bind = $mainMod SHIFT, ampersand, movetoworkspace, 1 -bind = $mainMod SHIFT, eacute, movetoworkspace, 2 -bind = $mainMod SHIFT, quotedbl, movetoworkspace, 3 -bind = $mainMod SHIFT, apostrophe, movetoworkspace, 4 -bind = $mainMod SHIFT, parenleft, movetoworkspace, 5 -bind = $mainMod SHIFT, minus, movetoworkspace, 6 -bind = $mainMod SHIFT, egrave, movetoworkspace, 7 -bind = $mainMod SHIFT, underscore, movetoworkspace, 8 -bind = $mainMod SHIFT, ccedilla, movetoworkspace, 9 +bind = $mainMod SHIFT, 1, movetoworkspace, 1 +bind = $mainMod SHIFT, 2, movetoworkspace, 2 +bind = $mainMod SHIFT, 3, movetoworkspace, 3 +bind = $mainMod SHIFT, 4, movetoworkspace, 4 +bind = $mainMod SHIFT, 5, movetoworkspace, 5 +bind = $mainMod SHIFT, 6, movetoworkspace, 6 +bind = $mainMod SHIFT, 7, movetoworkspace, 7 +bind = $mainMod SHIFT, 8, movetoworkspace, 8 +bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, S, movetoworkspace, special -bind = $mainMod CTRL, ampersand, movetoworkspacesilent, 1 -bind = $mainMod CTRL, eacute, movetoworkspacesilent, 2 -bind = $mainMod CTRL, quotedbl, movetoworkspacesilent, 3 -bind = $mainMod CTRL, apostrophe, movetoworkspacesilent, 4 -bind = $mainMod CTRL, parenleft, movetoworkspacesilent, 5 -bind = $mainMod CTRL, minus, movetoworkspacesilent, 6 -bind = $mainMod CTRL, egrave, movetoworkspacesilent, 7 -bind = $mainMod CTRL, underscore, movetoworkspacesilent, 8 -bind = $mainMod CTRL, ccedilla, movetoworkspacesilent, 9 +bind = $mainMod CTRL, 1, movetoworkspacesilent, 1 +bind = $mainMod CTRL, 2, movetoworkspacesilent, 2 +bind = $mainMod CTRL, 3, movetoworkspacesilent, 3 +bind = $mainMod CTRL, 4, movetoworkspacesilent, 4 +bind = $mainMod CTRL, 5, movetoworkspacesilent, 5 +bind = $mainMod CTRL, 6, movetoworkspacesilent, 6 +bind = $mainMod CTRL, 7, movetoworkspacesilent, 7 +bind = $mainMod CTRL, 8, movetoworkspacesilent, 8 +bind = $mainMod CTRL, 9, movetoworkspacesilent, 9 bind = $mainMod CTRL, S, movetoworkspacesilent, special bind = , Print, exec, eval hyprshot -m output -m $($HOME/.config/scripts/getActiveMonitor.sh) --clipboard-only diff --git a/.config/hypr/lastWallpaper.conf b/.config/hypr/lastWallpaper.conf index bb9f4f9..6f8ae83 100644 --- a/.config/hypr/lastWallpaper.conf +++ b/.config/hypr/lastWallpaper.conf @@ -1 +1 @@ -exec-once = swww img ~/.config/assets/wallpaper/purple-wallpaper.jpg --transition-duration 1 --transition-type grow --transition-fps 60 --transition-pos 0.5,0.9 +exec-once = swww img ~/.config/assets/wallpaper/town-wallpaper.png --transition-duration 1 --transition-type grow --transition-fps 60 --transition-pos 0.5,0.9 diff --git a/.config/hypr/variables.conf b/.config/hypr/variables.conf index b36f1c9..45d28a0 100644 --- a/.config/hypr/variables.conf +++ b/.config/hypr/variables.conf @@ -51,7 +51,7 @@ decoration { } input { - kb_layout = fr + kb_layout = us kb_options = caps:swapescape numlock_by_default = true @@ -75,7 +75,7 @@ misc { } gestures { - workspace_swipe = true + gesture = 3, horizontal, workspace } dwindle { diff --git a/.config/nvim/.gitignore b/.config/nvim/.gitignore deleted file mode 100644 index cc5457a..0000000 --- a/.config/nvim/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -tt.* -.tests -doc/tags -debug -.repro -foo.* -*.log -data diff --git a/.config/nvim/.neoconf.json b/.config/nvim/.neoconf.json deleted file mode 100644 index 7c48087..0000000 --- a/.config/nvim/.neoconf.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "neodev": { - "library": { - "enabled": true, - "plugins": true - } - }, - "neoconf": { - "plugins": { - "lua_ls": { - "enabled": true - } - } - } -} diff --git a/.config/nvim/LICENSE b/.config/nvim/LICENSE deleted file mode 100644 index 261eeb9..0000000 --- a/.config/nvim/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/.config/nvim/README.md b/.config/nvim/README.md deleted file mode 100644 index 185280b..0000000 --- a/.config/nvim/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# 💤 LazyVim - -A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). -Refer to the [documentation](https://lazyvim.github.io/installation) to get started. diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua deleted file mode 100644 index 2514f9e..0000000 --- a/.config/nvim/init.lua +++ /dev/null @@ -1,2 +0,0 @@ --- bootstrap lazy.nvim, LazyVim and your plugins -require("config.lazy") diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json deleted file mode 100644 index a218cbb..0000000 --- a/.config/nvim/lazy-lock.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "LazyVim": { "branch": "main", "commit": "25abbf546d564dc484cf903804661ba12de45507" }, - "SchemaStore.nvim": { "branch": "main", "commit": "a9ba109549de51e3b4594d39a1c07f14b9d0cfa5" }, - "bufferline.nvim": { "branch": "main", "commit": "655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3" }, - "catppuccin": { "branch": "main", "commit": "56a9dfd1e05868cf3189369aad87242941396563" }, - "clangd_extensions.nvim": { "branch": "main", "commit": "db28f29be928d18cbfb86fbfb9f83f584f658feb" }, - "cmake-tools.nvim": { "branch": "master", "commit": "591ae37fc5494677e929118f0a182d2b61fe1af1" }, - "cmp-buffer": { "branch": "main", "commit": "b74fab3656eea9de20a9b8116afa3cfc4ec09657" }, - "cmp-git": { "branch": "main", "commit": "b24309c386c9666c549a1abaedd4956541676d06" }, - "cmp-nvim-lsp": { "branch": "main", "commit": "a8912b88ce488f411177fc8aed358b04dc246d7b" }, - "cmp-path": { "branch": "main", "commit": "c6635aae33a50d6010bf1aa756ac2398a2d54c32" }, - "conform.nvim": { "branch": "master", "commit": "6feb2f28f9a9385e401857b21eeac3c1b66dd628" }, - "flash.nvim": { "branch": "main", "commit": "3c942666f115e2811e959eabbdd361a025db8b63" }, - "friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" }, - "gitsigns.nvim": { "branch": "main", "commit": "8bdaccdb897945a3c99c1ad8df94db0ddf5c8790" }, - "grug-far.nvim": { "branch": "main", "commit": "7434d9247c9b95234e058b07b393443d5adeb2fe" }, - "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, - "lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" }, - "lualine.nvim": { "branch": "master", "commit": "0c6cca9f2c63dadeb9225c45bc92bb95a151d4af" }, - "markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" }, - "marks.nvim": { "branch": "master", "commit": "f353e8c08c50f39e99a9ed474172df7eddd89b72" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" }, - "mason-nvim-dap.nvim": { "branch": "main", "commit": "4c2cdc69d69fe00c15ae8648f7e954d99e5de3ea" }, - "mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" }, - "mini.ai": { "branch": "main", "commit": "4b5348fac5912f1957f4c012c2e0ab0c4b865386" }, - "mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" }, - "mini.pairs": { "branch": "main", "commit": "69864a2efb36c030877421634487fd90db1e4298" }, - "noice.nvim": { "branch": "main", "commit": "0427460c2d7f673ad60eb02b35f5e9926cf67c59" }, - "nui.nvim": { "branch": "main", "commit": "7cd18e73cfbd70e1546931b7268b3eebaeff9391" }, - "nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" }, - "nvim-dap": { "branch": "master", "commit": "b0f983507e3702f073bfe1516846e58b56d4e42f" }, - "nvim-dap-python": { "branch": "master", "commit": "261ce649d05bc455a29f9636dc03f8cdaa7e0e2c" }, - "nvim-dap-ui": { "branch": "master", "commit": "73a26abf4941aa27da59820fd6b028ebcdbcf932" }, - "nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" }, - "nvim-jdtls": { "branch": "master", "commit": "c23f200fee469a415c77265ca55b496feb646992" }, - "nvim-lint": { "branch": "master", "commit": "b47cbb249351873e3a571751c3fb66ed6369852f" }, - "nvim-lspconfig": { "branch": "master", "commit": "b8e7957bde4cbb3cb25a13a62548f7c273b026e9" }, - "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, - "nvim-snippets": { "branch": "main", "commit": "56b4052f71220144689caaa2e5b66222ba5661eb" }, - "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, - "nvim-treesitter-textobjects": { "branch": "master", "commit": "0f051e9813a36481f48ca1f833897210dbcfffde" }, - "nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" }, - "oil.nvim": { "branch": "master", "commit": "685cdb4ffa74473d75a1b97451f8654ceeab0f4a" }, - "persistence.nvim": { "branch": "main", "commit": "166a79a55bfa7a4db3e26fc031b4d92af71d0b51" }, - "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, - "render-markdown.nvim": { "branch": "main", "commit": "048d68028d09ad2e134e7059032b8192a85180b9" }, - "snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" }, - "todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" }, - "tokyonight.nvim": { "branch": "main", "commit": "057ef5d260c1931f1dffd0f052c685dcd14100a3" }, - "trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" }, - "ts-comments.nvim": { "branch": "main", "commit": "1bd9d0ba1d8b336c3db50692ffd0955fe1bb9f0c" }, - "which-key.nvim": { "branch": "main", "commit": "370ec46f710e058c9c1646273e6b225acf47cbed" }, - "yuck.vim": { "branch": "master", "commit": "9b5e0370f70cc30383e1dabd6c215475915fe5c3" } -} diff --git a/.config/nvim/lazyvim.json b/.config/nvim/lazyvim.json deleted file mode 100644 index fc2e661..0000000 --- a/.config/nvim/lazyvim.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extras": [ - "lazyvim.plugins.extras.coding.nvim-cmp", - "lazyvim.plugins.extras.dap.core", - "lazyvim.plugins.extras.lang.clangd", - "lazyvim.plugins.extras.lang.cmake", - "lazyvim.plugins.extras.lang.git", - "lazyvim.plugins.extras.lang.java", - "lazyvim.plugins.extras.lang.json", - "lazyvim.plugins.extras.lang.markdown", - "lazyvim.plugins.extras.lang.python", - "lazyvim.plugins.extras.lang.toml" - ], - "install_version": 8, - "news": { - "NEWS.md": "10960" - }, - "version": 8 -} \ No newline at end of file diff --git a/.config/nvim/lua/config/autocmds.lua b/.config/nvim/lua/config/autocmds.lua deleted file mode 100644 index 4221e75..0000000 --- a/.config/nvim/lua/config/autocmds.lua +++ /dev/null @@ -1,8 +0,0 @@ --- Autocmds are automatically loaded on the VeryLazy event --- Default autocmds that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/autocmds.lua --- --- Add any additional autocmds here --- with `vim.api.nvim_create_autocmd` --- --- Or remove existing autocmds by their group name (which is prefixed with `lazyvim_` for the defaults) --- e.g. vim.api.nvim_del_augroup_by_name("lazyvim_wrap_spell") diff --git a/.config/nvim/lua/config/keymaps.lua b/.config/nvim/lua/config/keymaps.lua deleted file mode 100644 index 2c134f7..0000000 --- a/.config/nvim/lua/config/keymaps.lua +++ /dev/null @@ -1,3 +0,0 @@ --- Keymaps are automatically loaded on the VeryLazy event --- Default keymaps that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/keymaps.lua --- Add any additional keymaps here diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua deleted file mode 100644 index d73bfa1..0000000 --- a/.config/nvim/lua/config/lazy.lua +++ /dev/null @@ -1,53 +0,0 @@ -local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" -if not (vim.uv or vim.loop).fs_stat(lazypath) then - local lazyrepo = "https://github.com/folke/lazy.nvim.git" - local out = vim.fn.system({ "git", "clone", "--filter=blob:none", "--branch=stable", lazyrepo, lazypath }) - if vim.v.shell_error ~= 0 then - vim.api.nvim_echo({ - { "Failed to clone lazy.nvim:\n", "ErrorMsg" }, - { out, "WarningMsg" }, - { "\nPress any key to exit..." }, - }, true, {}) - vim.fn.getchar() - os.exit(1) - end -end -vim.opt.rtp:prepend(lazypath) - -require("lazy").setup({ - spec = { - -- add LazyVim and import its plugins - { "LazyVim/LazyVim", import = "lazyvim.plugins" }, - -- import/override with your plugins - { import = "plugins" }, - }, - defaults = { - -- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup. - -- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default. - lazy = false, - -- It's recommended to leave version=false for now, since a lot the plugin that support versioning, - -- have outdated releases, which may break your Neovim install. - version = false, -- always use the latest git commit - -- version = "*", -- try installing the latest stable version for plugins that support semver - }, - install = { colorscheme = { "tokyonight", "habamax" } }, - checker = { - enabled = true, -- check for plugin updates periodically - notify = false, -- notify on update - }, -- automatically check for plugin updates - performance = { - rtp = { - -- disable some rtp plugins - disabled_plugins = { - "gzip", - -- "matchit", - -- "matchparen", - -- "netrwPlugin", - "tarPlugin", - "tohtml", - "tutor", - "zipPlugin", - }, - }, - }, -}) diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua deleted file mode 100644 index 6126cc3..0000000 --- a/.config/nvim/lua/config/options.lua +++ /dev/null @@ -1,5 +0,0 @@ --- Options are automatically loaded before lazy.nvim startup --- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua --- Add any additional options here -vim.opt.shiftwidth = 4 -vim.opt.tabstop = 4 diff --git a/.config/nvim/lua/plugins/example.lua b/.config/nvim/lua/plugins/example.lua deleted file mode 100644 index 17f53d6..0000000 --- a/.config/nvim/lua/plugins/example.lua +++ /dev/null @@ -1,197 +0,0 @@ --- since this is just an example spec, don't actually load anything here and return an empty spec --- stylua: ignore -if true then return {} end - --- every spec file under the "plugins" directory will be loaded automatically by lazy.nvim --- --- In your plugin files, you can: --- * add extra plugins --- * disable/enabled LazyVim plugins --- * override the configuration of LazyVim plugins -return { - -- add gruvbox - { "ellisonleao/gruvbox.nvim" }, - - -- Configure LazyVim to load gruvbox - { - "LazyVim/LazyVim", - opts = { - colorscheme = "gruvbox", - }, - }, - - -- change trouble config - { - "folke/trouble.nvim", - -- opts will be merged with the parent spec - opts = { use_diagnostic_signs = true }, - }, - - -- disable trouble - { "folke/trouble.nvim", enabled = false }, - - -- override nvim-cmp and add cmp-emoji - { - "hrsh7th/nvim-cmp", - dependencies = { "hrsh7th/cmp-emoji" }, - ---@param opts cmp.ConfigSchema - opts = function(_, opts) - table.insert(opts.sources, { name = "emoji" }) - end, - }, - - -- change some telescope options and a keymap to browse plugin files - { - "nvim-telescope/telescope.nvim", - keys = { - -- add a keymap to browse plugin files - -- stylua: ignore - { - "fp", - function() require("telescope.builtin").find_files({ cwd = require("lazy.core.config").options.root }) end, - desc = "Find Plugin File", - }, - }, - -- change some options - opts = { - defaults = { - layout_strategy = "horizontal", - layout_config = { prompt_position = "top" }, - sorting_strategy = "ascending", - winblend = 0, - }, - }, - }, - - -- add pyright to lspconfig - { - "neovim/nvim-lspconfig", - ---@class PluginLspOpts - opts = { - ---@type lspconfig.options - servers = { - -- pyright will be automatically installed with mason and loaded with lspconfig - pyright = {}, - }, - }, - }, - - -- add tsserver and setup with typescript.nvim instead of lspconfig - { - "neovim/nvim-lspconfig", - dependencies = { - "jose-elias-alvarez/typescript.nvim", - init = function() - require("lazyvim.util").lsp.on_attach(function(_, buffer) - -- stylua: ignore - vim.keymap.set( "n", "co", "TypescriptOrganizeImports", { buffer = buffer, desc = "Organize Imports" }) - vim.keymap.set("n", "cR", "TypescriptRenameFile", { desc = "Rename File", buffer = buffer }) - end) - end, - }, - ---@class PluginLspOpts - opts = { - ---@type lspconfig.options - servers = { - -- tsserver will be automatically installed with mason and loaded with lspconfig - tsserver = {}, - }, - -- you can do any additional lsp server setup here - -- return true if you don't want this server to be setup with lspconfig - ---@type table - setup = { - -- example to setup with typescript.nvim - tsserver = function(_, opts) - require("typescript").setup({ server = opts }) - return true - end, - -- Specify * to use this function as a fallback for any server - -- ["*"] = function(server, opts) end, - }, - }, - }, - - -- for typescript, LazyVim also includes extra specs to properly setup lspconfig, - -- treesitter, mason and typescript.nvim. So instead of the above, you can use: - { import = "lazyvim.plugins.extras.lang.typescript" }, - - -- add more treesitter parsers - { - "nvim-treesitter/nvim-treesitter", - opts = { - ensure_installed = { - "bash", - "html", - "javascript", - "json", - "lua", - "markdown", - "markdown_inline", - "python", - "query", - "regex", - "tsx", - "typescript", - "vim", - "yaml", - }, - }, - }, - - -- since `vim.tbl_deep_extend`, can only merge tables and not lists, the code above - -- would overwrite `ensure_installed` with the new value. - -- If you'd rather extend the default config, use the code below instead: - { - "nvim-treesitter/nvim-treesitter", - opts = function(_, opts) - -- add tsx and treesitter - vim.list_extend(opts.ensure_installed, { - "tsx", - "typescript", - }) - end, - }, - - -- the opts function can also be used to change the default opts: - { - "nvim-lualine/lualine.nvim", - event = "VeryLazy", - opts = function(_, opts) - table.insert(opts.sections.lualine_x, { - function() - return "😄" - end, - }) - end, - }, - - -- or you can return new options to override all the defaults - { - "nvim-lualine/lualine.nvim", - event = "VeryLazy", - opts = function() - return { - --[[add your custom lualine config here]] - } - end, - }, - - -- use mini.starter instead of alpha - { import = "lazyvim.plugins.extras.ui.mini-starter" }, - - -- add jsonls and schemastore packages, and setup treesitter for json, json5 and jsonc - { import = "lazyvim.plugins.extras.lang.json" }, - - -- add any tools you want to have installed below - { - "williamboman/mason.nvim", - opts = { - ensure_installed = { - "stylua", - "shellcheck", - "shfmt", - "flake8", - }, - }, - }, -} diff --git a/.config/nvim/lua/plugins/marks.lua b/.config/nvim/lua/plugins/marks.lua deleted file mode 100644 index 71d7bdc..0000000 --- a/.config/nvim/lua/plugins/marks.lua +++ /dev/null @@ -1,43 +0,0 @@ -return { - "chentoast/marks.nvim", - event = "VeryLazy", - opts = {}, - init = function() - require("marks").setup({ - -- whether to map keybinds or not. default true - default_mappings = true, - -- which builtin marks to show. default {} - builtin_marks = { ".", "<", ">", "^" }, - -- whether movements cycle back to the beginning/end of buffer. default true - cyclic = true, - -- whether the shada file is updated after modifying uppercase marks. default false - force_write_shada = false, - -- how often (in ms) to redraw signs/recompute mark positions. - -- higher values will have better performance but may cause visual lag, - -- while lower values may cause performance penalties. default 150. - refresh_interval = 250, - -- sign priorities for each type of mark - builtin marks, uppercase marks, lowercase - -- marks, and bookmarks. - -- can be either a table with all/none of the keys, or a single number, in which case - -- the priority applies to all marks. - -- default 10. - sign_priority = { lower = 10, upper = 15, builtin = 8, bookmark = 20 }, - -- disables mark tracking for specific filetypes. default {} - excluded_filetypes = {}, - -- disables mark tracking for specific buftypes. default {} - excluded_buftypes = {}, - -- marks.nvim allows you to configure up to 10 bookmark groups, each with its own - -- sign/virttext. Bookmarks can be used to group together positions and quickly move - -- across multiple buffers. default sign is '!@#$%^&*()' (from 0 to 9), and - -- default virt_text is "". - bookmark_0 = { - sign = "⚑", - virt_text = "hello world", - -- explicitly prompt for a virtual line annotation when setting a bookmark from this group. - -- defaults to false. - annotate = false, - }, - mappings = {}, - }) - end, -} diff --git a/.config/nvim/lua/plugins/oil.lua b/.config/nvim/lua/plugins/oil.lua deleted file mode 100644 index bb9883b..0000000 --- a/.config/nvim/lua/plugins/oil.lua +++ /dev/null @@ -1,18 +0,0 @@ -return { - { - "stevearc/oil.nvim", - ---@module 'oil' - ---@type oil.SetupOpts - opts = {}, - -- Optional dependencies - dependencies = { { "echasnovski/mini.icons", opts = {} } }, - -- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons - -- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations. - lazy = false, - init = function() - require("oil").setup() - - vim.keymap.set("n", "dd", "Oil", { desc = "Open directory as buffer" }) - end, - }, -} diff --git a/.config/nvim/lua/plugins/yuck.lua b/.config/nvim/lua/plugins/yuck.lua deleted file mode 100644 index 224e173..0000000 --- a/.config/nvim/lua/plugins/yuck.lua +++ /dev/null @@ -1 +0,0 @@ -return { "elkowar/yuck.vim" } diff --git a/.config/nvim/stylua.toml b/.config/nvim/stylua.toml deleted file mode 100644 index 5d6c50d..0000000 --- a/.config/nvim/stylua.toml +++ /dev/null @@ -1,3 +0,0 @@ -indent_type = "Spaces" -indent_width = 2 -column_width = 120 \ No newline at end of file diff --git a/.config/oh-my-posh/config.omp.json b/.config/oh-my-posh/config.omp.json index 4eb6fc9..2489de1 100644 --- a/.config/oh-my-posh/config.omp.json +++ b/.config/oh-my-posh/config.omp.json @@ -11,8 +11,8 @@ }, "leading_diamond": "\ue0b6", "trailing_diamond": "\ue0b4", - "foreground": "#151218", - "background": "#f1b7c2", + "foreground": "#171216", + "background": "#f5b8a6", "type": "os", "style": "diamond" }, @@ -22,8 +22,8 @@ }, "trailing_diamond": "\ue0b4", "template": " {{ .UserName }}@{{ .HostName }}", - "foreground": "#151218", - "background": "#cec2db", + "foreground": "#171216", + "background": "#dbbed2", "type": "session", "style": "diamond" }, @@ -33,8 +33,8 @@ }, "trailing_diamond": "\ue0b4", "template": " {{ .PWD }} ", - "foreground": "#151218", - "background": "#d6bbfb", + "foreground": "#171216", + "background": "#f2b3e5", "type": "path", "style": "diamond" }, @@ -54,8 +54,8 @@ }, "trailing_diamond": "\ue0b4", "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} {{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf0c7 {{ .StashCount }}{{ end }}", - "foreground": "#151218", - "background": "#f1b7c2", + "foreground": "#171216", + "background": "#f5b8a6", "type": "git", "style": "diamond" } diff --git a/.config/rofi/colors.rasinc b/.config/rofi/colors.rasinc index ca3b4a7..46cd4ab 100644 --- a/.config/rofi/colors.rasinc +++ b/.config/rofi/colors.rasinc @@ -4,104 +4,104 @@ */ * { - background: #151218; + background: #171216; error: #ffb4ab; error-container: #93000a; - inverse-on-surface: #322f35; + inverse-on-surface: #352e33; - inverse-primary: #6a538c; + inverse-primary: #814d78; - inverse-surface: #e7e0e8; + inverse-surface: #ecdfe5; - on-background: #e7e0e8; + on-background: #ecdfe5; on-error: #690005; on-error-container: #ffdad6; - on-primary: #3b255b; + on-primary: #4d1f48; - on-primary-container: #eddcff; + on-primary-container: #ffd7f4; - on-primary-fixed: #250e44; + on-primary-fixed: #340831; - on-primary-fixed-variant: #523c73; + on-primary-fixed-variant: #66355f; - on-secondary: #352d40; + on-secondary: #3d2a39; - on-secondary-container: #ebddf7; + on-secondary-container: #f8daee; - on-secondary-fixed: #1f182a; + on-secondary-fixed: #271624; - on-secondary-fixed-variant: #4c4357; + on-secondary-fixed-variant: #554050; - on-surface: #e7e0e8; + on-surface: #ecdfe5; - on-surface-variant: #cbc4cf; + on-surface-variant: #d1c2cb; - on-tertiary: #4b252e; + on-tertiary: #4c261a; - on-tertiary-container: #ffd9df; + on-tertiary-container: #ffdbd0; - on-tertiary-fixed: #321019; + on-tertiary-fixed: #321207; - on-tertiary-fixed-variant: #643b44; + on-tertiary-fixed-variant: #663c2e; - outline: #958e99; + outline: #9a8d95; - outline-variant: #4a454e; + outline-variant: #4e444b; - primary: #d6bbfb; + primary: #f2b3e5; - primary-container: #523c73; + primary-container: #66355f; - primary-fixed: #eddcff; + primary-fixed: #ffd7f4; - primary-fixed-dim: #d6bbfb; + primary-fixed-dim: #f2b3e5; scrim: #000000; - secondary: #cec2db; + secondary: #dbbed2; - secondary-container: #4c4357; + secondary-container: #554050; - secondary-fixed: #ebddf7; + secondary-fixed: #f8daee; - secondary-fixed-dim: #cec2db; + secondary-fixed-dim: #dbbed2; shadow: #000000; - source-color: #6f22cd; + source-color: #50384b; - surface: #151218; + surface: #171216; - surface-bright: #3b383e; + surface-bright: #3e373c; - surface-container: #211e24; + surface-container: #241e22; - surface-container-high: #2c292f; + surface-container-high: #2f282d; - surface-container-highest: #37333a; + surface-container-highest: #3a3337; - surface-container-low: #1d1a20; + surface-container-low: #201a1e; - surface-container-lowest: #100d12; + surface-container-lowest: #120c11; - surface-dim: #151218; + surface-dim: #171216; - surface-tint: #d6bbfb; + surface-tint: #f2b3e5; - surface-variant: #4a454e; + surface-variant: #4e444b; - tertiary: #f1b7c2; + tertiary: #f5b8a6; - tertiary-container: #643b44; + tertiary-container: #663c2e; - tertiary-fixed: #ffd9df; + tertiary-fixed: #ffdbd0; - tertiary-fixed-dim: #f1b7c2; + tertiary-fixed-dim: #f5b8a6; } diff --git a/.config/sddm.conf.d/default.conf b/.config/sddm.conf.d/default.conf index 4b25653..d33d417 100644 --- a/.config/sddm.conf.d/default.conf +++ b/.config/sddm.conf.d/default.conf @@ -2,11 +2,11 @@ # Whether sddm should automatically log back into sessions when they exit Relogin=false -# Name of session file for autologin session (if empty try last logged in) -Session= - # Username for autologin session -User= +User=maeb + +# Name of session file for autologin session (if empty try last logged in) +Session=hyprland [General] diff --git a/.config/swaylock/config b/.config/swaylock/config index 5bb8f08..d830042 100644 --- a/.config/swaylock/config +++ b/.config/swaylock/config @@ -2,23 +2,23 @@ indicator indicator-idle-visible indicator-radius=150 indicator-thickness=10 -inside-color=#151218 +inside-color=#171216 inside-clear-color=#ffdad6 -inside-caps-lock-color=#151218 -inside-ver-color=#523c73 +inside-caps-lock-color=#171216 +inside-ver-color=#66355f inside-wrong-color=#93000a -key-hl-color=#d6bbfb +key-hl-color=#f2b3e5 line-uses-ring -ring-color=#523c73 +ring-color=#66355f ring-clear-color=#690005 -ring-caps-lock-color=#d6bbfb -ring-ver-color=#d6bbfb +ring-caps-lock-color=#f2b3e5 +ring-ver-color=#f2b3e5 ring-wrong-color=#690005 -separator-color=#d6bbfb -text-color=#d6bbfb +separator-color=#f2b3e5 +text-color=#f2b3e5 text-clear-color=#690005 -text-caps-lock-color=#d6bbfb -text-ver-color=#d6bbfb +text-caps-lock-color=#f2b3e5 +text-ver-color=#f2b3e5 text-wrong-color=#ffb4ab text-caps-lock=CAPS-LOCK text-ver=Verifying... @@ -29,7 +29,7 @@ timestr=%H:%M datestr=%A, %x scaling=stretch -image=~/.config/assets/wallpaper/purple-wallpaper.jpg +image=~/.config/assets/wallpaper/town-wallpaper.png effect-blur=90x1 effect-pixelate=5 diff --git a/.config/swaync/colors.css b/.config/swaync/colors.css index 731c719..db74a05 100644 --- a/.config/swaync/colors.css +++ b/.config/swaync/colors.css @@ -3,103 +3,103 @@ * Generated with Matugen */ -@define-color background #151218; +@define-color background #171216; @define-color error #ffb4ab; @define-color error_container #93000a; -@define-color inverse_on_surface #322f35; +@define-color inverse_on_surface #352e33; -@define-color inverse_primary #6a538c; +@define-color inverse_primary #814d78; -@define-color inverse_surface #e7e0e8; +@define-color inverse_surface #ecdfe5; -@define-color on_background #e7e0e8; +@define-color on_background #ecdfe5; @define-color on_error #690005; @define-color on_error_container #ffdad6; -@define-color on_primary #3b255b; +@define-color on_primary #4d1f48; -@define-color on_primary_container #eddcff; +@define-color on_primary_container #ffd7f4; -@define-color on_primary_fixed #250e44; +@define-color on_primary_fixed #340831; -@define-color on_primary_fixed_variant #523c73; +@define-color on_primary_fixed_variant #66355f; -@define-color on_secondary #352d40; +@define-color on_secondary #3d2a39; -@define-color on_secondary_container #ebddf7; +@define-color on_secondary_container #f8daee; -@define-color on_secondary_fixed #1f182a; +@define-color on_secondary_fixed #271624; -@define-color on_secondary_fixed_variant #4c4357; +@define-color on_secondary_fixed_variant #554050; -@define-color on_surface #e7e0e8; +@define-color on_surface #ecdfe5; -@define-color on_surface_variant #cbc4cf; +@define-color on_surface_variant #d1c2cb; -@define-color on_tertiary #4b252e; +@define-color on_tertiary #4c261a; -@define-color on_tertiary_container #ffd9df; +@define-color on_tertiary_container #ffdbd0; -@define-color on_tertiary_fixed #321019; +@define-color on_tertiary_fixed #321207; -@define-color on_tertiary_fixed_variant #643b44; +@define-color on_tertiary_fixed_variant #663c2e; -@define-color outline #958e99; +@define-color outline #9a8d95; -@define-color outline_variant #4a454e; +@define-color outline_variant #4e444b; -@define-color primary #d6bbfb; +@define-color primary #f2b3e5; -@define-color primary_container #523c73; +@define-color primary_container #66355f; -@define-color primary_fixed #eddcff; +@define-color primary_fixed #ffd7f4; -@define-color primary_fixed_dim #d6bbfb; +@define-color primary_fixed_dim #f2b3e5; @define-color scrim #000000; -@define-color secondary #cec2db; +@define-color secondary #dbbed2; -@define-color secondary_container #4c4357; +@define-color secondary_container #554050; -@define-color secondary_fixed #ebddf7; +@define-color secondary_fixed #f8daee; -@define-color secondary_fixed_dim #cec2db; +@define-color secondary_fixed_dim #dbbed2; @define-color shadow #000000; -@define-color source_color #6f22cd; +@define-color source_color #50384b; -@define-color surface #151218; +@define-color surface #171216; -@define-color surface_bright #3b383e; +@define-color surface_bright #3e373c; -@define-color surface_container #211e24; +@define-color surface_container #241e22; -@define-color surface_container_high #2c292f; +@define-color surface_container_high #2f282d; -@define-color surface_container_highest #37333a; +@define-color surface_container_highest #3a3337; -@define-color surface_container_low #1d1a20; +@define-color surface_container_low #201a1e; -@define-color surface_container_lowest #100d12; +@define-color surface_container_lowest #120c11; -@define-color surface_dim #151218; +@define-color surface_dim #171216; -@define-color surface_tint #d6bbfb; +@define-color surface_tint #f2b3e5; -@define-color surface_variant #4a454e; +@define-color surface_variant #4e444b; -@define-color tertiary #f1b7c2; +@define-color tertiary #f5b8a6; -@define-color tertiary_container #643b44; +@define-color tertiary_container #663c2e; -@define-color tertiary_fixed #ffd9df; +@define-color tertiary_fixed #ffdbd0; -@define-color tertiary_fixed_dim #f1b7c2; +@define-color tertiary_fixed_dim #f5b8a6; diff --git a/.config/waybar/colors.css b/.config/waybar/colors.css index 731c719..db74a05 100644 --- a/.config/waybar/colors.css +++ b/.config/waybar/colors.css @@ -3,103 +3,103 @@ * Generated with Matugen */ -@define-color background #151218; +@define-color background #171216; @define-color error #ffb4ab; @define-color error_container #93000a; -@define-color inverse_on_surface #322f35; +@define-color inverse_on_surface #352e33; -@define-color inverse_primary #6a538c; +@define-color inverse_primary #814d78; -@define-color inverse_surface #e7e0e8; +@define-color inverse_surface #ecdfe5; -@define-color on_background #e7e0e8; +@define-color on_background #ecdfe5; @define-color on_error #690005; @define-color on_error_container #ffdad6; -@define-color on_primary #3b255b; +@define-color on_primary #4d1f48; -@define-color on_primary_container #eddcff; +@define-color on_primary_container #ffd7f4; -@define-color on_primary_fixed #250e44; +@define-color on_primary_fixed #340831; -@define-color on_primary_fixed_variant #523c73; +@define-color on_primary_fixed_variant #66355f; -@define-color on_secondary #352d40; +@define-color on_secondary #3d2a39; -@define-color on_secondary_container #ebddf7; +@define-color on_secondary_container #f8daee; -@define-color on_secondary_fixed #1f182a; +@define-color on_secondary_fixed #271624; -@define-color on_secondary_fixed_variant #4c4357; +@define-color on_secondary_fixed_variant #554050; -@define-color on_surface #e7e0e8; +@define-color on_surface #ecdfe5; -@define-color on_surface_variant #cbc4cf; +@define-color on_surface_variant #d1c2cb; -@define-color on_tertiary #4b252e; +@define-color on_tertiary #4c261a; -@define-color on_tertiary_container #ffd9df; +@define-color on_tertiary_container #ffdbd0; -@define-color on_tertiary_fixed #321019; +@define-color on_tertiary_fixed #321207; -@define-color on_tertiary_fixed_variant #643b44; +@define-color on_tertiary_fixed_variant #663c2e; -@define-color outline #958e99; +@define-color outline #9a8d95; -@define-color outline_variant #4a454e; +@define-color outline_variant #4e444b; -@define-color primary #d6bbfb; +@define-color primary #f2b3e5; -@define-color primary_container #523c73; +@define-color primary_container #66355f; -@define-color primary_fixed #eddcff; +@define-color primary_fixed #ffd7f4; -@define-color primary_fixed_dim #d6bbfb; +@define-color primary_fixed_dim #f2b3e5; @define-color scrim #000000; -@define-color secondary #cec2db; +@define-color secondary #dbbed2; -@define-color secondary_container #4c4357; +@define-color secondary_container #554050; -@define-color secondary_fixed #ebddf7; +@define-color secondary_fixed #f8daee; -@define-color secondary_fixed_dim #cec2db; +@define-color secondary_fixed_dim #dbbed2; @define-color shadow #000000; -@define-color source_color #6f22cd; +@define-color source_color #50384b; -@define-color surface #151218; +@define-color surface #171216; -@define-color surface_bright #3b383e; +@define-color surface_bright #3e373c; -@define-color surface_container #211e24; +@define-color surface_container #241e22; -@define-color surface_container_high #2c292f; +@define-color surface_container_high #2f282d; -@define-color surface_container_highest #37333a; +@define-color surface_container_highest #3a3337; -@define-color surface_container_low #1d1a20; +@define-color surface_container_low #201a1e; -@define-color surface_container_lowest #100d12; +@define-color surface_container_lowest #120c11; -@define-color surface_dim #151218; +@define-color surface_dim #171216; -@define-color surface_tint #d6bbfb; +@define-color surface_tint #f2b3e5; -@define-color surface_variant #4a454e; +@define-color surface_variant #4e444b; -@define-color tertiary #f1b7c2; +@define-color tertiary #f5b8a6; -@define-color tertiary_container #643b44; +@define-color tertiary_container #663c2e; -@define-color tertiary_fixed #ffd9df; +@define-color tertiary_fixed #ffdbd0; -@define-color tertiary_fixed_dim #f1b7c2; +@define-color tertiary_fixed_dim #f5b8a6; diff --git a/.config/wlogout/colors.css b/.config/wlogout/colors.css index aefdb66..b6e45e8 100644 --- a/.config/wlogout/colors.css +++ b/.config/wlogout/colors.css @@ -1,5 +1,5 @@ -@define-color background rgba(21, 18, 24, 0.7); -@define-color primary #d6bbfb; -@define-color secondary #8162a2; -@define-color tertiary #d83755; -@define-color surface_bright #3b383e; +@define-color background rgba(23, 18, 22, 1); +@define-color primary #f2b3e5; +@define-color secondary #000000; +@define-color tertiary #000000; +@define-color surface_bright #3e373c;